Motorola DSP Developer's Kit
mot563_ifft
Motorola DSP Developer's Kit
mot563_ifft
Motorola DSP Developer's Kit    
mot563_ifft


Compute the IFFT of the input.
MATLAB Syntax

Description

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

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

mot563_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
mot563_fft


 mot563_filter mot563_interp