Mercurial > hg > qm-dsp
diff dsp/rhythm/BeatSpectrum.h @ 32:8bb764969d50
* Add windowing to Chromagram input
* Add window option to MFCC config
author | cannam |
---|---|
date | Fri, 18 Jan 2008 17:57:40 +0000 |
parents | dfe38135e4c7 |
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);