GNU Radio 3.7.1 C++ API
|
Digital constellation for 8PSK. More...
#include <constellation.h>
Public Types | |
typedef boost::shared_ptr < constellation_8psk > | sptr |
Public Member Functions | |
~constellation_8psk () | |
unsigned int | decision_maker (const gr_complex *sample) |
Returns the constellation point that matches best. | |
Static Public Member Functions | |
static sptr | make () |
Protected Member Functions | |
constellation_8psk () |
Digital constellation for 8PSK.
gr::digital::constellation_8psk::constellation_8psk | ( | ) | [protected] |
unsigned int gr::digital::constellation_8psk::decision_maker | ( | const gr_complex * | sample | ) | [virtual] |
Returns the constellation point that matches best.
Implements gr::digital::constellation.
static sptr gr::digital::constellation_8psk::make | ( | ) | [static] |