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

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