Difference between revisions of "DVB-T Demap"
From GNU Radio
(Created page with "Category:Block Docs Category:Stub Docs This is the template for the "Page-per-block Docs". This first section should describe what the block...") |
(→Example Flowgraph) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Block Docs]] | [[Category:Block Docs]] | ||
− | + | 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 == | == Parameters == | ||
− | + | ; Constellation Type | |
+ | : constellation used. | ||
− | ; | + | ; Hierarchy Type |
− | : | + | : hierarchy used |
− | ; | + | ; Transmission Mode |
− | : | + | : transmission mode used |
+ | |||
+ | ; Gain | ||
+ | : gain of complex input stream. | ||
== Example Flowgraph == | == Example Flowgraph == | ||
− | + | This flowgraph can be found at [https://github.com/gnuradio/gnuradio/blob/master/gr-dtv/examples/dvbt_rx_8k.grc]. | |
+ | |||
+ | [[File:Dvbt_rx_8k_fg.png|800px]] | ||
== Source Files == | == Source Files == |
Latest revision as of 14:04, 30 November 2020
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[edit]
- Constellation Type
- constellation used.
- Hierarchy Type
- hierarchy used
- Transmission Mode
- transmission mode used
- Gain
- gain of complex input stream.
Example Flowgraph[edit]
This flowgraph can be found at [1].
Source Files[edit]
- C++ files
- TODO
- Header files
- TODO
- Public header files
- TODO
- Block definition
- TODO