void DelayFilter(TVec *Src, TVec *Dst, const TDelayFilterState &State);
Filter data with an integer delay filter.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TVec * | |
| 2 | Dst | TVec * | |
| 3 | State | const TDelayFilterState & |
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
Declared in Dew::Signal::Units::SignalUtils · Dew.Signal/Units.SignalUtils.h · Cross-compiler