Closes an adaptive multi-rate FIR filter that uses the least mean squares algorithm.
IppStatus ippsFIRLMSMRFree32s_16s(IppsFIRLMSMRState32s_16s* pState);
IppStatus ippsFIRLMSMRFree32sc_16sc(IppsFIRLMSMRState32sc_16sc* pState);
pState |
Pointer to the multi-rate FIR LMS filter state structure to be closed. |
The function ippsFIRLMSMRFree is declared in the ipps.h file. This function closes the multi-rate FIR LMS filter state by freeing all memory associated with a filter state created by the function ippsFIRLMSMRInitAlloc. Call ippsFIRLMSMRFree after filtering is completed.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when the pState pointer is NULL. |
ippStsContextMatchErr |
Indicates an error when the state identifier is incorrect. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.