GNU Radio Manual and C++ API Reference  3.10.9.1
The Free & Open Software Radio Ecosystem
dvbt2_framemapper_cc.h
Go to the documentation of this file.
1 /* -*- c++ -*- */
2 /*
3  * Copyright 2015,2017 Free Software Foundation, Inc.
4  *
5  * SPDX-License-Identifier: GPL-3.0-or-later
6  *
7  */
8 
9 #ifndef INCLUDED_DTV_DVBT2_FRAMEMAPPER_CC_H
10 #define INCLUDED_DTV_DVBT2_FRAMEMAPPER_CC_H
11 
12 #include <gnuradio/block.h>
13 #include <gnuradio/dtv/api.h>
16 
17 namespace gr {
18 namespace dtv {
19 
20 /*!
21  * \brief Maps T2 frames.
22  * \ingroup dtv
23  *
24  * Input: Cell and time interleaved QPSK, 16QAM, 64QAM or 256QAM modulated cells. \n
25  * Output: T2 frame.
26  */
27 class DTV_API dvbt2_framemapper_cc : virtual public gr::block
28 {
29 public:
30  typedef std::shared_ptr<dvbt2_framemapper_cc> sptr;
31 
32  /*!
33  * \brief Create a DVB-T2 frame mapper.
34  *
35  * \param framesize FEC frame size (normal or short).
36  * \param rate FEC code rate.
37  * \param constellation DVB-T2 constellation.
38  * \param rotation DVB-T2 constellation rotation (on or off).
39  * \param fecblocks number of FEC frames in a T2 frame.
40  * \param tiblocks number of time interleaving blocks in a T2 frame.
41  * \param carriermode number of carriers (normal or extended).
42  * \param fftsize OFDM IFFT size.
43  * \param guardinterval OFDM ISI guard interval.
44  * \param l1constellation L1 constellation.
45  * \param pilotpattern DVB-T2 pilot pattern (PP1 - PP8).
46  * \param t2frames number of T2 frames in a super-frame.
47  * \param numdatasyms number of OFDM symbols in a T2 frame.
48  * \param paprmode PAPR reduction mode.
49  * \param version DVB-T2 specification version.
50  * \param preamble P1 symbol preamble format.
51  * \param inputmode Baseband Header mode.
52  * \param reservedbiasbits set all L1 bias bits to 1 (on or off).
53  * \param l1scrambled scramble L1 post signalling (on or off).
54  * \param inband In-band type B signalling (on or off).
55  */
56  static sptr make(dvb_framesize_t framesize,
57  dvb_code_rate_t rate,
58  dvb_constellation_t constellation,
59  dvbt2_rotation_t rotation,
60  int fecblocks,
61  int tiblocks,
62  dvbt2_extended_carrier_t carriermode,
63  dvbt2_fftsize_t fftsize,
64  dvb_guardinterval_t guardinterval,
65  dvbt2_l1constellation_t l1constellation,
66  dvbt2_pilotpattern_t pilotpattern,
67  int t2frames,
68  int numdatasyms,
69  dvbt2_papr_t paprmode,
71  dvbt2_preamble_t preamble,
72  dvbt2_inputmode_t inputmode,
73  dvbt2_reservedbiasbits_t reservedbiasbits,
74  dvbt2_l1scrambled_t l1scrambled,
75  dvbt2_inband_t inband);
76 };
77 
78 } // namespace dtv
79 } // namespace gr
80 
81 #endif /* INCLUDED_DTV_DVBT2_FRAMEMAPPER_CC_H */
The abstract base class for all 'terminal' processing blocks.
Definition: gnuradio-runtime/include/gnuradio/block.h:63
Maps T2 frames.
Definition: dvbt2_framemapper_cc.h:28
static sptr make(dvb_framesize_t framesize, dvb_code_rate_t rate, dvb_constellation_t constellation, dvbt2_rotation_t rotation, int fecblocks, int tiblocks, dvbt2_extended_carrier_t carriermode, dvbt2_fftsize_t fftsize, dvb_guardinterval_t guardinterval, dvbt2_l1constellation_t l1constellation, dvbt2_pilotpattern_t pilotpattern, int t2frames, int numdatasyms, dvbt2_papr_t paprmode, dvbt2_version_t version, dvbt2_preamble_t preamble, dvbt2_inputmode_t inputmode, dvbt2_reservedbiasbits_t reservedbiasbits, dvbt2_l1scrambled_t l1scrambled, dvbt2_inband_t inband)
Create a DVB-T2 frame mapper.
std::shared_ptr< dvbt2_framemapper_cc > sptr
Definition: dvbt2_framemapper_cc.h:30
#define DTV_API
Definition: gr-dtv/include/gnuradio/dtv/api.h:18
dvbt2_fftsize_t
Definition: dvbt2_config.h:43
dvbt2_version_t
Definition: dvbt2_config.h:80
dvbt2_l1scrambled_t
Definition: dvbt2_config.h:91
dvb_guardinterval_t
Definition: dvb_config.h:102
dvbt2_l1constellation_t
Definition: dvbt2_config.h:62
dvbt2_pilotpattern_t
Definition: dvbt2_config.h:69
dvb_code_rate_t
Definition: dvb_config.h:19
dvbt2_extended_carrier_t
Definition: dvbt2_config.h:30
dvbt2_inputmode_t
Definition: dvbt2_config.h:25
dvb_framesize_t
Definition: dvb_config.h:73
dvbt2_preamble_t
Definition: dvbt2_config.h:35
dvbt2_inband_t
Definition: dvbt2_config.h:106
dvbt2_reservedbiasbits_t
Definition: dvbt2_config.h:86
dvbt2_papr_t
Definition: dvbt2_config.h:55
dvbt2_rotation_t
Definition: dvbt2_config.h:14
dvb_constellation_t
Definition: dvb_config.h:79
GNU Radio logging wrapper.
Definition: basic_block.h:29
GR_RUNTIME_API const std::string version()
return version string defined by cmake (GrVersion.cmake)