A special case fixed filter. Implements the formula:
out(i) = 0.5 * (in(i) + in(i - 2)).
This filter cuts out frequencies around ½ of the Nyquist frequency.
in |
The input signal. |
//Compare:
{ WhiteNoise.ar(0.25) }.play;
{ BRZ2.ar(WhiteNoise.ar(0.25)) }.play;