|
GNU Radio 3.7.1 C++ API
|
Digital constellation for QPSK. More...
#include <constellation.h>

Public Types | |
| typedef boost::shared_ptr < constellation_qpsk > | sptr |
Public Member Functions | |
| ~constellation_qpsk () | |
| 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_qpsk () | |
Digital constellation for QPSK.
| gr::digital::constellation_qpsk::constellation_qpsk | ( | ) | [protected] |
| unsigned int gr::digital::constellation_qpsk::decision_maker | ( | const gr_complex * | sample | ) | [virtual] |
Returns the constellation point that matches best.
Implements gr::digital::constellation.
| static sptr gr::digital::constellation_qpsk::make | ( | ) | [static] |