Mercurial > hg > qm-dsp
diff 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 |
line wrap: on
line diff
--- a/dsp/tempotracking/TempoTrack.h Wed Nov 21 16:53:51 2007 +0000 +++ b/dsp/tempotracking/TempoTrack.h Wed Jan 09 10:31:29 2008 +0000 @@ -16,7 +16,7 @@ #include <vector> #include "dsp/signalconditioning/DFProcess.h" -#include "dsp/maths/Correlation.h" +#include "maths/Correlation.h" #include "dsp/signalconditioning/Framer.h"