comparison dsp/tempotracking/TempoTrack.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 a9bf0cfe9383
children 200677638f5b
comparison
equal deleted inserted replaced
15:10c3f9df4a07 16:2e3f5d2d62c1
8 All rights reserved. 8 All rights reserved.
9 */ 9 */
10 10
11 #include "TempoTrack.h" 11 #include "TempoTrack.h"
12 12
13 #include "dsp/maths/MathAliases.h" 13 #include "maths/MathAliases.h"
14 #include "dsp/maths/MathUtilities.h" 14 #include "maths/MathUtilities.h"
15 15
16 #include <iostream> 16 #include <iostream>
17 17
18 18
19 ////////////////////////////////////////////////////////////////////// 19 //////////////////////////////////////////////////////////////////////