 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
22 #ifndef INCLUDED_FEC_LDPC_BIT_FLIP_DECODER_H
23 #define INCLUDED_FEC_LDPC_BIT_FLIP_DECODER_H
69 unsigned int max_iter = 100);
static generic_decoder::sptr make(const fec_mtrx_sptr mtrx_obj, unsigned int max_iter=100)
Build a bit flip decoding FEC API object.
LDPC bit flip decoding class.
Definition: ldpc_bit_flip_decoder.h:54
virtual double rate()=0
Returns the coding rate of this decoder.
#define FEC_API
Definition: gr-fec/include/gnuradio/fec/api.h:30
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
boost::shared_ptr< generic_decoder > sptr
Definition: generic_decoder.h:75
Parent class for FECAPI objects.
Definition: generic_decoder.h:61
virtual bool set_frame_size(unsigned int frame_size)=0
Sets the uncoded frame size to frame_size.