GNU Radio's GFDM Package
|
Take timeslots * active_subcarriers items and map them on a vector for GFDM modulation. More...
#include <resource_mapper_cc.h>
Public Types | |
typedef boost::shared_ptr< resource_mapper_cc > | sptr |
Static Public Member Functions | |
static sptr | make (int timeslots, int subcarriers, int active_subcarriers, std::vector< int >subcarrier_map, bool per_timeslot) |
Return a shared_ptr to a new instance of gfdm::resource_mapper_cc. More... | |
Take timeslots * active_subcarriers items and map them on a vector for GFDM modulation.
typedef boost::shared_ptr<resource_mapper_cc> gr::gfdm::resource_mapper_cc::sptr |
|
static |
Return a shared_ptr to a new instance of gfdm::resource_mapper_cc.
To avoid accidental use of raw pointers, gfdm::resource_mapper_cc's constructor is in a private implementation class. gfdm::resource_mapper_cc::make is the public interface for creating new instances.