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

Free an IIR filter.

Pascal
procedure IirFree(var IirState: TIirState); overload;

Free any memory associated with the IIR filter initialized with the IirInit routine. The method can be called more than once. Nothing will be freed, if the filter is not initialized, but IirState must be initialized either with zeros or a call to IirInit before passing it to this routine.

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