23 #ifndef INCLUDED_DIGITAL_OFDM_FRAME_SINK_H
24 #define INCLUDED_DIGITAL_OFDM_FRAME_SINK_H
61 static sptr make(
const std::vector<gr_complex> &sym_position,
62 const std::vector<char> &sym_value_out,
65 float phase_gain=0.25,
float freq_gain=0.25*0.25/4);
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
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:49
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:45