|
Functions |
void | AllPoleFilter (float *InOut, const float *Coef, int lengthInOut, int orderCoef) |
void | AllZeroFilter (float *In, const float *Coef, int lengthInOut, int orderCoef, float *Out) |
void | ZeroPoleFilter (float *In, const float *ZeroCoef, const float *PoleCoef, int lengthInOut, int orderCoef, float *Out) |
void | DownSample (const float *In, const float *Coef, int lengthIn, float *state, float *Out) |