 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
11 #ifndef INCLUDED_DIGITAL_CONSTELLATION_RECEIVER_CB_H
12 #define INCLUDED_DIGITAL_CONSTELLATION_RECEIVER_CB_H
51 typedef std::shared_ptr<constellation_receiver_cb>
sptr;
An abstracted constellation object.
Definition: constellation.h:50
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:18
The abstract base class for all 'terminal' processing blocks.
Definition: gnuradio-runtime/include/gnuradio/block.h:63
virtual void phase_error_tracking(float phase_error)=0
A second-order control loop implementation class.
Definition: control_loop.h:51
GNU Radio logging wrapper.
Definition: basic_block.h:29
This block makes hard decisions about the received symbols (using a constellation object) and also fi...
Definition: constellation_receiver_cb.h:48
static sptr make(constellation_sptr constellation, float loop_bw, float fmin, float fmax)
Constructs a constellation receiver that (phase/fine freq) synchronizes and decodes constellation poi...
std::shared_ptr< constellation_receiver_cb > sptr
Definition: constellation_receiver_cb.h:51