Mean Averaging Filter
FIR mean averaging filter. Computes average values using a FIR (Finite Impulse Response) filter with a length equal to: ceil(1.0 / dt * timeConstant), where dt is the time interval between samples. For typical default values: dt = 0.02 (%0Hz) and timeConstant = 0.1. Consequently FIR length is 5 samples.