procedure DelayFilter(const Src: TVec; const Dst: TVec; const State: TDelayFilterState);
Filter data with an integer delay filter.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TVec | |
| 2 | Dst | TVec | |
| 3 | State | TDelayFilterState |
Result: stored in self (calling object)
Remarks:
Apply a delay to Src and place the result in Dst. The state parameter must be initialized with a call to DelayInit routine.
See Also: SignalUtils.DelayInit, SignalUtils.DelayFree