23 #ifndef INCLUDED_DIGITAL_CONSTELLATION_RECEIVER_CB_H
24 #define INCLUDED_DIGITAL_CONSTELLATION_RECEIVER_CB_H
59 :
virtual public block,
64 typedef boost::shared_ptr<constellation_receiver_cb>
sptr;
77 float loop_bw,
float fmin,
float fmax);
79 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
Include this header to use the message passing features.
Definition: logger.h:131
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:60
boost::shared_ptr< constellation_receiver_cb > sptr
Definition: constellation_receiver_cb.h:64