Converts LSP coefficients to LP coefficients.
IppStatus ippsLSPToLPC_RTA_32f(const Ipp32f* pSrcLSP, Ipp32f* pDstLPC, int order);
pSrcLSP |
Pointer to the input vector of length order that contains LSP coefficients. |
pDstLPC |
Pointer to the output vector of length order that contains LP coefficients. |
order |
Order of the LP filter (number of LP coefficients). |
The function ippsLSPToLPC_RTA is declared in the ippsc.h file.
This function converts LSP coefficients to LP coefficients.
ippStsNoErr |
Indicates no error. |
IppStsNullPtrErr |
Indicates an error when one of the specified pointers is NULL. |
IppStsRangeErr |
Indicates an error when order is less than or equal to 0, or greater then 16, or is not even number. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.