Computes a variable moving average of all input values following since the last reset event. Adjust the length of the computation by setting the number of prior values to consider each updated computation.
Inputs: 1
Input Name:
Description:
New Value
The input value of type double that is to be added to the calculation of the moving average.
Outputs: 1
Output Name:
Description:
Moving Avg
The output value of type double that is the moving average of the specified length (specified as custom option in properties dialog box) of all prior input values since the last reset event.