Communications Blockset | ![]() ![]() |
Digital Video Broadcasting Demo
The Digital Video Broadcasting demo, dvbt_sim
, models part of the ETSI (European Telecommunications Standards Institute) EN 300 744 standard for terrestrial transmission of digital television signals. The standard prescribes the transmitter design and sets minimum performance requirements for the receiver. The purpose of this demo is to:
This document highlights these aspects of the demo:
Structure of the Demo
Using a list and a schematic, the standard shows the major processes that the data undergoes. The top row of blocks in the demo mimics the structure of the schematic, by including subsystems that perform such major processes. The table below shows which subsystems correspond to processes from the schematic.
The bottom row of icons in the demo represent subsystems that make up the receiver. The demo also includes a source of random data, a channel model, error statistic calculators, and several sinks.
Variables in the Demo
When you load the model, it creates several variables in the MATLAB workspace, using the PreLoadFcn
model callback parameter.
Variable |
Purpose in Demo |
Ts |
Sample time of random integer source |
dvb_bit_int_table |
Table for Bit Interleaver and Bit Deinterleaver |
dvb_sym_int_table |
Table for Symbol Interleaver and Symbol Deinterleaver |
dvbt_qam |
Signal constellation for 64-QAM mapping |
To see how MATLAB computes the values of these variables, see the script dvbt_table_gen.m
.
Design of the Receiver
The standard does not specify how to implement the receiver, although some inverse operations, such as deinterleaving, are clearly defined. This demo illustrates one possible receiver design by using these features:
dvbt_qam
variable in the MATLAB workspace.
Visible Results of the Demo
To examine the performance of the demo, use the sink blocks that are included in it, listed in the table below.
Selected Bibliography
[1] ETSI Standard EN 300 744: Digital Video Broadcasting (DVB); Framing structure, channel coding and modulation for digital terrestrial television. Valbonne, France: European Telecommunications Standards Institute, 1997.
![]() | Results and Display | HiperLAN/2 Demo | ![]() |