Resampler seems to be working for all values of rate
[debian/gnuradio] / gnuradio-core / src / lib / filter / gr_pfb_arb_resampler_ccf.h
index b79a89fe93027c834f762f3ffc356f36f0ffeb60..bc5b91a5ecba420dc0495feae201992cafe51d50 100644 (file)
@@ -91,8 +91,8 @@ class gr_fir_ccf;
  * The theory behind this block can be found in Chapter 7.5 of 
  * the following book.
  *
- *    <B><EM>f. harris, Multirate Signal Processing for Communication 
- *       Systems," Upper Saddle River, NJ: Prentice Hall, Inc. 2004.</EM></B>
+ *    <B><EM>f. harris, "Multirate Signal Processing for Communication 
+ *       Systems", Upper Saddle River, NJ: Prentice Hall, Inc. 2004.</EM></B>
  */
 
 class gr_pfb_arb_resampler_ccf : public gr_block
@@ -118,6 +118,7 @@ class gr_pfb_arb_resampler_ccf : public gr_block
   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;
   bool                    d_updated;