Summary
Free an IIR filter.
Unit
SignalUtils
Declaration
Procedure IirFree(var IirState: TIirState);
Description
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.
Categories
IIR Filters| Copyright 2008 Dew Research |
http://www.dewresearch.com