 |
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_ANALOG_PLL_CARRIERTRACKING_CC_H
12 #define INCLUDED_ANALOG_PLL_CARRIERTRACKING_CC_H
43 typedef std::shared_ptr<pll_carriertracking_cc>
sptr;
51 static sptr make(
float loop_bw,
float max_freq,
float min_freq);
virtual bool squelch_enable(bool)=0
Implements a PLL which locks to the input frequency and outputs the input signal mixed with that carr...
Definition: pll_carriertracking_cc.h:40
virtual bool lock_detector(void)=0
virtual float set_lock_threshold(float)=0
#define ANALOG_API
Definition: gr-analog/include/gnuradio/analog/api.h:18
synchronous 1:1 input to output with history
Definition: sync_block.h:26
std::shared_ptr< pll_carriertracking_cc > sptr
Definition: pll_carriertracking_cc.h:43
static sptr make(float loop_bw, float max_freq, float min_freq)
A second-order control loop implementation class.
Definition: control_loop.h:51
GNU Radio logging wrapper.
Definition: basic_block.h:29