Motorola DSP Developer's Kit    
mot566_ifft

Compute the IFFT of the input.

MATLAB Syntax

Description

mot566_ifft(X) is the inverse discrete Fourier transform of X.

mot566_ifft(X,N) is the N-point inverse transform.

mot566_ifft(X,N,DIM) is the inverse discrete Fourier transform of X across the dimension DIM.

Characteristics

In the workspace, if the input is:

then execute the function:

Argument
X
   Vector (or matrix) with elements normalized in the range [-1,1] (for complex elements, both real and imaginary parts should comply with this limit).

N
   Scalar defining the number of inverse transform point.

DIM
   Scalar defining the dimension when the inverse transform is performed across a matrix.

See Also
mot566_fft


 mot566_filter mot566_interp