Motorola DSP Developer's Kit    
mot566_fft

Compute the FFT of the input.

MATLAB Syntax

Description

mot566_fft(X) is the discrete Fourier transform (DFT) of vector X. If the length of X is not a power of two, it will be padded with zeros to make the length a power of two.

For matrices, the FFT operation is applied to each column.

mot566_fft(X,N) is the N-point FFT.

mot566_fft(X,N,DIM) applies the FFT operation 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
   Number of transform point.

DIM
   Dimension of a matrix.

See Also
mot566_ifft


 mot566_dspround mot566_filter