DVB-H: Technical Overview and Design Requirements for Mobile Television Broadcasting Patrik Hummelbrunner and Werner Robitza, University of Vienna

Total Page:16

File Type:pdf, Size:1020Kb

DVB-H: Technical Overview and Design Requirements for Mobile Television Broadcasting Patrik Hummelbrunner and Werner Robitza, University of Vienna 1 DVB-H: Technical Overview and Design Requirements for Mobile Television Broadcasting Patrik Hummelbrunner and Werner Robitza, University of Vienna Abstract—Digital Video Broadcasting - Handhelds is emerging amongst them time slicing, the Multi Protocol Encapsulation as a digital broadcasting standard for handheld devices since (MPE) and MPEG-2 specifications for DVB-H. In Section 2006. Its main features are derived from DVB-T, the terrestrial III an overview is given on which requirements have to be version, but especially for handheld receivers new features have been added. Time slicing is introduced in order to allow the met in order for a DVB-H service to be highly accepted receiving device to save power due to a time division multiplex- by the viewers, which of course is an issue for mobile TV ing method, MPE-FEC (Multi Protocol Encapsulation Forward vendors. These include technical and content requirements. Error Correction) provides a robust error correction mechanism Also, interactivity in mobile TV is discussed. In Section IV a based on Reed-Solomon Codes to error-protect the sent multi common approach for DVB analysis is presented. protocol encapsulated data packets in an environment where packet loss is highly common. During the last years, several studies have been made concerning the perceived quality of II. TECHNICAL OVERVIEW mobile broadcasts. Especially in a mobile environment it is The work on the DVB-H standard was started in the year necessary to find out which aspects of the presented audiovisual content are critical for a good acceptance from the viewer. Also, 2002 and released by the ETSI in the year 2004 under the EN certain transmission parameters have an impact on visual quality. 302 304 Standard [2]. It is titled “Digital Video Broadcasting It is also important to summarize the most important criterions (DVB); Transmission System for Handheld Terminals (DVB- and design requirements for mobile television platforms and H)”. applications. Recent studies need to be analyzed and compared in The motivation for DVB-H was to improve the energy order to show what has already been achieved by mobile broad- casting companies and vendors in Austria and other countries. related problems of mobile reception that came along with the earlier introduction of DVB-T. Hence, the physical layer of DVB-H is entirely based on DVB-T [3], but it is enhanced by a new transmission mode which is explained later. I. INTRODUCTION The other layers implement techniques specified in other N the year 2004, DVB-H was specified by the ETSI, the standards: In [4] time slicing and the use of MPE are I European Telecommunication Standards Institute. Today, specified, both methods of DVB data broadcasting. [5] is the it is one of the most common mobile TV technologies of corresponding standard for the MPEG-2 Transport Stream, the whole world, with millions of receivers sold in over one which is used at the data link layer of DVB. In [6] details hundred countries [1]. DVB-H has solved many problems are given about which MPEG-2 information tables are new related to the energy consumption issues of DVB-T and to DVB-H. highly improved the mobile reception of audiovisual content. Behind DVB-H is a consortium of over 270 partners: from the telecommunications industry to the vendors themselves. A. Protocol Layers As mobile television deployments begin to take place all over Europe, more and more customers become test clients for In DVB-H, a protocol stack shall be used according to [7]. a technology that has not yet achieved all goals that may have It is similar to the common ISO/OSI reference model [8], been set in advance. Primarily, the problems lie in the quality although these two models can not be matched perfectly. DVB of the video content and the tune-in and channel switching data broadcasting specifies four methods of delivering content times, which range from half a second to multiple seconds. [4], but only one, MPE, is of interest in this paper. Although receiving devices become smaller and more energy- Generally, in DVB-H with MPE broadcasting, any kind efficient with each generation released, customers are faced of application data is encapsulated in IP packets, optionally with issues like energy saving and perception problems due to being streamed through RTP and UDP beforehand. These the small sized device screens and the service access times. IP packets are then encapsulated again using the MPE This paper is organized as follows: The most important technique at the data link layer. On the same layer the technical features of DVB-H are presented in Section II, content is time sliced. The resulting data is multiplexed into an MPEG-2 transport stream, together with other streaming Patrik Hummelbrunner and Werner Robitza are a students at the Faculty services such as DVB-T content. Therefore, DVB-H and of Computer Science since 2007 and project researchers at the Depart- ment of Distributed and Multimedia Systems since 2009. e-Mail: patrik@ DVB-T content can be distributed simultaneously by a single hummelbrunner.net and [email protected] DVB-T transmitter, using the same physical layer, at which the transport stream is modulated for OFDM (Orthogonal 1 Application Data Table 191 1 RS Table 65 Frequency Division Multiplexing) transmission. 1 gram 2 IP-Datagram 1 B. Application Data ... Padding RS-Data The DVB-H standard itself does not specify the type of IP-Datagram 3 application data that can be used. In fact, any kind of binary bitstream could be possibly sent to the receivers. Although so IP-Data- called data carousels are defined for distributing downloadable Number content over DVB-H [4], they are not used in real implemen- of Cols tations. The most common application data type for DVB-H is video content, though. Figure 1. The MPE-FEC frame As for the video, the MPEG-4 AVC / h.264 codec has to be used, since it is optimized for mobile content shown at small screen resolutions and much more bit-rate efficient than its D. Multi Protocol Encapsulation and FEC predecessor MPEG-2 [1]. There exist technical specifications The data link layer introduces the key technologies to DVB- for DVB-H which define certain profiles and levels for the H [4]: Multi Protocol Encapsulation adds another abstraction video streams [9]: For Standard Definition Television (SDTV) layer by simply encapsulating the IP packets into a so called video, the main profile shall be used (level 3) - for High MPE section. Its header though provides new fields that are Definition Television (HDTV), the high profile is used instead currently allocated for real time transmission parameters that (level 4). It is also implied for HDTV to use a 16:9 aspect are needed by the receiver. Also, MPE works as a translator ratio instead of 4:3, which is currently used for most other between addressable IP data and the underlying DVB structure video content available. [11]. Analyzing the perceived quality of mobile television often At the same layer, a new forward error correction mech- takes place in the application layer, since the effects of anism is used, called MPE-FEC. While the physical layer transmission errors become visual (i.e. in forms of blocking already implements two FEC stages, the third one is especially or frame losses). There are many quality assessment metrics suited for mobile receiving conditions with high packet loss for video, PSNR (Peak Signal to Noise Ratio) being one of probabilities. the most common. However, PSNR values can not perfectly In MPE-FEC, frames are created for allocating the data bits describe whether the quality of a video is acceptable for a (see Figure 1). These frames are divided into 255 columns and human being or not. In the second part of this paper, more a variable number of rows limited to a maximum of 1024. on this topic is explained. Hence, the maximum FEC frame size equals 2 MBit. The frame is also divided into an application data table and a RS- data table. The application data table is filled column-wise C. Streaming with the IP-packets. If one datagram is larger than a single column, its remaining bits are inserted into the next column. In order to distribute the video content to a large number of At the end of the table, padding bytes can be inserted. This is receiving devices, it is streamed via IP broadcasting or multi- the case when an IP packet would not fit into the frame as a casting, the latter meaning the IP addresses of the devices can whole. be limited. As for most of streaming applications today, RTP is Then, a Reed Solomon code (using the input parameters used at the application layer. The RTP packets are encapsulated 255,291) is calculated row-wise and filled into the RS-data by UDP, since in DVB-H, there is no feedback channel table. The redundant RS data allows the decoder to correct that would allow a two-way connection between sender and multiple erroneous bits in the application data table. The MPE- receiver (which is necessary for the TCP handshake). FEC frame is now transmitted row-wise by forming MPE MPEG-4 AVC / h.264 introduces a new technology that sections, which results in an interleaving effect, achieving facilitates mapping video data to RTP packets compared an even stronger error protection against bit errors during to MPEG-2 video: The NAL (Network Abstraction Layer) transmission. generates NAL Units from the VCL (Video Coding Layer) The usage of MPE-FEC is entirely optional in DVB-H, that can be mapped directly to an RTP packet.
Recommended publications
  • Video Quality Assessment Using Spatio-Velocity Contrast Sensitivity Function
    IEICE TRANS. INF. & SYST., VOL.Exx–??, NO.xx XXXX 200x 1 PAPER Video Quality Assessment using Spatio-Velocity Contrast Sensitivity Function Keita HIRAI †a) , Jambal TUMURTOGOO †, Student Members , Ayano KIKUCHI †, Nonmember , Norimichi TSUMURA †, Toshiya NAKAGUCHI †, and Yoichi MIYAKE †† , Members SUMMARY Due to the development and popularization of ever the cost of a subjective evaluation is expensive high-definition televisions, digital video cameras, Blu-ray discs, and it is not an appropriate way for a versatile VQA digital broadcasting, IP television and so on, it plays an impor- method. On the other hand, an objective VQA method tant role to identify and quantify video quality degradations. In this paper, we propose SV-CIELAB which is an objective video is not expensive compared with subjective methods. In quality assessment (VQA) method using a spatio-velocity con- general, factors of image quality in objective evalua- trast sensitivity function (SV-CSF). In SV-CIELAB, motion in- tions are quantified by the criteria such as sharpness, formation in videos is effectively utilized for filtering unnecessary color reproduction, tone reproduction and noise char- information in the spatial frequency domain. As the filter to apply videos, we used the SV-CSF. It is a modulation trans- acteristics. The simplest and most widely used image fer function of the human visual system, and consists of the re- quality assessment (IQA) method is the mean square lationship among contrast sensitivities, spatial frequencies and error (MSE) or peak signal to noise ratio (PSNR). But velocities of perceived stimuli. In the filtering process, the SV- they are not very well correlated with perceived visual CSF cannot be directly applied in the spatial frequency domain quality [1-5].
    [Show full text]
  • Replacing Digital Terrestrial Television with Internet Protocol?
    This is a repository copy of The short future of public broadcasting: Replacing digital terrestrial television with internet protocol?. White Rose Research Online URL for this paper: http://eprints.whiterose.ac.uk/94851/ Version: Accepted Version Article: Ala-Fossi, M and Lax, S orcid.org/0000-0003-3469-1594 (2016) The short future of public broadcasting: Replacing digital terrestrial television with internet protocol? International Communication Gazette, 78 (4). pp. 365-382. ISSN 1748-0485 https://doi.org/10.1177/1748048516632171 Reuse Unless indicated otherwise, fulltext items are protected by copyright with all rights reserved. The copyright exception in section 29 of the Copyright, Designs and Patents Act 1988 allows the making of a single copy solely for the purpose of non-commercial research or private study within the limits of fair dealing. The publisher or other rights-holder may allow further reproduction and re-use of this version - refer to the White Rose Research Online record for this item. Where records identify the publisher as the copyright holder, users can verify any specific terms of use on the publisher’s website. Takedown If you consider content in White Rose Research Online to be in breach of UK law, please notify us by emailing [email protected] including the URL of the record and the reason for the withdrawal request. [email protected] https://eprints.whiterose.ac.uk/ The Short Future of Public Broadcasting: Replacing DTT with IP? Marko Ala-Fossi & Stephen Lax School of Communication, School of Media and Communication Media and Theatre (CMT) University of Leeds 33014 University of Tampere Leeds LS2 9JT Finland UK [email protected] [email protected] Keywords: Public broadcasting, terrestrial television, switch-off, internet protocol, convergence, universal service, data traffic, spectrum scarcity, capacity crunch.
    [Show full text]
  • User Manual 1.8 MB
    USER MANUAL Gaming Monitor C49HG90DM* The color and the appearance may differ depending on the product, and the specifications are subject to change without prior notice to improve the performance. The contents of this manual are subject to change without notice to improve quality. © Samsung Electronics Samsung Electronics owns the copyright for this manual. Use or reproduction of this manual in parts or entirety without the authorization of Samsung Electronics is prohibited. Trademarks other than that of Samsung Electronics are owned by their respective owners. • An administration fee may be charged if either ‒ (a) an engineer is called out at your request and there is no defect in the product (i.e. where you have failed to read this user manual). ‒ (b) you bring the unit to a repair center and there is no defect in the product (i.e. where you have failed to read this user manual). • The amount of such administration charge will be advised to you before any work or home visit is carried out. Table of contents Before Using the Product Connecting and Using a Source Device Game Securing the Installation Space 4 Pre-connection Checkpoints 21 Picture Mode 27 Precautions for storage 4 Connecting and Using a PC 21 Refresh Rate 28 Safety Precautions 4 Connection Using the HDMI Cable 21 Black Equalizer 28 Symbols 4 Connection Using the DP Cable 21 Cleaning 5 Connection Using the MINI DP Cable 22 Response Time 28 Electricity and Safety 5 Connecting to Headphones 22 Installation 6 Connecting to Microphone 22 FreeSync 29 Operation 7 Connection Using
    [Show full text]
  • Understanding Mobile Marketing Technology & Reach MAY 2007 Understanding Mobile Marketing Technology & Reach
    E EDUC AT IO N Understanding Mobile Marketing Technology & Reach MAY 2007 Understanding Mobile Marketing Technology & Reach Introduction 01 Messaging 02 WAP and the Mobile Web 04 Streaming Media 07 Downloadable Content 09 Case Studies 11 Who We Are 16 Appendix 17 The materials found in this document are owned, held, or licensed by the Mobile Marketing Association and are available for personal, non-commercial, and educational use, provided that ownership of the materials is properly cited. Any commercial use of the materials, without the written permission of the Mobile Marketing Association, is strictly prohibited. Mobile Marketing Association Version 1.3 www.mmaglobal.com Understanding Mobile Marketing Technology & Reach Introduction Creating and executing a mobile marketing campaign is a process that involves multiple steps. Learning those steps takes time. It is not unusu- al for marketers new to mobile to start out with very ambitious ideas about the kinds of things they would like to do, only to be discouraged once they begin to have an understanding of the challenges. Not to worry. Finding the right way for your brand to use mobile marketing is an ongoing effort, with the potential for long-term benefits. Marketers should consider several factors when developing a mobile campaign: • Addressable audience. How many handsets currently in the tar- get market can support the technology (e.g., MMS) or applica- tion (e.g., wallpaper) that will be used for the campaign? Figure 1 summarizes this research. Source: M:Metrics 2007 • Case studies. Have other brands used mobile marketing to First Steps reach the target audience? If so, what worked – and didn’t? Are Your first few mobile marketing campaigns will be learning ex- there any best practices for this type of campaign? periences, but that doesn’t mean they can’t be successful.
    [Show full text]
  • Mobile Tv: a Technical and Economic Comparison Of
    MOBILE TV: A TECHNICAL AND ECONOMIC COMPARISON OF BROADCAST, MULTICAST AND UNICAST ALTERNATIVES AND THE IMPLICATIONS FOR CABLE Michael Eagles, UPC Broadband Tim Burke, Liberty Global Inc. Abstract We provide a toolkit for the MSO to assess the technical options and the economics of each. The growth of mobile user terminals suitable for multi-media consumption, combined Mobile TV is not a "one-size-fits-all" with emerging mobile multi-media applications opportunity; the implications for cable depend on and the increasing capacities of wireless several factors including regional and regulatory technology, provide a case for understanding variations and the competitive situation. facilities-based mobile broadcast, multicast and unicast technologies as a complement to fixed In this paper, we consider the drivers for mobile line broadcast video. TV, compare the mobile TV alternatives and assess the mobile TV business model. In developing a view of mobile TV as a compliment to cable broadcast video; this paper EVALUATING THE DRIVERS FOR MOBILE considers the drivers for future facilities-based TV mobile TV technology, alternative mobile TV distribution platforms, and, compares the Technology drivers for adoption of facilities- economics for the delivery of mobile TV based mobile TV that will be considered include: services. Innovation in mobile TV user terminals - the We develop a taxonomy to compare the feature evolution and growth in mobile TV alternatives, and explore broadcast technologies user terminals, availability of chipsets and such as DVB-H, DVH-SH and MediaFLO, handsets, and compression algorithms, multicast technologies such as out-of-band and Availability of spectrum - the state of mobile in-band MBMS, and unicast or streaming broadcast standardization, licensing and platforms.
    [Show full text]
  • Before the Federal Communications Commission Washington, D.C. 20554 in the Matter Of: Petition for Rulemaking to Amend the Land
    Before the Federal Communications Commission Washington, D.C. 20554 In the Matter of: ) ) Petition for Rulemaking to Amend ) RM the Land Mobile-TV Sharing Rules ) in the 470-512 MHz Band ) ) PETITION FOR RULEMAKING BY THE NATIONAL PUBLIC SAFETY TELECOMMUNICATIONS COUNCIL The National Public Safety Telecommunications Council (NPSTC) submits this Petition for Rulemaking recommending that the Commission amend its rules which address land mobile/television sharing criteria in the 470-512 MHz band. The current rules were adopted over 35 years ago based on analog television receiver performance at that time. The transition from analog to digital television (DTV), scheduled to be completed by June 12, 2009, provides the opportunity to amend the rules to provide greater flexibility in the eleven markets where land mobile sharing is allowed. As digital receivers are less susceptible to interference than analog receivers, NPSTC’s recommended rule changes can be implemented without negatively impacting television viewing. The result of such modifications will provide significant benefits to public safety and other land mobile users of the band and allow more efficient use of the scarce spectrum resource. The National Public Safety Telecommunications Council The National Public Safety Telecommunications Council (NPSTC) is a federation of public safety organizations whose mission is to improve public safety communications and interoperability through collaborative leadership. NPSTC pursues the role of resource and advocate for public safety organizations in the United States on matters relating to public safety telecommunications. NPSTC has promoted implementation of the Public Safety Wireless Advisory Committee (PSWAC) and the 700 MHz Public Safety National Coordination Committee (NCC) recommendations.
    [Show full text]
  • Mobile Television Services Are Described
    ESPOO 2003 VTT PUBLICATIONS 506 VTT PUBLICATIONS 506 Watching television from a wireless pen tablet or pocket-sized terminal is interesting in many situations. Public and private transportation vehicles, and public places are potential environments for mobile television services. Even in homes, mobile television handsets are interesting, both as a personal Mobile television - technology and user experiences. Report on the ... television set and as a tool for establishing closer interaction with the television programs. This publication presents results about people´s real interest in mobile television. The results come from interviewing a large number of persons and from building and trialing a prototype system. A total of 293 people took part in the interviews and the trial. The trial system combined several types of wireless networks in a 4G fashion. It took digital terrestrial television broadcasts from the air and delivered them over the Internet to mobile terminals in hot-spot areas covered by Wireless Local Area Networks (WLAN). Two kinds of terminals were used - a pocket-sized PDA and an A5- sized tablet PC. In the field trial the user could watch almost the entire program content of the three leading Finnish TV channels. The user was also able to access all programs transmitted during the previous week from the media server (TV-Anytime feature). This publication is intended for producers and distributors of television content, as well as for people in the handset device industry; it is also useful for students and people who are generally interested in the future of television. The publication starts with a review of television usage patterns and early experiences of digital television and mobile television trials around the world.
    [Show full text]
  • Interchangeable-Lens Digital Camera
    Interchangeable-lens digital camera ©Sony Corporation July 2020 Imagination in Motion The process of turning ideas into images that others can experience is the essence of visual content creation. Sony’s goal is to give creators the tools they need to achieve their goals as efficiently and as intuitively as possible, and with the highest possible quality. The incredible α7S III is an outstanding example. It refines legendary S-series sensitivity and dynamic range to unprecedented levels, while boosting speed and processing power for supreme expression and workflow efficiency. And all of this is achieved while maintaining the compact portability that is a cornerstone of the α series. The images, whether movies or stills, are simply stunning, with all the depth and nuance required to deliver creative ideas with maximum impact. Bring your imagination to life with the α7S III. * ** *1 *2 *3 *3 4K Optical 0.64 / 9.44 Dual Slot ISO Real-time Real-time 4:2:2 MPEG-H 16bit RAW Million Type CFexpress Type A 40-409600 759 120p/100p HDMI Output SteadyShot dots 12.1 Eye AF Tracking 10 bit HEVC/H.265 SDXC UHS-II (NTSC / PAL) (Active Mode) EVF * No. 1 image sensor manufacturer for digital cameras and video recorders. Based on Sony research – April 2019 to March 2020 (Over 50% market share). *1 Standard ISO sensitivity 80-102400. Expandable to 40-409600 for stills, and 80-409600 for movies. *2 QFHD (3840 x 2160 pixels) *3 For movies ** No.1 electronic viewfinder (EVF) device manufacturer for digital still cameras which employ EVF.
    [Show full text]
  • Mobile Multiple Play: New Service Pricing and Policy Implications”, OECD Digital Economy Papers, No
    Please cite this paper as: OECD (2007-01-15), “Mobile Multiple Play: New Service Pricing and Policy Implications”, OECD Digital Economy Papers, No. 126, OECD Publishing, Paris. http://dx.doi.org/10.1787/231042710767 OECD Digital Economy Papers No. 126 Mobile Multiple Play NEW SERVICE PRICING AND POLICY IMPLICATIONS OECD Unclassified DSTI/ICCP/TISP(2006)1/FINAL Organisation de Coopération et de Développement Economiques Organisation for Economic Co-operation and Development 15-Jan-2007 ___________________________________________________________________________________________ English - Or. English DIRECTORATE FOR SCIENCE, TECHNOLOGY AND INDUSTRY COMMITTEE FOR INFORMATION, COMPUTER AND COMMUNICATIONS POLICY Unclassified DSTI/ICCP/TISP(2006)1/FINAL Working Party on Telecommunication and Information Services Policies MOBILE MULTIPLE PLAY: NEW SERVICE PRICING AND POLICY IMPLICATIONS English - Or. English JT03220356 Document complet disponible sur OLIS dans son format d'origine Complete document available on OLIS in its original format DSTI/ICCP/TISP(2006)1/FINAL FOREWORD This report was presented to the Working Party on Telecommunication and Information Services Policies in May 2006 and was declassified by the Committee for Information, Computer and Communications Policy in October 2006. The report was prepared by Mr. Yoshikazu OKAMOTO of the OECD's Directorate for Science, Technology and Industry. It is published on the responsibility of the Secretary-General of the OECD. © OECD / OCDE 2007 2 DSTI/ICCP/TISP(2006)1/FINAL TABLE OF CONTENTS
    [Show full text]
  • Handbook on Digital Terrestrial Television Broadcasting Networks and Systems Implementation
    ITU-R 2016 Internati onal Telecommunicati on Handbook on Digital Terrestrial Union Place des Nati ons 1211 Geneva 20 Television Broadcasti ng Networks and Switzerland Systems Implementati on ISBN: 978-92-61-23481-2 Editi on of 2016 9 7 8 9 2 6 1 2 3 4 8 1 2 Printed in Switzerland REGU IO LA D T A I R O Geneva, 2016 N U S T Photo credits: Shutt erstock I A 1 9 0 1 6 N 6 - 2 0 Y N R I V E R S A Handbook on Digital Terrestrial Television Broadcasti ng Networks and Systems Implementati on Implementati Systems and Networks ng Broadcasti Television Terrestrial Handbook on Digital Handbook on Digital Terrestrial Television Broadcasting Networks and Systems Implementation Edition of 2016 ITU-R Handbook on Digital Terrestrial Television Broadcasting Networks and Systems Implementation iii Editors’ Foreword In 2002, ITU published its first Handbook on digital terrestrial television under the title Digital terrestrial television broadcasting in the VHF/UHF bands1 as guidance to engineers responsible for the implementation of digital terrestrial television broadcasting (DTTB). In this Handbook, new digital broadcasting technologies were explained in detail, for example a splendid description of the Discrete Cosine Transform (DCT) coding that is the basis of all past and present TV compression systems, as well as a very instructive chapter on signal power summation. Most of that content are not repeated in this new Handbook on Digital Terrestrial Television Broadcasting Networks and Systems Implementation. Therefore, the version 1.01, which was published by ITU in the year 2002, has not lost value and should still be consulted.
    [Show full text]
  • Gr Mbc 001 V1.1.1 (2018-06)
    ETSI GR MBC 001 V1.1.1 (2018-06) GROUP REPORT Mobile Broadcast Convergence Group Report Disclaimer The present document has been produced and approved by the Mobile and Broadcast Convergence (MBC) ETSI Industry Specification Group (ISG) and represents the views of those members who participated in this ISG. It does not necessarily represent the views of the entire ETSI membership. 2 ETSI GR MBC 001 V1.1.1 (2018-06) Reference DGR/MBC-001 Keywords audio, broadband, broadcast, content, DVB, IMT, LTE-Advanced, mobile, multimedia, smartphone, UHDTV, video ETSI 650 Route des Lucioles F-06921 Sophia Antipolis Cedex - FRANCE Tel.: +33 4 92 94 42 00 Fax: +33 4 93 65 47 16 Siret N° 348 623 562 00017 - NAF 742 C Association à but non lucratif enregistrée à la Sous-Préfecture de Grasse (06) N° 7803/88 Important notice The present document can be downloaded from: http://www.etsi.org/standards-search The present document may be made available in electronic versions and/or in print. The content of any electronic and/or print versions of the present document shall not be modified without the prior written authorization of ETSI. In case of any existing or perceived difference in contents between such versions and/or in print, the only prevailing document is the print of the Portable Document Format (PDF) version kept on a specific network drive within ETSI Secretariat. Users of the present document should be aware that the document may be subject to revision or change of status. Information on the current status of this and other ETSI documents is available at https://portal.etsi.org/TB/ETSIDeliverableStatus.aspx If you find errors in the present document, please send your comment to one of the following services: https://portal.etsi.org/People/CommiteeSupportStaff.aspx Copyright Notification No part may be reproduced or utilized in any form or by any means, electronic or mechanical, including photocopying and microfilm except as authorized by written permission of ETSI.
    [Show full text]
  • Video Software-Defined Toolkits ACCELERATE YOUR RF DIGITAL VIDEO BROADCAST RECEIVER TESTING
    Video Software-Defined Toolkits ACCELERATE YOUR RF DIGITAL VIDEO BROADCAST RECEIVER TESTING DVB-T, DVB-T2, ISDB-T, DMB, DTMB, CMMB, ATSC The AST-1000 is an extensible, future-proofed platform that can handle all of today’s infotainment RF and non-RF (e.g., CAN) test needs while also easily accommodating changing standards, new protocols and additional applications for wide-ranging product test and validation needs. Featuring Averna’s leading RF and test expertise, the software-defined AST-1000 is powered by the NI VST and LabVIEW, and can generate all common radio, digital video, as well as simulate GNSS signals. FULL SUITE OF VIDEO SIGNAL GENERATORS To solve all your video signal test needs, Averna’s software-defined video toolkits generate perfect analog and digital video broadcast signals for the most common worldwide standards like ATSC, CMMB, DTMB, DVB-T, DVB-T2, and ISDB-T. Without expanding your hardware footprint or having to juggle different instruments, you can generate any signal you need via the handy console, accelerating your RF product testing. With our signal generator toolkits at your fingertips, you can quickly access signal and test libraries, set up and take measurements, save user-defined configurations, use the APIs to accelerate test-plan development and to automate validation and manufacturing tests— including from within NI TestStand. Video Software-Defined Toolkits DVB-T The DVB-T Software toolkit offers a standards-based test solution for designing, evaluating and manufacturing Digital Video Broadcasting-Terrestrial (DVB-T) receivers and transmitters. DVB-T is the Europe-based consortium standard for broadcast transmission of digital terrestrial television.
    [Show full text]