 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
10 #ifndef INCLUDED_FEC_LDPC_BIT_FLIP_DECODER_H
11 #define INCLUDED_FEC_LDPC_BIT_FLIP_DECODER_H
57 unsigned int max_iter = 100);
71 double rate()
override = 0;
static generic_decoder::sptr make(const fec_mtrx_sptr mtrx_obj, unsigned int max_iter=100)
Build a bit flip decoding FEC API object.
bool set_frame_size(unsigned int frame_size) override=0
Sets the uncoded frame size to frame_size.
LDPC bit flip decoding class.
Definition: ldpc_bit_flip_decoder.h:42
#define FEC_API
Definition: gr-fec/include/gnuradio/fec/api.h:18
std::shared_ptr< generic_decoder > sptr
Definition: generic_decoder.h:62
GNU Radio logging wrapper.
Definition: basic_block.h:29
Parent class for FECAPI objects.
Definition: generic_decoder.h:48
double rate() override=0
Returns the coding rate of this decoder.