comparison dsp/tonal/TCSgram.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 49844bc8a895
children e5907ae6de17
comparison
equal deleted inserted replaced
240:1a406914b3a9 241:a98dd8ec96f8
13 #include <valarray> 13 #include <valarray>
14 #include <cmath> 14 #include <cmath>
15 #include <iostream> 15 #include <iostream>
16 #include <limits> 16 #include <limits>
17 17
18 #include "dsp/maths/MathUtilities.h" 18 #include "maths/MathUtilities.h"
19 19
20 TCSGram::TCSGram() : 20 TCSGram::TCSGram() :
21 m_uNumBins(6) 21 m_uNumBins(6)
22 { 22 {
23 } 23 }