GNU Radio 3.6.5 C++ API

gr_ofdm_frame_sink2.h File Reference

#include <gr_core_api.h>
#include <gr_sync_block.h>
#include <gr_msg_queue.h>
#include <gr_constellation.h>

Go to the source code of this file.

Classes

class  gr_ofdm_frame_sink2
 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. More...

Functions

GR_CORE_API
gr_ofdm_frame_sink2_sptr 
gr_make_ofdm_frame_sink2 (gr_constellation_sptr constell, gr_msg_queue_sptr target_queue, unsigned int occupied_tones, float phase_gain=0.25, float freq_gain=0.25 *0.25/4.0)

Function Documentation

GR_CORE_API gr_ofdm_frame_sink2_sptr gr_make_ofdm_frame_sink2 ( gr_constellation_sptr  constell,
gr_msg_queue_sptr  target_queue,
unsigned int  occupied_tones,
float  phase_gain = 0.25,
float  freq_gain = 0.25 *0.25/4.0 
)