GNU Radio 3.6.5 C++ API

digital_ofdm_mapper_bcv Class Reference

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>

Inheritance diagram for digital_ofdm_mapper_bcv:
gr_sync_block gr_block gr_basic_block gr_msg_accepter gruel::msg_accepter

List of all members.

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)

Detailed Description

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.


Constructor & Destructor Documentation

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  )

Member Function Documentation

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.


Friends And Related 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 
) [friend]

The documentation for this class was generated from the following file: