23#ifndef INCLUDED_ANALOG_PLL_CARRIERTRACKING_CC_H
24#define INCLUDED_ANALOG_PLL_CARRIERTRACKING_CC_H
55 typedef boost::shared_ptr<pll_carriertracking_cc>
sptr;
63 static sptr make(
float loop_bw,
float max_freq,
float min_freq);
Implements a PLL which locks to the input frequency and outputs the input signal mixed with that carr...
Definition: pll_carriertracking_cc.h:52
static sptr make(float loop_bw, float max_freq, float min_freq)
virtual void set_phase(float phase)=0
virtual float get_max_freq() const =0
virtual void set_max_freq(float freq)=0
virtual void set_alpha(float alpha)=0
boost::shared_ptr< pll_carriertracking_cc > sptr
Definition: pll_carriertracking_cc.h:55
virtual float set_lock_threshold(float)=0
virtual void set_damping_factor(float df)=0
virtual float get_min_freq() const =0
virtual bool lock_detector(void)=0
virtual float get_frequency() const =0
virtual void set_loop_bandwidth(float bw)=0
Set the loop bandwidth.
virtual void set_min_freq(float freq)=0
virtual float get_damping_factor() const =0
virtual void set_frequency(float freq)=0
virtual float get_beta() const =0
virtual float get_phase() const =0
virtual float get_loop_bandwidth() const =0
virtual void set_beta(float beta)=0
virtual float get_alpha() const =0
virtual bool squelch_enable(bool)=0
A second-order control loop implementation class.
Definition: control_loop.h:62
synchronous 1:1 input to output with history
Definition: sync_block.h:38
#define ANALOG_API
Definition: gr-analog/include/gnuradio/analog/api.h:30
Include this header to use the message passing features.
Definition: basic_block.h:45