Mladen Adamovic / UIT_FFT_Real

Dependents:   Spectrogram

Fork of UIT_FFT_Real by 不韋 呂

Files at this revision

API Documentation at this revision

Comitter:
mladjo1993
Date:
Wed Aug 16 10:06:13 2017 +0000
Parent:
2:9649d0e2bb4a
Child:
4:2e5de15ed0c2
Commit message:
Comments changed to english.

Changed in this revision

fftReal.cpp Show annotated file Show diff for this revision Revisions of this file
fftReal.hpp Show annotated file Show diff for this revision Revisions of this file
--- 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"
 
--- 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