Filtering And Convolution - Texas Instruments TMS320C64X Programmer's Reference Manual

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

Advertisement

Table 3−4. FFT (Continued)
Functions
void DSP_ifft16x16(short *w, int nx, short *x, short *y)
void DSP_ifft16x16_imre(short *w, int nx, short *x, short
*y)
void DSP_ifft16x32(short *w, int nx, int *x, int *y)
void DSP_ifft32x32(int *w, int nx, int *x, int *y)
Table 3−5. Filtering and Convolution
Functions
void DSP_fir_cplx (short *x, short *h, short *r, int nh, int
nx)
void DSP_fir_cplx_hM4X4 (short *x, short *h, short *r, int
nh, int nx)
void DSP_fir_gen (short *x, short *h, short *r, int nh, int nr) FIR Filter (any nh)
void DSP_fir_gen_hM17_rA8X8 (short *x, short *h, short
*r, int nh, int nr)
void DSP_fir_r4 (short *x, short *h, short *r, int nh, int nr)
void DSP_fir_r8 (short *x, short *h, short *r, int nh, int nr)
void DSP_fir_r8_hM16_rM8A8X8 (short *x, short *h, short
*r, int nh, int nr)
void DSP_fir_sym (short *x, short *h, short *r, int nh, int nr,
int s)
Description
Complex out of place, Inverse
FFT mixed radix with digit
reversal. Input/Output data in
Re/Im order.
Complex out of place, Inverse
FFT mixed radix with digit
reversal. Input/Output data in
Re/Im order.
Extended precision, mixed radix
IFFT, rounding, digit reversal, out
of place. Input and output: 32 bits,
Twiddle factor: 16 bits.
Extended precision, mixed radix
IFFT, digit reversal, out of place,
with scaling and rounding. Input
and output: 32 bits, Twiddle
factor: 32 bits.
Description
Complex FIR Filter (nh is a
multiple of 2)
Complex FIR Filter (nh is a
multiple of 4)
FIR Filter (r[] must be double
word aligned, nr must be multiple
of 8)
FIR Filter (nh is a multiple of 4)
FIR Filter (nh is a multiple of 8)
FIR Filter (r[] must be double
word aligned, nr is a multiple of 8)
Symmetric FIR Filter (nh is a
multiple of 8)
DSPLIB Function Tables
DSPLIB Function Tables
Page
4-28
4-28
4-34
4-36
Page
4-38
4-38
4-42
4-42
4-46
4-50
4-50
4-52
3-5

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tms320c64x+

Table of Contents