diff options
-rw-r--r-- | fourier.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,7 +1,6 @@ #include <complex.h> #include <math.h> #include <sys/param.h> // MIN/MAX -#include <stdio.h> // debug only #include "frekvence.h" #define SAMPLES 256 #define FREKVENC (sizeof frekvence/sizeof frekvence[0]) |