void FirInitReal(TVec *FirTaps, TFirState &FIRState, int UpSample = 1, int UpDelay = 0, int DownSample = 1, int DownDelay = 0);
Filter data with a FIR filter.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | FirTaps | TVec * | |
| 2 | FIRState | TFirState & | |
| 3 | UpSample = 1 | int | |
| 4 | UpDelay = 0 | int | |
| 5 | DownSample = 1 | int | |
| 6 | DownDelay = 0 | int |
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).
Declared in Dew::Signal::Units::SignalUtils · Dew.Signal/Units.SignalUtils.h · Cross-compiler