Improved frequency display format.
[debian/gnuradio] / gr-pager / src / pager_slicer_fb.h
index cde7aa94e2408b5402044d5b1abf76a2565f1a67..f157b11d75e408ec7cfb51ee7745e690ee6d8d60 100644 (file)
@@ -5,7 +5,7 @@
  * 
  * GNU Radio is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2, or (at your option)
+ * the Free Software Foundation; either version 3, or (at your option)
  * any later version.
  * 
  * GNU Radio is distributed in the hope that it will be useful,
@@ -49,6 +49,8 @@ public:
     int work (int noutput_items,
               gr_vector_const_void_star &input_items, 
               gr_vector_void_star &output_items);
+
+    float dc_offset() const { return d_avg; }
 };
 
 #endif /* INCLUDED_PAGER_SLICER_FB_H */