comparison dsp/chromagram/ConstantQ.h @ 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 49844bc8a895
children 8bdbda7fb893
comparison
equal deleted inserted replaced
240:1a406914b3a9 241:a98dd8ec96f8
10 10
11 #ifndef CONSTANTQ_H 11 #ifndef CONSTANTQ_H
12 #define CONSTANTQ_H 12 #define CONSTANTQ_H
13 13
14 #include <vector> 14 #include <vector>
15 #include "dsp/maths/MathAliases.h" 15 #include "maths/MathAliases.h"
16 #include "dsp/maths/MathUtilities.h" 16 #include "maths/MathUtilities.h"
17 17
18 struct CQConfig{ 18 struct CQConfig{
19 unsigned int FS; 19 unsigned int FS;
20 double min; 20 double min;
21 double max; 21 double max;