Adding accessors to Goertzel filter GR block to call setparms from implementation...
[debian/gnuradio] / gnuradio-core / src / lib / filter / gr_goertzel_fc.i
index 4cbc1dece3e38863284fda81adf2e0092a363dad..775c78cc8e0a3458e89ad0cad7c668d3e127bc73 100644 (file)
@@ -1,6 +1,6 @@
 /* -*- c++ -*- */
 /*
- * Copyright 2006 Free Software Foundation, Inc.
+ * Copyright 2006,2011 Free Software Foundation, Inc.
  *
  * This file is part of GNU Radio
  *
@@ -28,4 +28,8 @@ class gr_goertzel_fc : public gr_sync_decimator
 {
 private:
   gr_goertzel_fc();
+
+public:
+  void set_freq (float freq);
+  void set_rate (int rate);
 };