 |
GNU Radio Manual and C++ API Reference
3.8.1.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
23 #ifndef INCLUDED_DIGITAL_COSTAS_LOOP_CC_H
24 #define INCLUDED_DIGITAL_COSTAS_LOOP_CC_H
70 typedef boost::shared_ptr<costas_loop_cc>
sptr;
80 static sptr make(
float loop_bw,
int order,
bool use_snr =
false);
85 virtual float error()
const = 0;
A Costas loop carrier recovery module.
Definition: costas_loop_cc.h:65
synchronous 1:1 input to output with history
Definition: sync_block.h:37
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
A second-order control loop implementation class.
Definition: control_loop.h:61
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
boost::shared_ptr< costas_loop_cc > sptr
Definition: costas_loop_cc.h:70