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

Free a FIR filter.

Syntax
C#
Visual Basic
public static void FirFree(ref TFirState FIRState);

Free any memory associated with the FIR filter initialized with the FirInit routine. The method can be called more than once. Nothing will be freed, if the filter is not initialized, but FirState must be initialized either with zeros or a call to FirInit 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!