Texas Instruments TMS320C64X Programmer's Reference Manual page 146

Dsp little-endian dsp library
Hide thumbs Also See for TMS320C64X:
Table of Contents

Advertisement

DSP_fft16x16t
Special Requirements
Implementation Notes
4-118
-
In-place computation is not allowed.
The size of the FFT, nx, must be power of 2 or 4, and 16 ≤ nx ≤ 32768.
-
-
The arrays for the complex input data x[ ], complex output data y[ ], and
twiddle factors w[ ] must be double-word aligned.
-
The input and output data are complex, with the real/imaginary
components stored in adjacent locations in the array. The real
components are stored at even array indices, and the imaginary
components are stored at odd array indices. All data are in short precision
or Q.15 format.
-
The FFT coefficients (twiddle factors) are generated using the program
tw_fft16x16 provided in the directory 'support\fft'. The scale factor must be
32767.5. No scaling is done with the function; thus, the input data must be
log2(nx)
scaled by 2
-
Bank Conflicts: nx/8 bank conflicts occur.
-
Interruptibility: The code is interrupt-tolerant but not interruptible.
The routine uses log
(nx) − 1 stages of radix-4 transform and performs either
4
a radix-2 or radix-4 transform on the last stage depending on nx. If nx is a
power of 4, then this last stage is also a radix-4 transform, otherwise it is a
radix-2 transform. The conventional Cooley Tukey FFT is written using three
loops. The outermost loop "k" cycles through the stages. There are log N to
the base 4 stages in all. The loop "j" cycles through the groups of butterflies
with different twiddle factors, and loop "i" reuses the twiddle factors for the
different butterflies within a stage. Note the following:
Stage
Groups
1
N/4
2
N/16
..
..
logN
1
to completely prevent overflow.
Butterflies With Common
Twiddle Factors
1
4
..
N/4
Groups*Butterflies
N/4
N/4
..
N/4

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tms320c64x+

Table of Contents