comparison dsp/onsets/PeakPicking.cpp @ 241:a98dd8ec96f8

* Move dsp/maths to maths ; bring PCA and HMM across from Soundbite
author Chris Cannam <c.cannam@qmul.ac.uk>
date Wed, 09 Jan 2008 10:31:29 +0000
parents 343915d55ec5
children 38bf09927942
comparison
equal deleted inserted replaced
240:1a406914b3a9 241:a98dd8ec96f8
7 This file copyright 2005-2006 Christian Landone. 7 This file copyright 2005-2006 Christian Landone.
8 All rights reserved. 8 All rights reserved.
9 */ 9 */
10 10
11 #include "PeakPicking.h" 11 #include "PeakPicking.h"
12 #include "dsp/maths/Polyfit.h" 12 #include "maths/Polyfit.h"
13 13
14 #include <iostream> 14 #include <iostream>
15 15
16 ////////////////////////////////////////////////////////////////////// 16 //////////////////////////////////////////////////////////////////////
17 // Construction/Destruction 17 // Construction/Destruction