Advanced Analysis Library Only
void FreeIIRFilterPtr (IIRFilterPtr filterInformation);
Frees the IIR cascade filter structure and all internal arrays.
Input | ||
Name | Type | Description |
filterInformation | IIRFilterPtr | Pointer to the filter structure that contains the filter coefficients and the
internal filter information. Refer to the AllocIIRFilterPtr function description for more information about the filter structure. |
None.