GNU Radio 3.6.4.2 C++ API
Information Coding and Decoding

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
 

Detailed Description