Filter data with a FIR filter.
procedure FirFilter(const Src: TCplx; out Dst: TCplx; var FirState: TFirState); overload;
SignalUtils
Filter real TCplx sample and place the filtered result in Dst sample.
Functions