GNU Radio Manual and C++ API Reference  3.10.9.1
The Free & Open Software Radio Ecosystem

Classes

class  gr::fec::async_decoder
 Creates the decoder block for use in GNU Radio flowgraphs from a given FEC API object derived from the generic_decoder class. More...
 
class  gr::fec::async_encoder
 Creates the encoder block for use in GNU Radio flowgraphs with async message from a given FEC API object derived from the generic_encoder class. More...
 
class  gr::fec::ber_bf
 BER block in FECAPI. More...
 
class  gr::fec::code::cc_decoder
 Convolutional Code Decoding class. More...
 
class  gr::fec::code::cc_encoder
 Convolutional Code Encoding class. More...
 
class  gr::fec::code::ccsds_encoder
 CCSDS Encoding class for convolutional encoding with rate 1/2, K=7, and polynomials [109, 79]. More...
 
class  gr::fec::conv_bit_corr_bb
 Correlate block in FECAPI. More...
 
class  gr::fec::decode_ccsds_27_fb
 A rate 1/2, k=7 convolutional decoder for the CCSDS standard. More...
 
class  gr::fec::decoder
 General FEC decoding block that takes in a decoder variable object (derived from gr::fec::general_decoder) for use in a flowgraph. More...
 
class  gr::fec::depuncture_bb
 Depuncture a stream of samples. More...
 
class  gr::fec::code::dummy_decoder
 Dummy Decoding class. More...
 
class  gr::fec::code::dummy_encoder
 Dummy Encoding class. More...
 
class  gr::fec::encode_ccsds_27_bb
 A rate 1/2, k=7 convolutional encoder for the CCSDS standard. More...
 
class  gr::fec::encoder
 Creates the encoder block for use in GNU Radio flowgraphs from a given FECAPI object derived from the generic_encoder class. More...
 
class  gr::fec::code::fec_mtrx
 Base class for FEC matrix objects. More...
 
class  gr::fec::generic_decoder
 Parent class for FECAPI objects. More...
 
class  gr::fec::code::ldpc_bit_flip_decoder
 LDPC bit flip decoding class. More...
 
class  gr::fec::code::ldpc_G_matrix
 Class for storing H or G matrix. More...
 
class  gr::fec::code::ldpc_gen_mtrx_encoder
 LDPC generator matrix encoder. More...
 
class  gr::fec::code::ldpc_H_matrix
 Parity check matrix in Richardson/Urbanke format. More...
 
class  gr::fec::code::polar_common
 POLAR code common operations and attributes. More...
 
class  gr::fec::code::polar_encoder
 POLAR encoder for basic details see 'polar_common' class. More...
 
class  gr::fec::code::polar_encoder_systematic
 systematic POLAR encoder for basic details see 'polar_common' class. More...
 
class  gr::fec::puncture_bb
 Puncture a stream of unpacked bits. More...
 
class  gr::fec::puncture_ff
 Puncture a stream of floats. More...
 
class  gr::fec::code::repetition_decoder
 Repetition Decoding class. More...
 
class  gr::fec::code::repetition_encoder
 Repetition Encoding class. More...
 
class  gr::fec::tagged_decoder
 General FEC decoding block that takes in a decoder variable object (derived from gr::fec::general_decoder) for use in a flowgraph. More...
 
class  gr::fec::tagged_encoder
 Creates the encoder block for use in GNU Radio flowgraphs from a given FECAPI object derived from the generic_encoder class. More...
 

Detailed Description