Channelizer can now produce any rational ratio of the sample rate in [fs/N, fs]...
[debian/gnuradio] / gnuradio-core / src / lib / filter / gr_pfb_arb_resampler_ccf.h
index 531e9726f347c64f78991749e0393ee9bdd5e7d2..b99ad286b888588991af8109cc1dbd17dc5ca192 100644 (file)
@@ -118,6 +118,7 @@ class gr_pfb_arb_resampler_ccf : public gr_block
   unsigned int             d_int_rate;          // the number of filters (interpolation rate)
   unsigned int             d_dec_rate;          // the stride through the filters (decimation rate)
   float                    d_flt_rate;          // residual rate for the linear interpolation
+  float                    d_acc;
   unsigned int             d_last_filter;
   int                      d_start_index;
   unsigned int             d_taps_per_filter;