11 #ifndef INCLUDED_ANALOG_PLL_FREQDET_CF_H
12 #define INCLUDED_ANALOG_PLL_FREQDET_CF_H
42 typedef std::shared_ptr<pll_freqdet_cf>
sptr;
50 static sptr make(
float loop_bw,
float max_freq,
float min_freq);
Implements a PLL which locks to the input frequency and outputs an estimate of that frequency....
Definition: pll_freqdet_cf.h:39
virtual void set_alpha(float alpha)=0
virtual void set_frequency(float freq)=0
virtual float get_min_freq() const =0
virtual void set_damping_factor(float df)=0
virtual void set_min_freq(float freq)=0
virtual float get_max_freq() const =0
virtual float get_alpha() const =0
virtual float get_damping_factor() const =0
virtual float get_beta() const =0
virtual float get_loop_bandwidth() const =0
virtual float get_frequency() const =0
void set_loop_bandwidth(float bw) override=0
Set the loop bandwidth.
virtual void set_max_freq(float freq)=0
std::shared_ptr< pll_freqdet_cf > sptr
Definition: pll_freqdet_cf.h:42
static sptr make(float loop_bw, float max_freq, float min_freq)
virtual void set_phase(float phase)=0
virtual float get_phase() const =0
virtual void set_beta(float beta)=0
A second-order control loop implementation class.
Definition: control_loop.h:51
synchronous 1:1 input to output with history
Definition: sync_block.h:26
#define ANALOG_API
Definition: gr-analog/include/gnuradio/analog/api.h:18
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:29