23#ifndef INCLUDED_DIGITAL_OFDM_MAPPER_BCV_H
24#define INCLUDED_DIGITAL_OFDM_MAPPER_BCV_H
47 typedef boost::shared_ptr<ofdm_mapper_bcv>
sptr;
59 unsigned occupied_carriers,
60 unsigned int fft_length);
An abstracted constellation object.
Definition: constellation.h:63
take a stream of bytes in and map to a vector of complex constellation points suitable for IFFT input...
Definition: ofdm_mapper_bcv.h:44
virtual msg_queue::sptr msgq() const =0
static sptr make(const std::vector< gr_complex > &constellation, unsigned msgq_limit, unsigned occupied_carriers, unsigned int fft_length)
boost::shared_ptr< ofdm_mapper_bcv > sptr
Definition: ofdm_mapper_bcv.h:47
boost::shared_ptr< msg_queue > sptr
Definition: msg_queue.h:47
synchronous 1:1 input to output with history
Definition: sync_block.h:38
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
Include this header to use the message passing features.
Definition: basic_block.h:45