diff dsp/chromagram/Chromagram.h @ 289:befe5aa6b450

* Refactor FFT a little bit so as to separate construction and processing rather than have a single static method -- will make it easier to use a different implementation * pull in KissFFT implementation (not hooked up yet)
author Chris Cannam <c.cannam@qmul.ac.uk>
date Wed, 13 May 2009 09:19:12 +0000
parents 4c901426b9f3
children e5907ae6de17
line wrap: on
line diff
--- a/dsp/chromagram/Chromagram.h	Tue May 12 21:04:25 2009 +0000
+++ b/dsp/chromagram/Chromagram.h	Wed May 13 09:19:12 2009 +0000
@@ -61,7 +61,7 @@
     unsigned int m_frameSize;
     unsigned int m_hopSize;
 
-    FFT* m_FFT;
+    FFTReal* m_FFT;
     ConstantQ* m_ConstantQ;
 
     double* m_FFTRe;