SignalUtils.IirFree Method

procedure IirFree(var IIRState: TIirState);

Free an IIR filter.

#NameTypeDescription
1IIRStateTIirState

Result: stored in self (calling object)

Remarks:

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.

See Also: SignalUtils.IirInit, SignalUtils.IirFilter