22#ifndef INCLUDED_FEC_LDPC_BIT_FLIP_DECODER_H
23#define INCLUDED_FEC_LDPC_BIT_FLIP_DECODER_H
69 unsigned int max_iter = 100);
LDPC bit flip decoding class.
Definition: ldpc_bit_flip_decoder.h:54
virtual double rate()=0
Returns the coding rate of this decoder.
static generic_decoder::sptr make(const fec_mtrx_sptr mtrx_obj, unsigned int max_iter=100)
Build a bit flip decoding FEC API object.
virtual bool set_frame_size(unsigned int frame_size)=0
Sets the uncoded frame size to frame_size.
Parent class for FECAPI objects.
Definition: generic_decoder.h:61
boost::shared_ptr< generic_decoder > sptr
Definition: generic_decoder.h:75
#define FEC_API
Definition: gr-fec/include/gnuradio/fec/api.h:30
Include this header to use the message passing features.
Definition: basic_block.h:45