22#ifndef INCLUDED_GFDM_MODULATOR_CC_H
23#define INCLUDED_GFDM_MODULATOR_CC_H
26#include <gnuradio/tagged_stream_block.h>
42 typedef boost::shared_ptr<modulator_cc>
sptr;
58 const std::string& len_tag_key =
"frame_len");
#define GFDM_API
Definition api.h:30
modulator_cc modulates an input tagged input stream with subcarrier-wise sorting according to "Genera...
Definition modulator_cc.h:40
static sptr make(int nsubcarrier, int ntimeslots, double filter_alpha, int fft_len, int sync_fft_len, const std::string &len_tag_key="frame_len")
Return a shared_ptr to a new instance of gfdm::modulator_cc.
boost::shared_ptr< modulator_cc > sptr
Definition modulator_cc.h:42
Definition add_cyclic_prefix_cc.h:30