|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.yobotics.simulationconstructionset.YoVariable
com.yobotics.simulationconstructionset.DoubleYoVariable
com.yobotics.simulationconstructionset.util.math.filter.SimpleMovingAverageFilteredYoVariable
public class SimpleMovingAverageFilteredYoVariable
Field Summary |
---|
Fields inherited from class com.yobotics.simulationconstructionset.YoVariable |
---|
MAX_LENGTH_SHORT_NAME |
Constructor Summary | |
---|---|
SimpleMovingAverageFilteredYoVariable(java.lang.String name,
int windowSize,
DoubleYoVariable yoVariableToFilter,
YoVariableRegistry registry)
Filter the given yoVariable using a moving average filter. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
void |
update()
|
Methods inherited from class com.yobotics.simulationconstructionset.DoubleYoVariable |
---|
add, add, getDoubleValue, getValueAsDouble, getValueString, getValueStringFromDouble, getYoVariableType, isNaN, mul, mul, set, setValueFromDouble, sub, sub, toString, valueEquals |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SimpleMovingAverageFilteredYoVariable(java.lang.String name, int windowSize, DoubleYoVariable yoVariableToFilter, YoVariableRegistry registry)
Method Detail |
---|
public void update()
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |