 |
GNU Radio Manual and C++ API Reference
3.9.1.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);
53 virtual bool lock_detector(
void) = 0;
54 virtual bool squelch_enable(
bool) = 0;
55 virtual float set_lock_threshold(
float) = 0;
57 void set_loop_bandwidth(
float bw)
override = 0;
58 virtual void set_damping_factor(
float df) = 0;
59 virtual void set_alpha(
float alpha) = 0;
60 virtual void set_beta(
float beta) = 0;
61 virtual void set_frequency(
float freq) = 0;
62 virtual void set_phase(
float phase) = 0;
63 virtual void set_min_freq(
float freq) = 0;
64 virtual void set_max_freq(
float freq) = 0;
66 virtual float get_loop_bandwidth()
const = 0;
67 virtual float get_damping_factor()
const = 0;
68 virtual float get_alpha()
const = 0;
69 virtual float get_beta()
const = 0;
70 virtual float get_frequency()
const = 0;
71 virtual float get_phase()
const = 0;
72 virtual float get_min_freq()
const = 0;
73 virtual float get_max_freq()
const = 0;
Implements a PLL which locks to the input frequency and outputs the input signal mixed with that carr...
Definition: pll_carriertracking_cc.h:38
#define ANALOG_API
Definition: gr-analog/include/gnuradio/analog/api.h:18
synchronous 1:1 input to output with history
Definition: sync_block.h:25
std::shared_ptr< pll_carriertracking_cc > sptr
Definition: pll_carriertracking_cc.h:43
A second-order control loop implementation class.
Definition: control_loop.h:50
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:29