GNU Radio 3.5.1 C++ API
|
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...
#include <digital_ofdm_mapper_bcv.h>
Public Member Functions | |
~digital_ofdm_mapper_bcv (void) | |
gr_msg_queue_sptr | msgq () const |
int | work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
just like gr_block::general_work, only this arranges to call consume_each for you | |
Protected Member Functions | |
digital_ofdm_mapper_bcv (const std::vector< gr_complex > &constellation, unsigned msgq_limit, unsigned occupied_carriers, unsigned int fft_length) | |
Friends | |
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) |
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.
digital_ofdm_mapper_bcv::digital_ofdm_mapper_bcv | ( | const std::vector< gr_complex > & | constellation, |
unsigned | msgq_limit, | ||
unsigned | occupied_carriers, | ||
unsigned int | fft_length | ||
) | [protected] |
digital_ofdm_mapper_bcv::~digital_ofdm_mapper_bcv | ( | void | ) |
gr_msg_queue_sptr digital_ofdm_mapper_bcv::msgq | ( | ) | const [inline] |
int digital_ofdm_mapper_bcv::work | ( | int | noutput_items, |
gr_vector_const_void_star & | input_items, | ||
gr_vector_void_star & | output_items | ||
) | [virtual] |
just like gr_block::general_work, only this arranges to call consume_each for you
The user must override work to define the signal processing code
Implements gr_sync_block.
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 | ||
) | [friend] |