Mercurial > hg > qm-dsp
diff dsp/rhythm/BeatSpectrum.h @ 257:9619d6995b73
* Add windowing to Chromagram input
* Add window option to MFCC config
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Fri, 18 Jan 2008 17:57:40 +0000 |
parents | 43943a4382ef |
children | e5907ae6de17 |
line wrap: on
line diff
--- a/dsp/rhythm/BeatSpectrum.h Fri Jan 18 14:40:20 2008 +0000 +++ b/dsp/rhythm/BeatSpectrum.h Fri Jan 18 17:57:40 2008 +0000 @@ -23,8 +23,8 @@ class BeatSpectrum { public: - BeatSpectrum(); - ~BeatSpectrum(); + BeatSpectrum() { } + ~BeatSpectrum() { } std::vector<double> process(const std::vector<std::vector<double> > &inmatrix);