diff --git a/src/filter.c b/src/filter.c index 57a4c2c..7cec928 100644 --- a/src/filter.c +++ b/src/filter.c @@ -7,6 +7,7 @@ #include "filter.h" #include "mem.h" +#define M_PI 3.14159265358979323846264338327950288 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - static double CalcMean(Entry *entries, int nEntries, int n, int M, double *w){