22#ifndef INCLUDED_GFDM_RESOURCE_DEMAPPER_CC_H
23#define INCLUDED_GFDM_RESOURCE_DEMAPPER_CC_H
26#include <gnuradio/block.h>
39 typedef boost::shared_ptr<resource_demapper_cc>
sptr;
49 static sptr make(
int timeslots,
int subcarriers,
int active_subcarriers, std::vector<int> subcarrier_map,
bool per_timeslot);
#define GFDM_API
Definition: api.h:30
Demap info symbols from GFDM frame.
Definition: resource_demapper_cc.h:37
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_demapper_cc.
boost::shared_ptr< resource_demapper_cc > sptr
Definition: resource_demapper_cc.h:39
Definition: add_cyclic_prefix_cc.h:30