SignalUtils.DelayFilter Method

procedure DelayFilter(const Src: TVec; const Dst: TVec; const State: TDelayFilterState);

Filter data with an integer delay filter.

#NameTypeDescription
1SrcTVec
2DstTVec
3StateTDelayFilterState

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