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;
57 static sptr make(
const std::vector<gr_complex> &
constellation,
59 unsigned occupied_carriers,
60 unsigned int fft_length);
boost::shared_ptr< msg_queue > sptr
Definition: msg_queue.h:47
An abstracted constellation object.
Definition: constellation.h:62
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
boost::shared_ptr< ofdm_mapper_bcv > sptr
Definition: ofdm_mapper_bcv.h:47
take a stream of bytes in and map to a vector of complex constellation points suitable for IFFT input...
Definition: ofdm_mapper_bcv.h:43
Include this header to use the message passing features.
Definition: logger.h:695
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37