diff dsp/rateconversion/Resampler.h @ 156:edb86e0d850c

Lower filter cutoff to below target Nyquist when downsampling
author Chris Cannam
date Fri, 01 Nov 2013 12:07:08 +0000
parents 23558405a7d1
children 0a47ec0a1a56
line wrap: on
line diff
--- a/dsp/rateconversion/Resampler.h	Tue Oct 22 08:58:28 2013 +0100
+++ b/dsp/rateconversion/Resampler.h	Fri Nov 01 12:07:08 2013 +0000
@@ -75,6 +75,7 @@
     int m_filterLength;
     int m_bufferLength;
     int m_latency;
+    double m_peakToPole;
     
     struct Phase {
         int nextPhase;