comparison dsp/tempotracking/TempoTrack.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 a9bf0cfe9383
children 200677638f5b
comparison
equal deleted inserted replaced
15:10c3f9df4a07 16:2e3f5d2d62c1
14 14
15 #include <stdio.h> 15 #include <stdio.h>
16 #include <vector> 16 #include <vector>
17 17
18 #include "dsp/signalconditioning/DFProcess.h" 18 #include "dsp/signalconditioning/DFProcess.h"
19 #include "dsp/maths/Correlation.h" 19 #include "maths/Correlation.h"
20 #include "dsp/signalconditioning/Framer.h" 20 #include "dsp/signalconditioning/Framer.h"
21 21
22 22
23 23
24 using std::vector; 24 using std::vector;