 |
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_DTV_DVB_LDPC_BB_H
22 #define INCLUDED_DTV_DVB_LDPC_BB_H
41 typedef boost::shared_ptr<dvb_ldpc_bb>
sptr;
dvb_standard_t
Definition: dvb_config.h:26
#define DTV_API
Definition: gr-dtv/include/gnuradio/dtv/api.h:30
dvb_framesize_t
Definition: dvb_config.h:85
boost::shared_ptr< dvb_ldpc_bb > sptr
Definition: dvb_ldpc_bb.h:41
dvb_code_rate_t
Definition: dvb_config.h:31
dvb_constellation_t
Definition: dvb_config.h:91
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:72
Encodes a LDPC (Low-Density Parity-Check) FEC.
Definition: dvb_ldpc_bb.h:39
static sptr make(dvb_standard_t standard, dvb_framesize_t framesize, dvb_code_rate_t rate, dvb_constellation_t constellation)
Create a baseband frame LDPC encoder.
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43