WIP: better access to setting FLL parameters and working on getting gain settings...
[debian/gnuradio] / gnuradio-core / src / lib / general / gr_fll_band_edge_cc.i
index 545bad4f61c28b6b92257786867aabbfd937fa3c..c9c792c8a6f802d7ff5abf1cef32d0c05816164d 100644 (file)
@@ -36,5 +36,6 @@ class gr_fll_band_edge_cc : public gr_sync_block
 
   void set_alpha (float alpha);
   void set_beta (float beta);
+  void design_filter(float samps_per_sym, float rolloff, int filter_size);
   void print_taps();
 };