GNU Radio Manual and C++ API Reference
3.8.1.0
The Free & Open Software Radio Ecosystem
dvbt_inner_coder.h
Go to the documentation of this file.
1
/* -*- c++ -*- */
2
/*
3
* Copyright 2015 Free Software Foundation, Inc.
4
*
5
* This is free software; you can redistribute it and/or modify
6
* it under the terms of the GNU General Public License as published by
7
* the Free Software Foundation; either version 3, or (at your option)
8
* any later version.
9
*
10
* This software is distributed in the hope that it will be useful,
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
* GNU General Public License for more details.
14
*
15
* You should have received a copy of the GNU General Public License
16
* along with this software; see the file COPYING. If not, write to
17
* the Free Software Foundation, Inc., 51 Franklin Street,
18
* Boston, MA 02110-1301, USA.
19
*/
20
21
#ifndef INCLUDED_DTV_DVBT_INNER_CODER_H
22
#define INCLUDED_DTV_DVBT_INNER_CODER_H
23
24
#include <
gnuradio/block.h
>
25
#include <
gnuradio/dtv/api.h
>
26
#include <
gnuradio/dtv/dvb_config.h
>
27
#include <
gnuradio/dtv/dvbt_config.h
>
28
29
namespace
gr
{
30
namespace
dtv {
31
32
/*!
33
* \brief Inner coder with Puncturing.
34
* \ingroup dtv
35
*
36
* ETSI EN 300 744 Clause 4.3.3 \n
37
* Mother convolutional code with rate 1/2. \n
38
* k=1, n=2, K=6. \n
39
* Generator polynomial G1=171(OCT), G2=133(OCT). \n
40
* Punctured to obtain rates of 2/3, 3/4, 5/6, 7/8. \n
41
* Data Input format: Packed bytes (each bit is data). \n
42
* MSB - first, LSB last. \n
43
* Data Output format: \n
44
* 000000X0X1 - QPSK. \n
45
* 0000X0X1X2X3 - 16QAM. \n
46
* 00X0X1X2X3X4X5 - 64QAM.
47
*/
48
class
DTV_API
dvbt_inner_coder
:
virtual
public
block
49
{
50
public
:
51
typedef
boost::shared_ptr<dvbt_inner_coder>
sptr
;
52
53
/*!
54
* \brief Create an Inner coder with Puncturing.
55
*
56
* \param ninput length of input. \n
57
* \param noutput length of output. \n
58
* \param constellation type of constellation. \n
59
* \param hierarchy type of hierarchy used. \n
60
* \param coderate coderate used.
61
*/
62
static
sptr
make(
int
ninput,
63
int
noutput,
64
dvb_constellation_t
constellation,
65
dvbt_hierarchy_t
hierarchy,
66
dvb_code_rate_t
coderate);
67
};
68
69
}
// namespace dtv
70
}
// namespace gr
71
72
#endif
/* INCLUDED_DTV_DVBT_INNER_CODER_H */
dvbt_config.h
block.h
DTV_API
#define DTV_API
Definition:
gr-dtv/include/gnuradio/dtv/api.h:30
gr::dtv::dvbt_hierarchy_t
dvbt_hierarchy_t
Definition:
dvbt_config.h:26
gr::dtv::dvbt_inner_coder
Inner coder with Puncturing.
Definition:
dvbt_inner_coder.h:48
gr::dtv::dvb_code_rate_t
dvb_code_rate_t
Definition:
dvb_config.h:31
gr::dtv::dvbt_inner_coder::sptr
boost::shared_ptr< dvbt_inner_coder > sptr
Definition:
dvbt_inner_coder.h:51
api.h
gr::dtv::dvb_constellation_t
dvb_constellation_t
Definition:
dvb_config.h:91
gr::block
The abstract base class for all 'terminal' processing blocks.
Definition:
block.h:71
dvb_config.h
gr
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition:
basic_block.h:43
gr-dtv
include
gnuradio
dtv
dvbt_inner_coder.h
Generated by
1.8.16