#include <math.h>#include "lowpass.h"
Defines | |
| #define | IzeroEPSILON 1E-21 |
Functions | |
| void | LpFilter (float8 c[], int N, float8 frq, float8 Beta, int Num) |
| #define IzeroEPSILON 1E-21 |
The functions Izero and LpFilter are taken from Julius O. Smiths resample toolkit (resample-1.7.tar.gz) The Digital Audio Resampling Home Page is located at http://www-ccrma.stanford.edu/~jos/resample/. The files these two functions are taken from is filterkit.c
The function LpFilter is taken from Julius O. Smiths resample toolkit (resample-1.7.tar.gz) The Digital Audio Resampling Home Page is located at http://www-ccrma.stanford.edu/~jos/resample/. The files this function is taken from is filterkit.c
References i.
1.6.2