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 second-order control loop implementation class.
Definition: control_loop.h:51
A Costas loop carrier recovery module.
Definition: costas_loop_cc.h:55
virtual float error() const =0
static sptr make(float loop_bw, unsigned int order, bool use_snr=false)
std::shared_ptr< costas_loop_cc > sptr
Definition: costas_loop_cc.h:58
synchronous 1:1 input to output with history
Definition: sync_block.h:26
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:18
GNU Radio logging wrapper.
Definition: basic_block.h:29