GNU Radio 3.6.5.1 C++ API
|
Classes | |
class | digital_binary_slicer_fb |
slice float binary symbol outputting 1 bit output More... | |
class | digital_bytes_to_syms |
Convert stream of bytes to stream of +/- 1 symbols. More... | |
class | digital_constellation_decoder_cb |
Constellation Decoder. More... | |
class | digital_constellation_receiver_cb |
This block does fine-phase and frequency locking and decision making. More... | |
class | digital_diff_decoder_bb |
y[0] = (x[0] - x[-1]) % M More... | |
class | digital_diff_encoder_bb |
y[0] = (x[0] + y[-1]) % M More... | |
class | digital_diff_phasor_cc |
Differential decoding based on phase change. More... | |
class | digital_map_bb |
output[i] = map[input[i]] More... |