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,
67 float freq_gain = 0.25 * 0.25 / 4);
Takes an OFDM symbol in, demaps it into bits of 0's and 1's, packs them into packets,...
Definition: ofdm_frame_sink.h:47
static sptr make(const std::vector< gr_complex > &sym_position, const std::vector< char > &sym_value_out, msg_queue::sptr target_queue, int occupied_tones, float phase_gain=0.25, float freq_gain=0.25 *0.25/4)
boost::shared_ptr< ofdm_frame_sink > sptr
Definition: ofdm_frame_sink.h:50
boost::shared_ptr< msg_queue > sptr
Definition: msg_queue.h:47
synchronous 1:1 input to output with history
Definition: sync_block.h:38
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
Include this header to use the message passing features.
Definition: basic_block.h:45