SignalUtils.FirFree Method

procedure FirFree(var FIRState: TFirState);

Free a FIR filter.

#NameTypeDescription
1FIRStateTFirState

Result: stored in self (calling object)

Remarks:

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.

See Also: SignalUtils.FirInit, SignalUtils.FirFilter