LSPToLPC_RTA

Converts LSP coefficients to LP coefficients.

Syntax

IppStatus ippsLSPToLPC_RTA_32f(const Ipp32f* pSrcLSP, Ipp32f* pDstLPC, int order);

Parameters

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).

Description

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

This function converts LSP coefficients to LP 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.