DVB-T Map: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 25: | Line 25: | ||
== Example Flowgraph == | == Example Flowgraph == | ||
This flowgraph can be found at [https://github.com/gnuradio/gnuradio/blob/master/gr-dtv/examples/dvbt_tx_8k.grc]. | |||
[[File:Dvbt_tx_8k_fg.png|800px]] | |||
== Source Files == | == Source Files == |
Latest revision as of 00:55, 1 December 2020
DVB-T mapper. ETSI EN 300 744 Clause 4.3.5.
Data input format:
000000Y0Y1 - QPSK. 0000Y0Y1Y2Y3 - 16QAM. 00Y0Y1Y2Y3Y4Y5 - 64QAM.
Data output format:
complex(real(float), imag(float)).
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].
Source Files
- C++ files
- TODO
- Header files
- TODO
- Public header files
- TODO
- Block definition
- TODO