SignalUtils.FirInitReal Method

void FirInitReal(TVec FirTaps, ref TFirState FIRState, Int32 UpSample, Int32 UpDelay, Int32 DownSample, Int32 DownDelay)

Filter data with a FIR filter.

#NameTypeDescription
1FirTapsTVecsource TVec
2FIRStateTFirState (ref)
3UpSampleInt32
4UpDelayInt32
5DownSampleInt32
6DownDelayInt32

Result: stored in self (calling object)

Remarks:

Uses comparatively 3x less memory from FirInit, but the function supports the initialization of FIR filter only when the taps and the signal are real (not complex).