From 2f47aad97f83758d1197009db7cb94c9ce9243a4 Mon Sep 17 00:00:00 2001 From: Chris Kiefer Date: Thu, 18 Jul 2013 15:30:46 +0100 Subject: pruning --- ofxMaxim/ofxMaxim/libs/fft.cpp | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'ofxMaxim') diff --git a/ofxMaxim/ofxMaxim/libs/fft.cpp b/ofxMaxim/ofxMaxim/libs/fft.cpp index 1b3f411..85a7aa9 100644 --- a/ofxMaxim/ofxMaxim/libs/fft.cpp +++ b/ofxMaxim/ofxMaxim/libs/fft.cpp @@ -357,30 +357,6 @@ void PowerSpectrum(int NumSamples, float *In, float *Out) delete[]ImagOut; } -/* - * Windowing Functions - */ - -//int NumWindowFuncs() -//{ -// return 4; -//} - -//char *WindowFuncName(int whichFunction) -//{ -// switch (whichFunction) { -// default: -// case 0: -// return "Rectangular"; -// case 1: -// return "Bartlett"; -// case 2: -// return "Hamming"; -// case 3: -// return "Hanning"; -// } -//} - void WindowFunc(int whichFunction, int NumSamples, float *in) { int i; -- cgit v1.3