comparison dsp/chromagram/ConstantQ.h @ 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 8bdbda7fb893
comparison
equal deleted inserted replaced
15:10c3f9df4a07 16:2e3f5d2d62c1
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;