GNU Radio 3.6.5 C++ API

digital_ofdm_mapper_bcv.h File Reference

#include <digital_api.h>
#include <gr_sync_block.h>
#include <gr_message.h>
#include <gr_msg_queue.h>

Go to the source code of this file.

Classes

class  digital_ofdm_mapper_bcv
 take a stream of bytes in and map to a vector of complex constellation points suitable for IFFT input to be used in an ofdm modulator. Abstract class must be subclassed with specific mapping. More...

Functions

DIGITAL_API
digital_ofdm_mapper_bcv_sptr 
digital_make_ofdm_mapper_bcv (const std::vector< gr_complex > &constellation, unsigned msgq_limit, unsigned occupied_carriers, unsigned int fft_length)

Function Documentation

DIGITAL_API digital_ofdm_mapper_bcv_sptr digital_make_ofdm_mapper_bcv ( const std::vector< gr_complex > &  constellation,
unsigned  msgq_limit,
unsigned  occupied_carriers,
unsigned int  fft_length 
)