 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
11 #ifndef INCLUDED_FEC_REPETITION_DECODER_H
12 #define INCLUDED_FEC_REPETITION_DECODER_H
61 double rate()
override = 0;
bool set_frame_size(unsigned int frame_size) override=0
Repetition Decoding class.
Definition: repetition_decoder.h:33
#define FEC_API
Definition: gr-fec/include/gnuradio/fec/api.h:18
std::shared_ptr< generic_decoder > sptr
Definition: generic_decoder.h:62
static generic_decoder::sptr make(int frame_size, int rep, float ap_prob=0.5)
GNU Radio logging wrapper.
Definition: basic_block.h:29
Parent class for FECAPI objects.
Definition: generic_decoder.h:48