 |
GNU Radio Manual and C++ API Reference
3.9.1.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
9 #ifndef INCLUDED_ldpc_G_matrix_H
10 #define INCLUDED_ldpc_G_matrix_H
43 public std::enable_shared_from_this<ldpc_G_matrix>
46 typedef std::shared_ptr<ldpc_G_matrix>
sptr;
59 static sptr make(
const std::string filename);
62 void encode(
unsigned char* outbuffer,
63 const unsigned char* inbuffer)
const override = 0;
66 void decode(
unsigned char* outbuffer,
67 const float* inbuffer,
68 unsigned int frame_size,
69 unsigned int max_iterations)
const override = 0;
80 virtual gr::fec::code::fec_mtrx_sptr get_base_sptr() = 0;
Base class for FEC matrix objects.
Definition: fec_mtrx.h:123
FEC_API unsigned char encode(unsigned char *symbols, unsigned char *data, unsigned int nbytes, unsigned char encstate)
Class for storing H or G matrix.
Definition: ldpc_G_matrix.h:42
#define FEC_API
Definition: gr-fec/include/gnuradio/fec/api.h:18
std::shared_ptr< ldpc_G_matrix > sptr
Definition: ldpc_G_matrix.h:46
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:29