Final version.

Dependents:   Spectrogram

Fork of UIT_FFT_Real by 不韋 呂

Revision:
3:7e761912ef10
Parent:
2:9649d0e2bb4a
Child:
4:2e5de15ed0c2
diff -r 9649d0e2bb4a -r 7e761912ef10 fftReal.cpp
--- a/fftReal.cpp	Fri Dec 18 10:01:28 2015 +0000
+++ b/fftReal.cpp	Wed Aug 16 10:06:13 2017 +0000
@@ -1,8 +1,9 @@
-//------------------------------------------------------------------------------
-// FFT class for real data usind decimation-in-frequency algorithm
-//      This class can execute FFT and IFFT 
-// Copyright (c) 2015 MIKAMI, Naoki,  2015/10/29
-//------------------------------------------------------------------------------
+/********************************************************************
+ *  FFT class for real data usind decimation-in-frequency algorithm
+ *      This class can execute FFT and IFFT
+ * 
+ *  Mladen Adamovic, 3326/2016
+ ********************************************************************/
 
 #include "fftReal.hpp"