void DelayInit(Int32 Delay, ref TDelayFilterState State, TMtxFloatPrecision FloatPrecision)
Initialize an integer delay filter.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Delay | Int32 | |
| 2 | State | TDelayFilterState (ref) | |
| 3 | FloatPrecision | TMtxFloatPrecision |
Result: stored in self (calling object)
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