 |
GNU Radio Manual and C++ API Reference
3.10.5.1
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
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);
#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
Implements a PLL which locks to the input frequency and outputs an estimate of that frequency....
Definition: pll_freqdet_cf.h:37
A second-order control loop implementation class.
Definition: control_loop.h:50
GNU Radio logging wrapper.
Definition: basic_block.h:29
std::shared_ptr< pll_freqdet_cf > sptr
Definition: pll_freqdet_cf.h:42