Converts Line Spectral Frequencies to LSP coefficients.
IppStatus ippsLSFToLSP_GSMAMR_16s (const Ipp16s* pLSF, Ipp16s* pLSP);
pLSF |
Pointer to the vector [10] of LSF normalized by factor 1/π in Q14, so given in the range [0,1]. |
pLSP |
Pointer to the LSP vector [10], in Q15 in the range [-1,1]. |
The function ippsLSPToLSF_GSMAMR is declared in ippsc.h file. This function converts the Line Spectral Frequencies (LSF) to the LSP coefficients as given by:
lspn = cos(lsfn), 1 ≤ n ≤ 10.
ippStsNoErr |
Indicates no error. |
IppStsNullPtrErr |
Indicates an error when one of the specified pointers is NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.