Filtering And Convolution - Texas Instruments TMS320C67 DSP Series Programmer's Reference Manual

Library
Hide thumbs Also See for TMS320C67 DSP Series:
Table of Contents

Advertisement

Table 3-5. Filtering and Convolution
Functions
void DSPF_sp_fir_cplx (float *x, float *h, float *r, int nh, int
nr)
void DSPF_sp_fir_gen (float *x, float *h, float *r, int nh, int
nr)
void DSPF_sp_fir_r2 (float *x, float *h, float *r, int nh, int
nr)
void DSPF_sp_fircirc (float x[], float h[], float r[], int index,
int csize, int nh, int nr)
void DSPF_sp_biquad (float x[], float b[], float a[], float
delay[], float r[], int nx)
void DSPF_sp_iir (float *r1, float *x, float *r2, float *h2,
float *h1, int nr)
void DSPF_sp_iirlat (float *x, int nx, float *k, int nk, float
*b, float *r)
void DSPF_sp_convol (float *x, float *h, float *r, int nh, int
nr)
Description
Complex FIR filter (radix 2)
FIR filter (general purpose)
FIR filter (radix 2)
FIR filter with circularly addressed
input
Biquad filter (IIR of second order)
IIR filter (used in VSELP vocoder)
All-pole IIR lattice filter
Convolution
DSPLIB Function Tables
DSPLIB Function Tables
Page
4-38
4-39
4-41
4-42
4-44
4-46
4-48
4-50
3-5

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the TMS320C67 DSP Series and is the answer not in the manual?

Questions and answers

Table of Contents