From c4a010e451ce1c0266f4db074ca83bf050ec3ec8 Mon Sep 17 00:00:00 2001 From: Chris Kiefer Date: Wed, 14 Mar 2012 11:51:02 +0000 Subject: Fixed ifft --- ofxMaxim/ofxMaxim/libs/maxiFFT.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ofxMaxim') 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) -- cgit v1.3