Mercurial > hg > qm-dsp
diff dsp/onsets/PeakPicking.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 | da277e8b5244 |
children | e5907ae6de17 |
line wrap: on
line diff
--- a/dsp/onsets/PeakPicking.h Wed Nov 21 16:53:51 2007 +0000 +++ b/dsp/onsets/PeakPicking.h Wed Jan 09 10:31:29 2008 +0000 @@ -15,8 +15,8 @@ #ifndef PEAKPICKING_H #define PEAKPICKING_H -#include "dsp/maths/MathUtilities.h" -#include "dsp/maths/MathAliases.h" +#include "maths/MathUtilities.h" +#include "maths/MathAliases.h" #include "dsp/signalconditioning/DFProcess.h"