FreeFIRFilterPtr
Advanced Analysis Library Only
void FreeFIRFilterPtr (FIRCoefPtr filterInformation);
Purpose
Frees the FIR interpolated filter structure and all internal arrays.
Parameters
Input | ||
Name | Type | Description |
filterInformation | FIRCoefPtr | Pointer to the FIR interpolated filter structure that contains the filter coefficients and the internal filter information. Refer to the AllocFIRFilterPtr function description for more information about the filter structure. |
Return Value
None.
Additional Information
Library: Advanced Analysis Library
Include file: analysis.h
LabWindows/CVI compatibility: LabWindows/CVI 2012 and later