Go to the documentation of this file.
31 FilterSpecification(
unsigned numTaps = 0,
unsigned numBands = 0,
double *freqs = NULL,
double *resps = NULL,
double *weights = NULL);
84 void setTaps(
unsigned numTaps,
float *tapDelays);
98 void remez(
double h[],
int numtaps,
int numband,
double bands[],
double des[],
double weight[],
int type);