Data Filter Moving Average

A moving average (rolling average or running average) is a calculation to analyze DATA values by creating series of averages of different subsets of the full data set.

It is a type of finite impulse response filter, in other words a kind of DATA smoother.

a moving average on a rectangle LFO

Settings

in

Input Data flow(s).

array len max

Size of the subset (amount of smoothness).

clear

Fill the output Array with 0, according the array len max.

reset

Clear the Array and set its length to 0.

moving average

Output filtered Data flow.

See also

version 6.0.240115

Edit All Pages