 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
11 #ifndef INCLUDED_DIGITAL_CLOCK_RECOVERY_MM_FF_H
12 #define INCLUDED_DIGITAL_CLOCK_RECOVERY_MM_FF_H
62 typedef std::shared_ptr<clock_recovery_mm_ff>
sptr;
77 float omega_relative_limit);
79 virtual float mu()
const = 0;
80 virtual float omega()
const = 0;
virtual void set_mu(float mu)=0
virtual void set_gain_omega(float gain_omega)=0
std::shared_ptr< clock_recovery_mm_ff > sptr
Definition: clock_recovery_mm_ff.h:62
virtual float omega() const =0
virtual float gain_omega() const =0
Mueller and Müller (M&M) based clock recovery block with float input, float output.
Definition: clock_recovery_mm_ff.h:59
virtual void set_gain_mu(float gain_mu)=0
virtual void set_omega(float omega)=0
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:18
virtual float gain_mu() const =0
static sptr make(float omega, float gain_omega, float mu, float gain_mu, float omega_relative_limit)
The abstract base class for all 'terminal' processing blocks.
Definition: gnuradio-runtime/include/gnuradio/block.h:63
virtual float mu() const =0
GNU Radio logging wrapper.
Definition: basic_block.h:29
virtual void set_verbose(bool verbose)=0