Places the input value in the delay line.
IppStatus ippsFIRLMSMRPutVal32s_16s(Ipp16s val, IppsFIRLMSMRState32s_16s* pState);
IppStatus ippsFIRLMSMRPutVal32sc_16sc(Ipp16sc val, IppsFIRLMSMRState32sc_16sc* pState);
pState |
Pointer to the filter state structure. |
val |
Value of the input sample. |
The function ippsFIRLMSMRPutVal is declared in the ipps.h file. This function places the value of the input sample val into the delay line, thus preparing the filter with the state structure pState for the filtering procedure.
Before calling the function ippsFIRLMSMRPutVal 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.