Estimates the reflection coefficients by Schur recursion.
IppStatus ippsSchur_GSMFR_32s16s (const Ipp32s* pSrc, Ipp16s* pDst, int dstLen);
pSrc |
Pointer to the input autocorrelation vector [dstLen+1]. |
pDst |
Pointer to the output reflection coefficients vector [dstLen]. |
dstLen |
The number of reflection coefficients to estimate. |
The function ippsSchur_GSMFR is declared in ippsc.h file. This function implements the Schur algorithm according to GSM 06.10 clause 4.2.5.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when one of the specified pointer is NULL. |
ippStsSizeErr |
Indicates an error when dstLen is less or equal to 0, or dstLen is less than 9. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.