Mercurial > hg > qm-dsp
diff build/general/Makefile.inc @ 380:1494e18439ae
Add DecimatorB (Butterworth filter, arbitrary powers of two)
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Tue, 22 Oct 2013 08:58:28 +0100 |
parents | 9d425cdf0fd6 |
children | 9b91f770e7ba |
line wrap: on
line diff
--- a/build/general/Makefile.inc Mon Oct 21 17:49:10 2013 +0100 +++ b/build/general/Makefile.inc Tue Oct 22 08:58:28 2013 +0100 @@ -20,6 +20,7 @@ dsp/onsets/PeakPicking.h \ dsp/phasevocoder/PhaseVocoder.h \ dsp/rateconversion/Decimator.h \ + dsp/rateconversion/DecimatorB.h \ dsp/rateconversion/Resampler.h \ dsp/rhythm/BeatSpectrum.h \ dsp/segmentation/cluster_melt.h \ @@ -64,6 +65,7 @@ dsp/onsets/PeakPicking.cpp \ dsp/phasevocoder/PhaseVocoder.cpp \ dsp/rateconversion/Decimator.cpp \ + dsp/rateconversion/DecimatorB.cpp \ dsp/rateconversion/Resampler.cpp \ dsp/rhythm/BeatSpectrum.cpp \ dsp/segmentation/cluster_melt.c \