 |
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_DIGITAL_COSTAS_LOOP_CC_H
12 #define INCLUDED_DIGITAL_COSTAS_LOOP_CC_H
58 typedef std::shared_ptr<costas_loop_cc>
sptr;
68 static sptr make(
float loop_bw,
unsigned int order,
bool use_snr =
false);
73 virtual float error()
const = 0;
A Costas loop carrier recovery module.
Definition: costas_loop_cc.h:53
synchronous 1:1 input to output with history
Definition: sync_block.h:25
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:18
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
std::shared_ptr< costas_loop_cc > sptr
Definition: costas_loop_cc.h:58