Classes | |
class | gr_constellation_decoder_cb |
Constellation Decoder. More... | |
class | gr_diff_decoder_bb |
y[0] = (x[0] - x[-1]) % M
Differential decoder More... | |
class | gr_diff_encoder_bb |
y[0] = (x[0] + y[-1]) % M
Differential 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 packet
input: stream of byte vectors; output: stream of byte vectors More... |