Final version.

Dependents:   Spectrogram

Fork of UIT_FFT_Real by 不韋 呂

Files at this revision

API Documentation at this revision

Comitter:
mladjo1993
Date:
Wed Aug 30 07:43:21 2017 +0000
Parent:
3:7e761912ef10
Commit message:
Final version.

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	Wed Aug 16 10:06:13 2017 +0000
+++ b/fftReal.cpp	Wed Aug 30 07:43:21 2017 +0000
@@ -7,7 +7,7 @@
 
 #include "fftReal.hpp"
 
-namespace Mikami
+namespace etf
 {
     // Constructor
     FftReal::FftReal(int16_t n)
--- a/fftReal.hpp	Wed Aug 16 10:06:13 2017 +0000
+++ b/fftReal.hpp	Wed Aug 30 07:43:21 2017 +0000
@@ -11,7 +11,7 @@
 #include "mbed.h"
 #include <complex>  // requisite for complex
 
-namespace Mikami
+namespace etf
 {
     typedef complex<float> Complex; // define "Complex"