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

Free a FIR filter.

Pascal
procedure FirFree(var FirState: TFirState); overload;

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