DVB-T Demap

From GNU Radio
Revision as of 14:04, 30 November 2020 by Duggabe (talk | contribs) (→‎Example Flowgraph)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

DVB-T demapper. ETSI EN 300 744 Clause 4.3.5.

Data input format:

complex(real(float), imag(float)). 

Data output format:

000000Y0Y1 - QPSK. 
0000Y0Y1Y2Y3 - 16QAM. 
00Y0Y1Y2Y3Y4Y5 - 64QAM.

Parameters

Constellation Type
constellation used.
Hierarchy Type
hierarchy used
Transmission Mode
transmission mode used
Gain
gain of complex input stream.

Example Flowgraph

This flowgraph can be found at [1].

Dvbt rx 8k fg.png

Source Files

C++ files
TODO
Header files
TODO
Public header files
TODO
Block definition
TODO