#include <gr_sync_block.h>#include <gr_message.h>#include <gr_msg_queue.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) |
| 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 | |||
| ) |
1.5.9