文档介绍:上海交通大学
硕士学位论文
DVB-H接收系统数据链路层模块的设计与实现
姓名:谢嵩
申请学位级别:硕士
专业:微电子学与固体电子学
指导教师:李振波
20090101
上海交通大学工程硕士学位论文摘要
DVB-H 接收系统数据链路层模块的设计与实现
摘要
DVB-H 标准是欧洲电信标准组织制定的数字电视标准,主要通过地面数字广播
(DVB-T)网络向手持终端提供数据和多媒体服务。DVB-H 标准向下兼容 DVB-T 标
准,并在 DVB-T 基础上添加了时间切片以及多协议封装和前向纠错编码等机制。本
论文主要设计了实现时间切片和多协议解封装机制的 DVB-H 接收系统数据链路层模
块。
DVB-H 协议采用了多协议封装的数据传输方式,其采用 IP 封装包封装数据再经
多协议封装后映射到 MPEG-2 传输流中进行传输。本文首先分析了 MEPG-2 传输流
分组和多协议封装数据段格式,并在此基础上设计实现了两个关键模块:MPEG-2 传
输流解复用模块和 DVB 多协议解封装模块,主要介绍了数据流解析流程以及相关寄
存器设置等。
对于手持终端来说,能耗是衡量其性能的一个重要标准,时间切片机制能有效降
低 DVB-H 接收系统的能耗。本文详细分析了移动终端工作状态和关闭状态相互切换
的影响因素,并在此基础上设计了一种时间切片控制机制,有效地降低了整个接收系
统的功耗。
论文最后给出了各主要模块的仿真结果,结果表明,所设计模块能实现所要求的
各项功能。
关键词:DVB-H,数据链路层,多协议封装和前向纠错编码,
时间切片, MPEG-2
第 I 页
上海交通大学工程硕士学位论文 ABSTRACT
The Design and implementation of Data Link-layer module in DVB-H
receiver system
ABSTRACT
DVB-H (Digital Video Broadcasting for Handheld) which is presented
by the European munications Standard Institute (ETSI) provides an
efficient way of carrying multimedia services over digital terrestrial
broadcasting (DVB-T) networks to handheld terminals. The DVB-H standard
patible with DVB-T, and additionally incorporates with the techniques
of time-slicing and Multi-Protocol Encapsulation-Forward Error Correction.
This thesis presents a design of DVB-H Data link-layer module which can
achieve the operation of Time-slicing and Multi-Protocol Encapsulation.
The DVB-H standard uses the Multi-Protocol Encapsulation (MPE) to
deliver the digital TV service data and information. The digital TV data are
firstly packed into the IP datagram followed by Multi-Protocol Encapsulation
and then delivered via the MPEG-2 transport stream. Based on the analysis of
the format of data of the MPEG-2 transport stream packet and Multi-Protocol
Encapsulation section, two key modules of the DVB-H data link layer module,
. MPEG-2 TS de-multiplexing module and DVB de-encapsulation module
are realized. The p