|
GNU Radio's GFDM Package
|
<+description of block+> More...
#include <simple_modulator_cc.h>

Public Types | |
| typedef boost::shared_ptr< simple_modulator_cc > | sptr |
Static Public Member Functions | |
| static sptr | make (int n_timeslots, int n_subcarriers, int overlap, std::vector< gr_complex > frequency_taps) |
| Return a shared_ptr to a new instance of gfdm::simple_modulator_cc. More... | |
<+description of block+>
| typedef boost::shared_ptr<simple_modulator_cc> gr::gfdm::simple_modulator_cc::sptr |
|
static |
Return a shared_ptr to a new instance of gfdm::simple_modulator_cc.
To avoid accidental use of raw pointers, gfdm::simple_modulator_cc's constructor is in a private implementation class. gfdm::simple_modulator_cc::make is the public interface for creating new instances.