GNU Radio 3.4.0 C++ API
gr_ofdm_mapper_bcv.h File Reference
#include <gr_sync_block.h>
#include <gr_message.h>
#include <gr_msg_queue.h>
Include dependency graph for gr_ofdm_mapper_bcv.h:

Go to the source code of this file.

Classes

class  gr_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

gr_ofdm_mapper_bcv_sptr gr_make_ofdm_mapper_bcv (const std::vector< gr_complex > &constellation, unsigned msgq_limit, unsigned occupied_carriers, unsigned int fft_length)

Function Documentation

gr_ofdm_mapper_bcv_sptr gr_make_ofdm_mapper_bcv ( const std::vector< gr_complex > &  constellation,
unsigned  msgq_limit,
unsigned  occupied_carriers,
unsigned int  fft_length 
)