|
GNU Radio 3.7.1 C++ API
|
Constellation Decoder. More...
#include <constellation_decoder_cb.h>

Public Types | |
| typedef boost::shared_ptr < constellation_decoder_cb > | sptr |
Static Public Member Functions | |
| static sptr | make (constellation_sptr constellation) |
| Make constellation decoder block. | |
Constellation Decoder.
Decode a constellation's points from a complex space to (unpacked) bits based on the map of the consetllation object.
| static sptr gr::digital::constellation_decoder_cb::make | ( | constellation_sptr | constellation | ) | [static] |
Make constellation decoder block.
| constellation | A constellation derived from class 'constellation'. Use base() method to get a shared pointer to this base class type. |