SPRAAK
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Fields
SprCdFilter Struct Reference

Data Fields

int AR
 this block describes an A(uto) R(egressive) filter More...
 
int ord
 the filter order (nr. of coefficients minus 1) More...
 
float * coeff
 the filter coefficients More...
 
float * state_buf
 buffer to hold the filter state (only used for processing) More...
 
int buf_len
 length of the state buffer More...
 
struct spr_t_cd_filter * next
 cascade of filters (e.g. a MA and AR part) More...
 

Field Documentation

int SprCdFilter::AR

this block describes an A(uto) R(egressive) filter

int SprCdFilter::ord

the filter order (nr. of coefficients minus 1)

float* SprCdFilter::coeff

the filter coefficients

float* SprCdFilter::state_buf

buffer to hold the filter state (only used for processing)

int SprCdFilter::buf_len

length of the state buffer

struct spr_t_cd_filter* SprCdFilter::next

cascade of filters (e.g. a MA and AR part)