diff options
| author | Chris Kiefer <chrisk13fer@gmail.com> | 2012-03-14 11:51:02 +0000 |
|---|---|---|
| committer | Chris Kiefer <chrisk13fer@gmail.com> | 2012-03-14 11:51:02 +0000 |
| commit | c4a010e451ce1c0266f4db074ca83bf050ec3ec8 (patch) | |
| tree | 4a5ae62343c23c204e2f551344801e084be09731 /ofxMaxim | |
| parent | f82385459b7dd3915bebebf3e6daff87df811069 (diff) | |
Fixed ifft
Diffstat (limited to 'ofxMaxim')
| -rw-r--r-- | ofxMaxim/ofxMaxim/libs/maxiFFT.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ofxMaxim/ofxMaxim/libs/maxiFFT.h b/ofxMaxim/ofxMaxim/libs/maxiFFT.h index d099e84..d2694f4 100644 --- a/ofxMaxim/ofxMaxim/libs/maxiFFT.h +++ b/ofxMaxim/ofxMaxim/libs/maxiFFT.h @@ -59,7 +59,7 @@ public: //features float spectralFlatness(); float spectralCentroid(); - + private: float *buffer, *window; int pos; @@ -67,7 +67,7 @@ private: int fftSize; fft *_fft; bool newFFT; - + }; class maxiIFFT { @@ -93,8 +93,8 @@ private: class maxiFFTOctaveAnalyzer { -/*based on code by David Bollinger, http://www.davebollinger.com/ - */ + /*based on code by David Bollinger, http://www.davebollinger.com/ + */ public: float samplingRate; // sampling rate in Hz (needed to calculate frequency spans) |
