 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
21 #ifndef INCLUDED_FEC_LDPC_GEN_MTRX_ENCODER_H
22 #define INCLUDED_FEC_LDPC_GEN_MTRX_ENCODER_H
virtual bool set_frame_size(unsigned int frame_size)=0
Sets the uncoded frame size to frame_size.
#define FEC_API
Definition: gr-fec/include/gnuradio/fec/api.h:30
virtual double rate()=0
Returns the coding rate of this encoder.
boost::shared_ptr< generic_encoder > sptr
Definition: generic_encoder.h:49
LDPC generator matrix encoder.
Definition: ldpc_gen_mtrx_encoder.h:49
boost::shared_ptr< ldpc_G_matrix > sptr
Definition: ldpc_G_matrix.h:58
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
static generic_encoder::sptr make(const code::ldpc_G_matrix::sptr G_obj)
Build an encoding FEC API object.
Definition: generic_encoder.h:35