diff options
Diffstat (limited to 'gr-digital/lib/digital_costas_loop_cc.h')
-rw-r--r-- | gr-digital/lib/digital_costas_loop_cc.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gr-digital/lib/digital_costas_loop_cc.h b/gr-digital/lib/digital_costas_loop_cc.h index faf5e4263..83edded19 100644 --- a/gr-digital/lib/digital_costas_loop_cc.h +++ b/gr-digital/lib/digital_costas_loop_cc.h @@ -93,7 +93,7 @@ class digital_costas_loop_cc : public gr_sync_block digital_costas_loop_cc (float loop_bw, int order ) throw (std::invalid_argument); - /*! \brief update the system gains from omega and eta + /*! \brief update the system gains from the loop bandwidth and damping factor * * This function updates the system gains based on the loop * bandwidth and damping factor of the system. @@ -249,11 +249,6 @@ public: int work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items); - - /*! \brief returns the current NCO frequency in radians/sample - * - */ - float freq() const { return d_freq; } }; #endif |