LPCToLSP_RTA

Converts LP coefficients to LSP coefficients.

Syntax

IppStatus ippsLPCToLSP_RTA_32f(const Ipp32f* pSrcLPC, Ipp32f* pDstLSP, int order);

Parameters

pSrcLPC

Pointer to the input vector of length order that contains LP coefficients.

pDstLSP

Pointer to the output vector of length order that contains LSP coefficients.

order

Order of the LP filter (number of LP coefficients).

Description

The function ippsLPCToLSP_RTA is declared in the ippsc.h file.

This function converts LP coefficients to LSP coefficients.

Return Values

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.

Submit feedback on this help topic

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