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

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