23 #ifndef INCLUDED_DIGITAL_OFDM_FRAME_SINK_H 24 #define INCLUDED_DIGITAL_OFDM_FRAME_SINK_H 50 typedef boost::shared_ptr<ofdm_frame_sink>
sptr;
62 static sptr make(
const std::vector<gr_complex> &sym_position,
63 const std::vector<char> &sym_value_out,
66 float phase_gain=0.25,
float freq_gain=0.25*0.25/4);
boost::shared_ptr< msg_queue > sptr
Definition: msg_queue.h:47
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
Include this header to use the message passing features.
Definition: logger.h:695
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
boost::shared_ptr< ofdm_frame_sink > sptr
Definition: ofdm_frame_sink.h:50
Takes an OFDM symbol in, demaps it into bits of 0's and 1's, packs them into packets, and sends to to a message queue sink.
Definition: ofdm_frame_sink.h:46