GNU Radio 3.6.5 C++ API

Symbol Coding

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...
class  digital_chunks_to_symbols_bc
 Map a stream of symbol indexes (unpacked bytes or shorts) to stream of float or complex constellation points in D dimensions (D = 1 by default) More...
class  digital_chunks_to_symbols_bf
 Map a stream of symbol indexes (unpacked bytes or shorts) to stream of float or complex constellation points in D dimensions (D = 1 by default) More...
class  digital_chunks_to_symbols_ic
 Map a stream of symbol indexes (unpacked bytes or shorts) to stream of float or complex constellation points in D dimensions (D = 1 by default) More...
class  digital_chunks_to_symbols_if
 Map a stream of symbol indexes (unpacked bytes or shorts) to stream of float or complex constellation points in D dimensions (D = 1 by default) More...
class  digital_chunks_to_symbols_sc
 Map a stream of symbol indexes (unpacked bytes or shorts) to stream of float or complex constellation points in D dimensions (D = 1 by default) More...
class  digital_chunks_to_symbols_sf
 Map a stream of symbol indexes (unpacked bytes or shorts) to stream of float or complex constellation points in D dimensions (D = 1 by default) More...