You are here: Symbol Reference > SignalUtils Namespace > Functions > SignalUtils.DelayFilter Function
DSP Master VCL
ContentsIndex
PreviousUpNext
SignalUtils.DelayFilter Function

Filter data with an integer delay filter.

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

Apply a delay to Src and place the result in Dst. The state parameter must be initialized with a call to DelayInit routine.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!