procedure DelayInit(Delay: Integer; var State: TDelayFilterState; const FloatPrecision: TMtxFloatPrecision);
Initialize an integer delay filter.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Delay | Integer | |
| 2 | State | TDelayFilterState | |
| 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