Mercurial > hg > qm-dsp
diff qm-dsp.pro @ 285:c88fb48790d9
* Add wavelet filters from Thomas Wilmering
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 02 Apr 2009 11:17:45 +0000 |
parents | dd676f01bb15 |
children | d5b6b88e2025 |
line wrap: on
line diff
--- a/qm-dsp.pro Mon Mar 23 18:50:38 2009 +0000 +++ b/qm-dsp.pro Thu Apr 02 11:17:45 2009 +0000 @@ -55,6 +55,7 @@ dsp/tonal/TCSgram.h \ dsp/tonal/TonalEstimator.h \ dsp/transforms/FFT.h \ + dsp/wavelet/Wavelet.h \ hmm/hmm.h \ maths/Correlation.h \ maths/CosineDistance.h \ @@ -91,6 +92,7 @@ dsp/tonal/TCSgram.cpp \ dsp/tonal/TonalEstimator.cpp \ dsp/transforms/FFT.cpp \ + dsp/wavelet/Wavelet.cpp \ hmm/hmm.c \ maths/Correlation.cpp \ maths/CosineDistance.cpp \