Sets the adaptation step.
IppStatus ippsFIRLMSMRSetMu32s_16s(IppsFIRLMSMRState32s_16s* pState, const int mu);
IppStatus ippsFIRLMSMRSetMu32sc_16sc( IppsFIRLMSMRState32sc_16sc* pState, const int mu);
mu |
New adaptation step |
pState |
Pointer to the filter state structure. |
The function ippsFIRLMSMRSetMu is declared in the ipps.h file. This function updates the adaptation step stored in pState with the new value mu.
Before calling the function ippsFIRLMSMRSetMu the filter state structure must be initialized by the function ippsFIRLMSMRInitAlloc.
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.