 |
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_DVBS2_MODULATOR_BC_H
22 #define INCLUDED_DTV_DVBS2_MODULATOR_BC_H
42 typedef boost::shared_ptr<dvbs2_modulator_bc>
sptr;
boost::shared_ptr< dvbs2_modulator_bc > sptr
Definition: dvbs2_modulator_bc.h:42
#define DTV_API
Definition: gr-dtv/include/gnuradio/dtv/api.h:30
dvb_framesize_t
Definition: dvb_config.h:85
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
dvbs2_interpolation_t
Definition: dvbs2_config.h:41
static sptr make(dvb_framesize_t framesize, dvb_code_rate_t rate, dvb_constellation_t constellation, dvbs2_interpolation_t interpolation)
Create a DVB-S2 constellation modulator.
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
Modulates DVB-S2 frames.
Definition: dvbs2_modulator_bc.h:40