|
GNU Radio 3.5.3.2 C++ API
|
#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.NOTE: The mod input parameter simply chooses a pre-defined demapper/slicer. Eventually, we want to be able to pass in a reference to an object to do the demapping and slicing for a given modulation type. 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) |
| 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 |
||
| ) |