23 #ifndef INCLUDED_DIGITAL_CLOCK_RECOVERY_MM_FF_H 24 #define INCLUDED_DIGITAL_CLOCK_RECOVERY_MM_FF_H 72 typedef boost::shared_ptr<clock_recovery_mm_ff>
sptr;
83 static sptr make(
float omega,
87 float omega_relative_limit);
89 virtual float mu()
const = 0;
90 virtual float omega()
const = 0;
91 virtual float gain_mu()
const = 0;
92 virtual float gain_omega()
const = 0;
94 virtual void set_verbose(
bool verbose) = 0;
95 virtual void set_gain_mu(
float gain_mu) = 0;
96 virtual void set_gain_omega(
float gain_omega) = 0;
97 virtual void set_mu(
float mu) = 0;
98 virtual void set_omega(
float omega) = 0;
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
boost::shared_ptr< clock_recovery_mm_ff > sptr
Definition: clock_recovery_mm_ff.h:72
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: block.h:71
Mueller and Müller (M&M) based clock recovery block with float input, float output.
Definition: clock_recovery_mm_ff.h:68