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(const Data: TVec; var IirState: TIirState; LinearPhase: boolean = False); overload;

Filter Data and place the result back in Data. Use this routine for filtering of non-consecutive blocks of data. Set LinearPhase to True to double filter attenuation and ensure no phase distortion and no phase delay.

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