Filter data with an IIR filter.
procedure IirFilter(const Src: TCplx; out Dst: TCplx; var IirState: TIirState); overload;
SignalUtils
Filters sample Src and places complex output of the filter in Dst.
Functions