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

Filter data with a FIR filter.

Pascal
procedure FirFilter(const Src: TVec; const Dst: TVec; var FirState: TFirState); overload;

Filter data in Src and place the result in Dst. FirState must be initialized with a call to FirInit. This version of FirFilter routine can filter streaming blocks of data.

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