SignalUtils::DelayFilter Function

void DelayFilter(TVec *Src, TVec *Dst, const TDelayFilterState &State);

Filter data with an integer delay filter.

#NameTypeDescription
1SrcTVec *
2DstTVec *
3Stateconst 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