void DelayInit(int Delay, TDelayFilterState &State, const TMtxFloatPrecision FloatPrecision);
Initialize an integer delay filter.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Delay | int | |
| 2 | State | TDelayFilterState & | |
| 3 | FloatPrecision | const TMtxFloatPrecision |
Remarks:
Initialize the delay filter by initializing the State variable. The Delay parameter defines the delay in number of sampels.
See Also: SignalUtils::DelayFilter, SignalUtils::DelayFree
Declared in Dew::Signal::Units::SignalUtils · Dew.Signal/Units.SignalUtils.h · Cross-compiler