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;
std::shared_ptr< costas_loop_cc > sptr
Definition: costas_loop_cc.h:58
A Costas loop carrier recovery module.
Definition: costas_loop_cc.h:53
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:18
GNU Radio logging wrapper.
Definition: basic_block.h:29
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:25
A second-order control loop implementation class.
Definition: control_loop.h:50