23 #ifndef INCLUDED_DIGITAL_CONSTELLATION_RECEIVER_CB_H 24 #define INCLUDED_DIGITAL_CONSTELLATION_RECEIVER_CB_H 63 typedef boost::shared_ptr<constellation_receiver_cb>
sptr;
76 make(constellation_sptr
constellation,
float loop_bw,
float fmin,
float fmax);
78 virtual void phase_error_tracking(
float phase_error) = 0;
This block makes hard decisions about the received symbols (using a constellation object) and also fi...
Definition: constellation_receiver_cb.h:58
An abstracted constellation object.
Definition: constellation.h:62
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
A second-order control loop implementation class.
Definition: control_loop.h:61
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: block.h:71
boost::shared_ptr< constellation_receiver_cb > sptr
Definition: constellation_receiver_cb.h:63