You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Dew.Signal.Units Namespace > Classes > SignalUtils Class > SignalUtils Methods > SignalUtils.IirFree Method
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
SignalUtils.IirFree Method

Free an IIR filter.

Syntax
C#
Visual Basic
public static void IirFree(ref TIirState IIRState);

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-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!