Developer Reference for Intel® Integrated Performance Primitives
Retrieves the tap values from the FIR LMS filter.
IppStatus ippsFIRLMSGetTaps_32f(const IppsFIRLMSState_32f* pState, Ipp32f* pOutTaps);
IppStatus ippsFIRLMSGetTaps32f_16s(const IppsFIRLMSState32f_16s* pState, Ipp32f* pOutTaps);
ipps.h
Headers: ippcore.h, ippvm.h
Libraries: ippcore.lib, ippvm.lib
pState |
Pointer to the FIR LMS filter state structure. |
pOutTaps |
Pointer to the array holding copies of the taps. |
This function copies the taps from the state structure pState to the tapsLen-length array pOutTaps.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when one of the specified pointers is NULL. |
ippStsContextMatchErr |
Indicates an error when the state identifier is incorrect. |