comparison dsp/chromagram/ChromaProcess.cpp @ 16:2e3f5d2d62c1

* Move dsp/maths to maths ; bring PCA and HMM across from Soundbite
author cannam
date Wed, 09 Jan 2008 10:31:29 +0000
parents d7116e3183f8
children
comparison
equal deleted inserted replaced
15:10c3f9df4a07 16:2e3f5d2d62c1
8 All rights reserved. 8 All rights reserved.
9 */ 9 */
10 10
11 11
12 #include "ChromaProcess.h" 12 #include "ChromaProcess.h"
13 #include "dsp/maths/Histogram.h" 13 #include "maths/Histogram.h"
14 #include <math.h> 14 #include <math.h>
15 ////////////////////////////////////////////////////////////////////// 15 //////////////////////////////////////////////////////////////////////
16 // Construction/Destruction 16 // Construction/Destruction
17 ////////////////////////////////////////////////////////////////////// 17 //////////////////////////////////////////////////////////////////////
18 18