Application example of FftReal class. FftReal クラスの使用例.

Dependencies:   Array_Matrix mbed UIT_FFT_Real

Revision:
3:4ef52c7f5281
Parent:
0:5bed9d6dc43b
--- a/dftComplex.hpp	Thu Oct 29 06:33:32 2015 +0000
+++ b/dftComplex.hpp	Mon Jan 13 08:57:54 2020 +0000
@@ -21,5 +21,4 @@
         for (int n=0; n<nFft; n++)
             y[k] = y[k] + x[n]*exp(j2PiN*(float)(n*k));
     }
-}
-
+}
\ No newline at end of file