Motorola DSP Developer's Kit
ifft-c.asm
Motorola DSP Developer's Kit
ifft-c.asm
Motorola DSP Developer's Kit    
ifft-c.asm

MATLAB Usage

Description

This function returns the discrete Fourier transform (DFT) of the input for complex vector X

Input/Output

Input: Complex vector X, including vector Xr (real input) and vector Xi (imaginary input)

Output: Complex vector Yr (real output), and vector Yi (imaginary output)

Algorithm

Memory & Register

Memory allocation:

Above two symbols are also used as output symbols

Register usage:

Status Register

The assembly function ifft-c.asm does not explicitly set any status registers/bits during the function execution.

Data Size Limit

The length of vector X can't be larger than the continuous available data memory size.

Data Range Limit

The value of input vector X must be between -1.0 and +1.0.


 ifft-r.asm interp-r.asm