FFTInv_PermToR_AMRWBE

Computes the inverse fast Fourier transform (FFT) of a real signal.

Syntax

IppStatus ippsFFTInv_PermToR_AMRWBE_16s(const Ipp16s* pSrc, Ipp16s* pDst, int len);

Parameters

pSrc

Pointer to the transform coefficients.

pDst

Pointer to the real-valued sequence.

len

Length of the sequence, possible values 48, 96, 192, 288, 576 or 1152.

Description

The ippsFFTInv_RToPerm_AMRWBE function is declared in ippsc.h file. This function performs inverse FFT transform. Source data are stored in the Perm format. The results are stored as the real-valued sequence.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

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

ippStsSizeErr

Indicates an error when len is not equal to 48, 96, 192, 288, 576 or 1152.

Submit feedback on this help topic

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