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 Src: TVec; const Dst: TVec; var IirState: TIirState); overload;

Filter data in Src and place the result in Dst. IirState must be initialized with a call to IirInit. 

Note Use this routine for filtering of streaming data.

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