comparison dsp/tonal/TCSgram.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 d7116e3183f8
children e5907ae6de17
comparison
equal deleted inserted replaced
15:10c3f9df4a07 16:2e3f5d2d62c1
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 }