GNU Radio 3.5.1 C++ API
|
Classes | |
class | gr_additive_scrambler_bb |
class | gr_descrambler_bb |
class | gr_diff_decoder_bb |
y[0] = (x[0] - x[-1]) % MDifferential decoder More... | |
class | gr_diff_encoder_bb |
y[0] = (x[0] + y[-1]) % MDifferential encoder More... | |
class | gr_fake_channel_encoder_pp |
pad packet with alternating 1,0 pattern.input: stream of byte vectors; output: stream of byte vectors More... | |
class | gr_fake_channel_decoder_pp |
remove fake padding from packetinput: stream of byte vectors; output: stream of byte vectors More... | |
class | gr_map_bb |
output[i] = map[input[i]] More... | |
class | gr_scrambler_bb |
class | digital_constellation_decoder_cb |
Constellation Decoder. More... | |
class | trellis_constellation_metrics_cf |
Evaluate metrics for use by the Viterbi algorithm. More... | |
class | trellis_permutation |
Permutation. More... | |
class | trellis_siso_combined_f |
class | trellis_siso_f |