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: double; out Dst: double; var FirState: TFirState); overload;

Filter real Src sample and place the filtered result in Dst sample.

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