diff --git a/fft.h b/fft.h index e36a2f9..e516e21 100644 --- a/fft.h +++ b/fft.h @@ -21,4 +21,4 @@ extern fixed Sinewave[N_WAVE]; fixed fix_mpy(fixed a, fixed b); int fix_fft(fixed *fr, fixed *fi, int m, int inverse); -#endif //FFT_H +#endif //FFT_H diff --git a/main.c b/main.c index af8873c..e958655 100644 --- a/main.c +++ b/main.c @@ -1,8 +1,8 @@ //main.c -#include "fft.h" -#include "fft-org.h" +#include "fft.h" +#include "fft-org.h" #include #include @@ -12,9 +12,25 @@ //number of points #define N (1<