Final version.

Dependents:   Spectrogram

Fork of UIT_FFT_Real by 不韋 呂

Revision:
3:7e761912ef10
Parent:
2:9649d0e2bb4a
Child:
4:2e5de15ed0c2
--- a/fftReal.hpp	Fri Dec 18 10:01:28 2015 +0000
+++ b/fftReal.hpp	Wed Aug 16 10:06:13 2017 +0000
@@ -1,8 +1,9 @@
-//-------------------------------------------------------------------
-// FFT class for real data ---- Header
-//      This class can execute FFT and IFFT 
-// Copyright (c) 2015 MIKAMI, Naoki,  2015/12/18
-//-------------------------------------------------------------------
+/********************************************************
+ *  FFT class for real data ---- Header
+ *      This class can execute FFT and IFFT 
+ *
+ *  Mladen Adamovic, 3326/2016
+ ********************************************************/
 
 #ifndef FFT_REAL_HPP
 #define FFT_REAL_HPP