lowpass − Low-pass filter
loadrt lowpass [count=N|names=name1[,name2...]] |
lowpass.N (requires a floating-point thread)
lowpass.N.in
float in
lowpass.N.out float out
out += (in - out) * gain
lowpass.N.load bit in
When TRUE, copy in to out instead of applying the filter equation.
lowpass.N.gain float rw
The effect of a specific gain value is dependent on the period of the function that lowpass.N is added to
GPL