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

Filter data with an IIR filter.

Pascal
procedure IirFilter(Src: double; out Dst: double; var IirState: TIirState); overload;

Filters sample Src and places real valued output of the filter in Dst.

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