TiltCompensation_G723

Computes tilt compensation filter.

Syntax

IppStatus ippsTiltCompensation_G723_32s16s (Ipp16s val, const Ipp32s* pSrc, Ipp16s* pDst);

Parameters

val

The first-order partial correlation coefficient, in Q15.

pSrc

Pointer to the source vector [61].

pDst

Pointer to the output filtered vector [60].

Description

The function ippsTiltCompensation_G723 is declared in the ippsc.h file. This function computes the tilt compensation filter as:

Ht(z) = (1 - val*z-1),

pDst[i] = pSrct[i + 1] + pSrct[i]*val, i = 0,...,59

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error when one of the specified pointers is NULL.

Submit feedback on this help topic

Copyright © 2000 - 2011, Intel Corporation. All rights reserved.