Motorola DSP Developer's Kit
mot563_fft
Motorola DSP Developer's Kit
mot563_fft
Motorola DSP Developer's Kit    
mot563_fft


Compute the FFT of the input.
MATLAB Syntax

Description

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

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

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


 mot563_dspround mot563_filter