rtf_destroy_filter - Man Page
destroys a filter
Synopsis
#include <rtfilter.h>
void rtf_destroy_filter(hfilter filt);
Description
This function destroys the filter referenced by the handle filt and free all the associated resources. After destruction, no reference to filt should be made. If filt is NULL, the function returns without doing anything.
Return Value
None
See Also
Referenced By
rtf_create_bandpass_analytic(3), rtf_create_chebychev(3), rtf_create_downsampler(3), rtf_create_filter(3), rtf_create_fir_lowpass(3).
2010 EPFL rtfilter library