Mercurial > hg > qm-dsp
comparison dsp/chromagram/Chromagram.cpp @ 241:a98dd8ec96f8
* Move dsp/maths to maths ; bring PCA and HMM across from Soundbite
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Wed, 09 Jan 2008 10:31:29 +0000 |
parents | b7f01ab7045e |
children | 8bb764969d50 |
comparison
equal
deleted
inserted
replaced
240:1a406914b3a9 | 241:a98dd8ec96f8 |
---|---|
8 All rights reserved. | 8 All rights reserved. |
9 */ | 9 */ |
10 | 10 |
11 #include <iostream> | 11 #include <iostream> |
12 #include <cmath> | 12 #include <cmath> |
13 #include "dsp/maths/MathUtilities.h" | 13 #include "maths/MathUtilities.h" |
14 #include "Chromagram.h" | 14 #include "Chromagram.h" |
15 | 15 |
16 //---------------------------------------------------------------------------- | 16 //---------------------------------------------------------------------------- |
17 | 17 |
18 Chromagram::Chromagram( ChromaConfig Config ) | 18 Chromagram::Chromagram( ChromaConfig Config ) |