GNU Radio's LTE Package
|
QPSK soft demodulation. 1. item == real, 2. item == imaginary. More...
#include <qpsk_soft_demod_vcvf.h>
Public Types | |
typedef boost::shared_ptr< qpsk_soft_demod_vcvf > | sptr |
Static Public Member Functions | |
static sptr | make (int vlen, std::string name="qpsk_soft_demod_vcvf") |
Return a shared_ptr to a new instance of lte::qpsk_soft_demod_vcvf. More... | |
QPSK soft demodulation. 1. item == real, 2. item == imaginary.
typedef boost::shared_ptr<qpsk_soft_demod_vcvf> gr::lte::qpsk_soft_demod_vcvf::sptr |
|
static |
Return a shared_ptr to a new instance of lte::qpsk_soft_demod_vcvf.
To avoid accidental use of raw pointers, lte::qpsk_soft_demod_vcvf's constructor is in a private implementation class. lte::qpsk_soft_demod_vcvf::make is the public interface for creating new instances.