White Paper Versatile Digital QAM Modulator

Size: px
Start display at page:

Download "White Paper Versatile Digital QAM Modulator"

Transcription

1 White Paper Versatile Digital QAM Modulator Introduction With the advancement of digital entertainment and broadband technology, there are various ways to send digital information to end users such as cable and satellite subscribers. The current digital cable systems deployed around the world use the Quadrature Amplitude Modulation (QAM) standard, which defines the input data framing structure, channel forward error encoding, filtering, and QAM mapping. With digital TV, the typical downstream signal uses either a 64- or 256-QAM scheme. The data source is either ATM packets or MPEG2 transport packets (used for digital TV applications). The differences in the QAM standards are in the error coding section, which is broken down by Annex A, B, or C. The North American standard uses Annex B for encoding. The Stratix II FPGA logic structure combined with enhanced DSP blocks offers a flexible way to implement the key elements of the QAM signal processing path in any region. Table 1 lists the different digital cable standards deployed in key areas of the world. Table 1. Digital Cable Standards Location QAM Standard Annex North America ITU-T/J.83B B Europe DVB-C A China DVB-C, DTV-C A Japan ITU-T/J.83B C QAM Modulator Application Requirements Because manufacturers market and adapt their products to different geographical locations that have different standards, it is impractical to use application-specific standard product (ASSP) semiconductors or custom ASICs to design a cable system. The Stratix II FPGA can help design a system that can adapt to a wide variety of standards within digital TV standards. Designers can implement all the baseband signal processing in the Stratix II FPGA, and can configure the FPGA while cable systems are operating. Multiple QAM encoder channels can also be implemented with a single FPGA to provide the flexibility of hardware upgrades and cost savings. Figure 1 shows the major blocks of a typical one-channel QAM modulator. Figure 1. One-Channel QAM Modulator WP-STXIIQAM-1.1 January 2006, ver

2 Versatile Digital QAM Modulator Altera Corporation Data Source The data input format for a digital TV modulator is either a parallel or a serial MPEG2 transport interface. Most head-end equipment uses the DVB-ASI serial interface. The Stratix II device's dedicated LVDS I/O pins, capable of up to 1-Gigabits per second (Gbps) performance, are ideal for the multiple DVB-ASI channel inputs implementation. Different video streams can be multiplexed onto the FPGA QAM modulator design for transmission. In Annex A/C, the MPEG2 transport stream is synchronized with a synchronized byte of 0x07 hex. The synchronized data is then scrambled per DVB/DAVIC standards. In Annex B, the input logic searches the MPEG2 transport stream for the synchronized byte and then replaces it with a checksum byte to improve error detection capability. Handling the data stream requires a lot of common logic functions. The Stratix II family's new logic structure goes beyond the simple, fixed-size four-input LUT structure and extends its logic capacity to efficiently construct any logical functions with five or six inputs in one entity. A Stratix II adaptive logic module (ALM) can also implement many seven-input functions. By supporting logical functions with more than four variables per ALM, the Stratix II logic structure increases the performance of a design by: Reducing the number of logic levels required for the overall combinational logic. Reducing the extra programmable routing needed in the simple, fixed-size four-input LUT implementation. Reducing the stress on the demand for general routing resources. Research has shown that wider LUTs provide better performance, while narrower LUTs provide better logic efficiency. Stratix II ALMs offer not only the desired performance, but also adaptively accommodate the logic functions with different numbers of inputs to provide exceptional logic efficiency that is 25% better than prior FPGAs. The Stratix II ALMs can effectively reduce the logic resource requirements of a design by: Optimally creating functions with larger input counts and packing those with functions with smaller input counts (for example, in Stratix II devices, a five-input and a three-input function can be placed together in one ALM). Reducing the need for logic duplication by sharing logic resources for different combinational logic with common inputs. Implementing complex arithmetic functions and combining logic and arithmetic operations such as data selection before summation and subtraction. Implementing high-input-count arithmetic functions such as an adder tree. Allowing register packing. Using a register chain. Memory & Multiplexer for Channel Encoding To improve the performance of a communication channel, Forward Error Correction (FEC) channel coding corrects errors during transmission. The FEC acts as an overhead to the actual data payload. The most common FEC is Reed-Solomon encoding, which calculates the checksum appended to the data packet at the source. At the receiving end of the transmission, any discrepancy in the checksum indicates an error in transmission. Reed-Solomon corrects for block errors, which are typically caused by burst errors across the transmission channel. Furthermore, words in error can be corrected up to one correction for every two checksum words. The Reed-Solomon encoder is already a proven Altera MegaCore function. The ITU J.83 Annex B FEC has an additional powerful channel coding scheme called trellis coding. Because trellis coding is embedded in the modulation process, it often carries the name trellis coded modulation (TCM). See the Trellis Coded Modulation section for more information. Interleaving Data interleaving spreads data over a variable period of time in order to combat adjacent burst errors that the Reed-Solomon decoder cannot handle. Without data interleaving, many adjacent errors cannot be corrected. With 2

3 Altera Corporation Versatile Digital QAM Modulator data interleaving, data is transmitted by spacing the content of consecutive packets. Therefore, burst errors are distributed over many data packets, so that the FEC has fewer errors to correct in each packet. Data interleaving transmits the first word of the current packet, then the first word of the previous packet, then the first word of the second previous packet, and so on, until all first words of all packets are transmitted. It then starts again with the second words of the set of packets, and then the third words, and so on, until all the data is transmitted. Data interleaving requires many memory and multiplexing operations. The Stratix II device's logic structure is ideal for building multiplexer and demultiplexer structures, and can efficiently implement large multiplexers, barrel shifters, crossbar switches, and state machines. The Stratix II devices offer up to 9 Mbits of dedicated memory blocks that can be used for data interleaving. If required, external memory interfaces are also available for deeper interleaving. Stratix II FPGAs are available in advanced pin packages that provide board area savings as well as high pin-counts. For example, the Stratix II family is offered in the 1,508-pin FineLine BGA package with up to 1,150 user I/O pins. These high pin count packages offer easy access to I/O pins for implementing with external memory chips and other support devices in the system. Interleaving is defined by two parameters, I and J. I x J = packet size or multiples of packet size. A typical interleaver is shown in Figure 2. Figure 2. Interleaver Block Diagram In Annex B, the packet size is 128 words (122 data words and 6 RS checksum words), so the available interleaves are I = 128 x J = 1, or I = 64 x J = 2, or I = 32 x J = 4. Or the enhanced interleaves are I = 128 x J = 2, or I = 128 x J = 3, up to I = 128 x J = 8. In I =128 x J = 1, there is a set of 128 packets. In I = 128 x J = n, there are "n" sets of 128 packets. In I = m x J = n, there are "n"sets of "m" packets such that m x n = 128. Figure 3 shows the block diagram of an Annex B channel encoder. The interleaver depth can be 8, 12, 16, 32, 64, or 128 for DOCSIS, or 12 for EuroDOCSIS. The default value is 8 for DOCSIS. 3

4 Versatile Digital QAM Modulator Altera Corporation Figure 3. ITU J.83 Annex B Channel Encoder In Annex A / C, packet sizes are 204 words, and the interleaving is fixed at I = 12 x J = 17. Figure 4 shows the block diagram of an Annex A/C channel encoder. Figure 4. ITU J.83 Annex A/C Channel Encoder Trellis Coded Modulation Trellis Coded Modulation (TCM) is an encoder that selects an optimal sequence from the data stream and a map of the QAM constellation. The constellation in TCM is usually larger than required for the data stream, and the encoder generates a sequence of wider words mapped such that the transition distances in the constellation are maximized. Figure 5 shows the generic block diagram for a typical TCM. Figure 5. TCM Block Diagram The purpose of increasing the constellation size is to implement coding rules where transitions from a constellation point are allowed to go to only some specific other points (not all combinations are allowed), depending on the 4

5 Altera Corporation Versatile Digital QAM Modulator previous data. The objective is to increase the distance of transitions over that data-stream sequence. TCM reduces the probability of error for a given signal-to-noise ratio (SNR). Therefore, for a given error rate, the SNR can be reduced by "x" db, known as the coding gain. The TCM coding gain for the ITU J.83 Annex B is around 4.5 for 64QAM and 256QAM. The TCM block includes the differential encoder, binary convolutional encoder, and QAM mapper. Figures 6 and 7 show the mappings for a 64 and 256 QAM constellation diagram, respectively. Figure QAM Constellation Q Amplitude I Amplitude Possible Combinations of I & Q Figure QAM Constellation Q Amplitude I Amplitude Possible Combinations ofi&q Designers can use the Stratix II DSP blocks to implement a binary convolutional coder. The structure of a convolutional coder is similar to a digital filter. Figure 8 shows the convolutional encoder block diagram. 5

6 Versatile Digital QAM Modulator Altera Corporation Figure 8. Binary Convolutional Encoder Raised Cosine Filter Transmitting video data over a band-limited channel requires a filter to shape the digital pulses so that inter-symbol interference (ISI) can be controlled or eliminated. Typically, a programmable square-root raised cosine filter (a finite impulse response (FIR) filter) is used for pulse shaping in a cable transmission facility. Its transfer function is shown below. Ht () sin πt cos απt T = πt αt T T 2 The excess bandwidth factor's alpha value is either 12, 15, or 18 percent, depending on the standard used. The Stratix II device's enhanced DSP blocks can be used to efficiently implement a programmable filter for cable modulation. Table 2 compares the improvements for a 128-tap FIR decimating filter when using Altera's FIR Compiler 3.0. The design's digital filter must meet the following design specifications: 16-bit data and coefficients 80 db out of band rejection Pipeline = 1 Number of channels = 4 Parallel architecture Table 2. FIR Benchmark Comparison Between Stratix & Stratix II Devices Parameter Stratix Stratix II Adder tree type Binary Ternary Number of adders Logic elements (1) 3, Memory usage (M512) Speed (f MAX ) 248 MHz MHz Notes: 6

7 Altera Corporation Versatile Digital QAM Modulator (1) Logic elements for Stratix II devices refer to the ALUTs reported in the Quartus II software. (2) These numbers are preliminary. A key element of a digital filter is the adder. The Stratix II ALM offers a performance advantage in adder tree implementation by supporting the summation of three numbers in one step. Because of the ternary adder capability within Stratix II devices, the overall number of adders are reduced, leading to an 18% reduction in the logic resource usage compared to a Stratix device. The performance of a Stratix II device is increased by 22% over a Stratix device. The filter design equates to 35.1 GMACs (over 12x the capability of the fastest DSP processors available) and uses less than 3% of an EP2S180's logic resources (4683/ equivalent logic elements). Figure 9 shows a simple three-input adder in a Stratix and Stratix II device. Figure 9. Stratix Versus Stratix II Three-Input Adder Implementation When a three-input add operation is implemented in Stratix devices or any FPGA device that supports only two-input add operations in its logic structure, the sum is generated by repeatedly adding two numbers per operation each time. The performance of this binary-tree style summation is limited by the delay of each add stage as well as the delay of the programmable routing between each add stage. The ternary adder support (in shared arithmetic mode) in Stratix II ALMs collapses the two add stages into one and improves the performance by eliminating one add stage and the extra programmable routing. Digital Upconverter A numerically controlled oscillator (NCO) is a logic block that outputs a digital frequency based on a numerical input. The output waveform can be any type of waveform, but is typically a sawtooth (ramp), sine, or both sine and cosine. The output frequency is limited to one half of the master clock frequency. An NCO is composed of a programmable counter and a waveform lookup table. The counter, or phase accumulator, counts based on the frequency input. This frequency input is added to the value of the current count on each clock edge. The higher the input value, the faster the counter reaches its maximum value and rolls over. The counter value is used as the index to a look-up table (LUT). The LUT output determines the waveform output. One way to digitally upconvert a baseband real signal into a complex signal is to use a LUT function to create sine (in phase) and cosine (90 degree phase) multipliers. Altera's NCO compiler can create high-precision sinusoidal waveforms for this digital upconverter. Therefore, designers can use Stratix II DSP blocks, together with the built-in 7

8 Versatile Digital QAM Modulator Altera Corporation TriMatrix memory blocks, to implement an intermediate frequency (IF) upconverter with sample rates in excess of 300 Mbps. Due to the stringent requirements of modulation systems, NCOs must generate high-quality signals as measured by Spurious Free Dynamic Range (SFDR). A typical SFDR requirement for 3G is greater than 110 db. Implement this block with Altera's NCO Compiler using the following parameters: Phase accumulator precision 32 bits Angular precision 18 bits Magnitude precision 18 bits Algorithm: Multiplier based Dithering ON Table 3. NCO Benchmark Comparison Between Stratix & Stratix II Devices Parameters Stratix Stratix II Logic elements (1) Memory usage (M4K) 6 6 DSP block 9-bit elements 8 8 Maximum frequency (MHz) 279 MHz MHz Note: (1) The benchmark results are based on the prereleased Quartus II software and prereleased FIR filter core. The results may be different from the actual commercial release of the Quartus II software. (2) These numbers are preliminary. Conclusion A cable QAM modulator is signal processing intensive. With the Stratix II device's innovative logic structure, enhanced dedicated DSP blocks, and the revolutionary TriMatrix memory blocks, Stratix II devices are a perfect solution for cable head-end system designers who want flexibility and speedy time to market. In additional to the advanced features that Stratix II devices offer, Altera also provides an excellent set of IP cores and EDA tools to help simplify the design process. 101 Innovation Drive San Jose, CA (408) Copyright 2005 Altera Corporation. All rights reserved. Altera, The Programmable Solutions Company, the stylized Altera logo, specific device designations, and all other words and logos that are identified as trademarks and/or service marks are, unless noted otherwise, the trademarks and service marks of Altera Corporation in the U.S. and other countries. All other product or service names are the property of their respective holders. Altera products are protected under numerous U.S. and foreign patents and pending applications, maskwork rights, and copyrights. Altera warrants performance of its semiconductor products to current specifications in accordance with Altera's standard warranty, but reserves the right to make changes to any products and services at any time without notice. Altera assumes no responsibility or liability arising out of the application or use of any information, product, or service described herein except as expressly agreed to in writing by Altera Corporation. Altera customers are advised to obtain the latest version of device specifications before relying on any published information and before placing orders for products or services. 8

White Paper Lower Costs in Broadcasting Applications With Integration Using FPGAs

White Paper Lower Costs in Broadcasting Applications With Integration Using FPGAs Introduction White Paper Lower Costs in Broadcasting Applications With Integration Using FPGAs In broadcasting production and delivery systems, digital video data is transported using one of two serial

More information

Upgrading a FIR Compiler v3.1.x Design to v3.2.x

Upgrading a FIR Compiler v3.1.x Design to v3.2.x Upgrading a FIR Compiler v3.1.x Design to v3.2.x May 2005, ver. 1.0 Application Note 387 Introduction This application note is intended for designers who have an FPGA design that uses the Altera FIR Compiler

More information

2. Logic Elements and Logic Array Blocks in the Cyclone III Device Family

2. Logic Elements and Logic Array Blocks in the Cyclone III Device Family December 2011 CIII51002-2.3 2. Logic Elements and Logic Array Blocks in the Cyclone III Device Family CIII51002-2.3 This chapter contains feature definitions for logic elements (LEs) and logic array blocks

More information

SignalTap Plus System Analyzer

SignalTap Plus System Analyzer SignalTap Plus System Analyzer June 2000, ver. 1 Data Sheet Features Simultaneous internal programmable logic device (PLD) and external (board-level) logic analysis 32-channel external logic analyzer 166

More information

The ASI demonstration uses the Altera ASI MegaCore function and the Cyclone video demonstration board.

The ASI demonstration uses the Altera ASI MegaCore function and the Cyclone video demonstration board. April 2006, version 2.0 Application Note Introduction A digital video broadcast asynchronous serial interace (DVB-) is a serial data transmission protocol that transports MPEG-2 packets over copper-based

More information

SignalTap Analysis in the Quartus II Software Version 2.0

SignalTap Analysis in the Quartus II Software Version 2.0 SignalTap Analysis in the Quartus II Software Version 2.0 September 2002, ver. 2.1 Application Note 175 Introduction As design complexity for programmable logic devices (PLDs) increases, traditional methods

More information

Video and Image Processing Suite

Video and Image Processing Suite Video and Image Processing Suite August 2007, Version 7.1 Errata Sheet This document addresses known errata and documentation issues for the MegaCore functions in the Video and Image Processing Suite,

More information

Altera's 28-nm FPGAs Optimized for Broadcast Video Applications

Altera's 28-nm FPGAs Optimized for Broadcast Video Applications Altera's 28-nm FPGAs Optimized for Broadcast Video Applications WP-01163-1.0 White Paper This paper describes how Altera s 40-nm and 28-nm FPGAs are tailored to help deliver highly-integrated, HD studio

More information

Implementing Audio IP in SDI II on Arria V Development Board

Implementing Audio IP in SDI II on Arria V Development Board Implementing Audio IP in SDI II on Arria V Development Board AN-697 Subscribe This document describes a reference design that uses the Audio Embed, Audio Extract, Clocked Audio Input and Clocked Audio

More information

A LOW COST TRANSPORT STREAM (TS) GENERATOR USED IN DIGITAL VIDEO BROADCASTING EQUIPMENT MEASUREMENTS

A LOW COST TRANSPORT STREAM (TS) GENERATOR USED IN DIGITAL VIDEO BROADCASTING EQUIPMENT MEASUREMENTS A LOW COST TRANSPORT STREAM (TS) GENERATOR USED IN DIGITAL VIDEO BROADCASTING EQUIPMENT MEASUREMENTS Radu Arsinte Technical University Cluj-Napoca, Faculty of Electronics and Telecommunication, Communication

More information

DDC and DUC Filters in SDR platforms

DDC and DUC Filters in SDR platforms Conference on Advances in Communication and Control Systems 2013 (CAC2S 2013) DDC and DUC Filters in SDR platforms RAVI KISHORE KODALI Department of E and C E, National Institute of Technology, Warangal,

More information

ENGINEERING COMMITTEE Digital Video Subcommittee AMERICAN NATIONAL STANDARD ANSI/SCTE Digital Transmission Standard For Cable Television

ENGINEERING COMMITTEE Digital Video Subcommittee AMERICAN NATIONAL STANDARD ANSI/SCTE Digital Transmission Standard For Cable Television ENGINEERING COMMITTEE Digital Video Subcommittee AMERICAN NATIONAL STANDARD ANSI/SCTE 7 26 Digital Transmission Standard For Cable Television NOTICE The Society of Cable Telecommunications Engineers (SCTE)

More information

Commsonic. Satellite FEC Decoder CMS0077. Contact information

Commsonic. Satellite FEC Decoder CMS0077. Contact information Satellite FEC Decoder CMS0077 Fully compliant with ETSI EN-302307-1 / -2. The IP core accepts demodulated digital IQ inputs and is designed to interface directly with the CMS0059 DVB-S2 / DVB-S2X Demodulator

More information

Commsonic. Multi-channel ATSC 8-VSB Modulator CMS0038. Contact information. Compliant with ATSC A/53 8-VSB

Commsonic. Multi-channel ATSC 8-VSB Modulator CMS0038. Contact information. Compliant with ATSC A/53 8-VSB Multi-channel ATSC 8-VSB Modulator CMS0038 Compliant with ATSC A/53 8-VSB Scalable architecture supports 1 to 4 channels per core, and multiple instances per FPGA. Variable sample-rate interpolation provides

More information

A Programmable, Flexible Headend for Interactive CATV Networks

A Programmable, Flexible Headend for Interactive CATV Networks A Programmable, Flexible Headend for Interactive CATV Networks Andreas Braun, Joachim Speidel, Heinz Krimmel Institute of Telecommunications, University of Stuttgart, Pfaffenwaldring 47, 70569 Stuttgart,

More information

Commsonic. ISDB-S3 Modulator CMS0070. Contact information

Commsonic. ISDB-S3 Modulator CMS0070. Contact information ISDB-S3 Modulator CMS0070 Fully compliant with ARIB STD-B44. Variable sample-rate interpolation provides ultra-flexible clocking strategy BPSK, QPSK, 8-PSK, 16-APSK and 32-APSK supported. Integrated LDPC

More information

Optimization of Multi-Channel BCH Error Decoding for Common Cases. Russell Dill Master's Thesis Defense April 20, 2015

Optimization of Multi-Channel BCH Error Decoding for Common Cases. Russell Dill Master's Thesis Defense April 20, 2015 Optimization of Multi-Channel BCH Error Decoding for Common Cases Russell Dill Master's Thesis Defense April 20, 2015 Bose-Chaudhuri-Hocquenghem (BCH) BCH is an Error Correcting Code (ECC) and is used

More information

Introduction This application note describes the XTREME-1000E 8VSB Digital Exciter and its applications.

Introduction This application note describes the XTREME-1000E 8VSB Digital Exciter and its applications. Application Note DTV Exciter Model Number: Xtreme-1000E Version: 4.0 Date: Sept 27, 2007 Introduction This application note describes the XTREME-1000E Digital Exciter and its applications. Product Description

More information

A Fast Constant Coefficient Multiplier for the XC6200

A Fast Constant Coefficient Multiplier for the XC6200 A Fast Constant Coefficient Multiplier for the XC6200 Tom Kean, Bernie New and Bob Slous Xilinx Inc. Abstract. We discuss the design of a high performance constant coefficient multiplier on the Xilinx

More information

AMD-53-C TWIN MODULATOR / MULTIPLEXER AMD-53-C DVB-C MODULATOR / MULTIPLEXER INSTRUCTION MANUAL

AMD-53-C TWIN MODULATOR / MULTIPLEXER AMD-53-C DVB-C MODULATOR / MULTIPLEXER INSTRUCTION MANUAL AMD-53-C DVB-C MODULATOR / MULTIPLEXER INSTRUCTION MANUAL HEADEND SYSTEM H.264 TRANSCODING_DVB-S2/CABLE/_TROPHY HEADEND is the most convient and versatile for digital multichannel satellite&cable solution.

More information

EN2911X: Reconfigurable Computing Topic 01: Programmable Logic. Prof. Sherief Reda School of Engineering, Brown University Fall 2014

EN2911X: Reconfigurable Computing Topic 01: Programmable Logic. Prof. Sherief Reda School of Engineering, Brown University Fall 2014 EN2911X: Reconfigurable Computing Topic 01: Programmable Logic Prof. Sherief Reda School of Engineering, Brown University Fall 2014 1 Contents 1. Architecture of modern FPGAs Programmable interconnect

More information

DQT1000 MODEL DIGITAL TO QAM TRANSCODER WITH DIGITAL PROCESSING AND MULTIPLEXING

DQT1000 MODEL DIGITAL TO QAM TRANSCODER WITH DIGITAL PROCESSING AND MULTIPLEXING MODEL DQT1000 DIGITAL TO QAM TRANSCODER WITH DIGITAL PROCESSING AND MULTIPLEXING The R. L. Drake model DQT1000 is a professional quality, digital headend transcoder product that tunes and demodulates MPEG2

More information

Objectives. Combinational logics Sequential logics Finite state machine Arithmetic circuits Datapath

Objectives. Combinational logics Sequential logics Finite state machine Arithmetic circuits Datapath Objectives Combinational logics Sequential logics Finite state machine Arithmetic circuits Datapath In the previous chapters we have studied how to develop a specification from a given application, and

More information

OF AN ADVANCED LUT METHODOLOGY BASED FIR FILTER DESIGN PROCESS

OF AN ADVANCED LUT METHODOLOGY BASED FIR FILTER DESIGN PROCESS IMPLEMENTATION OF AN ADVANCED LUT METHODOLOGY BASED FIR FILTER DESIGN PROCESS 1 G. Sowmya Bala 2 A. Rama Krishna 1 PG student, Dept. of ECM. K.L.University, Vaddeswaram, A.P, India, 2 Assistant Professor,

More information

Audio and Video II. Video signal +Color systems Motion estimation Video compression standards +H.261 +MPEG-1, MPEG-2, MPEG-4, MPEG- 7, and MPEG-21

Audio and Video II. Video signal +Color systems Motion estimation Video compression standards +H.261 +MPEG-1, MPEG-2, MPEG-4, MPEG- 7, and MPEG-21 Audio and Video II Video signal +Color systems Motion estimation Video compression standards +H.261 +MPEG-1, MPEG-2, MPEG-4, MPEG- 7, and MPEG-21 1 Video signal Video camera scans the image by following

More information

Satellite Digital Broadcasting Systems

Satellite Digital Broadcasting Systems Technologies and Services of Digital Broadcasting (11) Satellite Digital Broadcasting Systems "Technologies and Services of Digital Broadcasting" (in Japanese, ISBN4-339-01162-2) is published by CORONA

More information

News from Rohde&Schwarz Number 195 (2008/I)

News from Rohde&Schwarz Number 195 (2008/I) BROADCASTING TV analyzers 45120-2 48 R&S ETL TV Analyzer The all-purpose instrument for all major digital and analog TV standards Transmitter production, installation, and service require measuring equipment

More information

SDI Audio IP Cores User Guide

SDI Audio IP Cores User Guide SDI Audio IP Cores User Guide Subscribe Last updated for Quartus Prime Design Suite: 16.0 UG-SDI-AUD 101 Innovation Drive San Jose, CA 95134 www.altera.com TOC-2 Contents SDI Audio IP Cores Overview...1-1

More information

Serial Digital Interface Reference Design for Stratix IV Devices

Serial Digital Interface Reference Design for Stratix IV Devices Serial Digital Interface Reference Design for Stratix IV Devices AN-600-1.2 Application Note The Serial Digital Interface (SDI) reference design shows how you can transmit and receive video data using

More information

Serial Digital Interface Demonstration for Stratix II GX Devices

Serial Digital Interface Demonstration for Stratix II GX Devices Serial Digital Interace Demonstration or Stratix II GX Devices May 2007, version 3.3 Application Note 339 Introduction The serial digital interace (SDI) demonstration or the Stratix II GX video development

More information

MC-ACT-DVBMOD April 23, Digital Video Broadcast Modulator Datasheet v1.2. Product Summary

MC-ACT-DVBMOD April 23, Digital Video Broadcast Modulator Datasheet v1.2. Product Summary MC-ACT-DVBMOD April 23, 2004 Digital Video Broadcast Modulator Datasheet v1.2 3721 Valley Centre Drive San Diego, CA 92130 USA Americas: +1 800-752-3040 Europe: +41 (0) 32 374 32 00 Asia: +(852) 2410 2720

More information

SERIES J: CABLE NETWORKS AND TRANSMISSION OF TELEVISION, SOUND PROGRAMME AND OTHER MULTIMEDIA SIGNALS Digital transmission of television signals

SERIES J: CABLE NETWORKS AND TRANSMISSION OF TELEVISION, SOUND PROGRAMME AND OTHER MULTIMEDIA SIGNALS Digital transmission of television signals International Telecommunication Union ITU-T J.381 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (09/2012) SERIES J: CABLE NETWORKS AND TRANSMISSION OF TELEVISION, SOUND PROGRAMME AND OTHER MULTIMEDIA

More information

Cyclone II EPC35. M4K = memory IOE = Input Output Elements PLL = Phase Locked Loop

Cyclone II EPC35. M4K = memory IOE = Input Output Elements PLL = Phase Locked Loop FPGA Cyclone II EPC35 M4K = memory IOE = Input Output Elements PLL = Phase Locked Loop Cyclone II (LAB) Cyclone II Logic Element (LE) LAB = Logic Array Block = 16 LE s Logic Elements Another special packing

More information

Viterbi Decoder User Guide

Viterbi Decoder User Guide V 1.0.0, Jan. 16, 2012 Convolutional codes are widely adopted in wireless communication systems for forward error correction. Creonic offers you an open source Viterbi decoder with AXI4-Stream interface,

More information

FPGA Development for Radar, Radio-Astronomy and Communications

FPGA Development for Radar, Radio-Astronomy and Communications John-Philip Taylor Room 7.03, Department of Electrical Engineering, Menzies Building, University of Cape Town Cape Town, South Africa 7701 Tel: +27 82 354 6741 email: tyljoh010@myuct.ac.za Internet: http://www.uct.ac.za

More information

REGIONAL NETWORKS FOR BROADBAND CABLE TELEVISION OPERATIONS

REGIONAL NETWORKS FOR BROADBAND CABLE TELEVISION OPERATIONS REGIONAL NETWORKS FOR BROADBAND CABLE TELEVISION OPERATIONS by Donald Raskin and Curtiss Smith ABSTRACT There is a clear trend toward regional aggregation of local cable television operations. Simultaneously,

More information

Higher-Order Modulation and Turbo Coding Options for the CDM-600 Satellite Modem

Higher-Order Modulation and Turbo Coding Options for the CDM-600 Satellite Modem Higher-Order Modulation and Turbo Coding Options for the CDM-600 Satellite Modem * 8-PSK Rate 3/4 Turbo * 16-QAM Rate 3/4 Turbo * 16-QAM Rate 3/4 Viterbi/Reed-Solomon * 16-QAM Rate 7/8 Viterbi/Reed-Solomon

More information

Keysight E4729A SystemVue Consulting Services

Keysight E4729A SystemVue Consulting Services Keysight E4729A SystemVue Consulting Services DOCSIS 3.1 Baseband Verification Library SystemVue Algorithm Reference Library for Data-Over-Cable Service Interface Specifications (DOCSIS 3.1), Intended

More information

FPGA Implementation of DA Algritm for Fir Filter

FPGA Implementation of DA Algritm for Fir Filter International Journal of Computational Engineering Research Vol, 03 Issue, 8 FPGA Implementation of DA Algritm for Fir Filter 1, Solmanraju Putta, 2, J Kishore, 3, P. Suresh 1, M.Tech student,assoc. Prof.,Professor

More information

Keywords Xilinx ISE, LUT, FIR System, SDR, Spectrum- Sensing, FPGA, Memory- optimization, A-OMS LUT.

Keywords Xilinx ISE, LUT, FIR System, SDR, Spectrum- Sensing, FPGA, Memory- optimization, A-OMS LUT. An Advanced and Area Optimized L.U.T Design using A.P.C. and O.M.S K.Sreelakshmi, A.Srinivasa Rao Department of Electronics and Communication Engineering Nimra College of Engineering and Technology Krishna

More information

AT720USB. Digital Video Interfacing Products. DVB-C (QAM-B, 8VSB) Input Receiver & Recorder & TS Player DVB-ASI & DVB-SPI outputs

AT720USB. Digital Video Interfacing Products. DVB-C (QAM-B, 8VSB) Input Receiver & Recorder & TS Player DVB-ASI & DVB-SPI outputs Digital Video Interfacing Products AT720USB DVB-C (QAM-B, 8VSB) Input Receiver & Recorder & TS Player DVB-ASI & DVB-SPI outputs Standard Features - High Speed USB 2.0. - Windows XP, Vista, Win 7 ( 64bit

More information

Synchronization Issues During Encoder / Decoder Tests

Synchronization Issues During Encoder / Decoder Tests OmniTek PQA Application Note: Synchronization Issues During Encoder / Decoder Tests Revision 1.0 www.omnitek.tv OmniTek Advanced Measurement Technology 1 INTRODUCTION The OmniTek PQA system is very well

More information

Error Performance Analysis of a Concatenated Coding Scheme with 64/256-QAM Trellis Coded Modulation for the North American Cable Modem Standard

Error Performance Analysis of a Concatenated Coding Scheme with 64/256-QAM Trellis Coded Modulation for the North American Cable Modem Standard Error Performance Analysis of a Concatenated Coding Scheme with 64/256-QAM Trellis Coded Modulation for the North American Cable Modem Standard Dojun Rhee and Robert H. Morelos-Zaragoza LSI Logic Corporation

More information

ENGN3213 Digital Systems and Microprocessors Sequential Circuits

ENGN3213 Digital Systems and Microprocessors Sequential Circuits ENGN3213 Digital Systems and Microprocessors Sequential Circuits 1 ENGN3213: Digital Systems and Microprocessors L#9-10 Why have sequential circuits? Sequential systems are time sequential devices - many

More information

Application Note PG001: Using 36-Channel Logic Analyzer and 36-Channel Digital Pattern Generator for testing a 32-Bit ALU

Application Note PG001: Using 36-Channel Logic Analyzer and 36-Channel Digital Pattern Generator for testing a 32-Bit ALU Application Note PG001: Using 36-Channel Logic Analyzer and 36-Channel Digital Pattern Generator for testing a 32-Bit ALU Version: 1.0 Date: December 14, 2004 Designed and Developed By: System Level Solutions,

More information

Altera JESD204B IP Core and ADI AD9144 Hardware Checkout Report

Altera JESD204B IP Core and ADI AD9144 Hardware Checkout Report 2015.12.18 Altera JESD204B IP Core and ADI AD9144 Hardware Checkout Report AN-749 Subscribe The Altera JESD204B IP core is a high-speed point-to-point serial interface intellectual property (IP). The JESD204B

More information

Intel FPGA SDI II IP Core User Guide

Intel FPGA SDI II IP Core User Guide Intel FPGA SDI II IP Core User Guide Updated for Intel Quartus Prime Design Suite: 17.1 Subscribe Send Feedback Latest document on the web: PDF HTML Contents Contents 1 Intel FPGA SDI II IP Core Quick

More information

SingMai Electronics SM06. Advanced Composite Video Interface: HD-SDI to acvi converter module. User Manual. Revision 0.

SingMai Electronics SM06. Advanced Composite Video Interface: HD-SDI to acvi converter module. User Manual. Revision 0. SM06 Advanced Composite Video Interface: HD-SDI to acvi converter module User Manual Revision 0.4 1 st May 2017 Page 1 of 26 Revision History Date Revisions Version 17-07-2016 First Draft. 0.1 28-08-2016

More information

Knovative Where Knowledge Drives Innovation

Knovative Where Knowledge Drives Innovation Where Knowledge Drives Innovation KCMTS-122, KCMTS-122E DOCSIS CompactCMTS s CompactCMTS is a high-performance, cost-effective and highly integrated DOCSIS Cable Modem Termination System (CMTS). The CompactCMTS

More information

Netzer AqBiSS Electric Encoders

Netzer AqBiSS Electric Encoders Netzer AqBiSS Electric Encoders AqBiSS universal fully digital interface Application Note (AN-101-00) Copyright 2003 Netzer Precision Motion Sensors Ltd. Teradion Industrial Park, POB 1359 D.N. Misgav,

More information

Transmission System for ISDB-S

Transmission System for ISDB-S Transmission System for ISDB-S HISAKAZU KATOH, SENIOR MEMBER, IEEE Invited Paper Broadcasting satellite (BS) digital broadcasting of HDTV in Japan is laid down by the ISDB-S international standard. Since

More information

UTILIZATION OF MATLAB FOR THE DIGITAL SIGNAL TRANSMISSION SIMULATION AND ANALYSIS IN DTV AND DVB AREA. Tomáš Kratochvíl

UTILIZATION OF MATLAB FOR THE DIGITAL SIGNAL TRANSMISSION SIMULATION AND ANALYSIS IN DTV AND DVB AREA. Tomáš Kratochvíl UTILIZATION OF MATLAB FOR THE DIGITAL SIGNAL TRANSMISSION SIMULATION AND ANALYSIS IN DTV AND DVB AREA Tomáš Kratochvíl Institute of Radio Electronics, Brno University of Technology Faculty of Electrical

More information

Commsonic. DVB-Satellite Modulator CMS0035. Contact information

Commsonic. DVB-Satellite Modulator CMS0035. Contact information DVB-Satellite Modulator CMS0035 Fully compliant with ETSI EN 302 307-1 / 302 307-2, ETSI EN 301 210 and ETSI EN 300 421. Variable sample-rate interpolation provides ultra-flexible clocking strategy. Integrated

More information

Technical Information. BER Measurement SFL-K17

Technical Information. BER Measurement SFL-K17 Technical Information SFL-K17 Option for TV Test Transmitter SFL Bit error rate (BER) can be measured at different points on set-top boxes for digital television. A BER instrument must be able to accept

More information

Microwave PSU Broadcast DvB Streaming Network

Microwave PSU Broadcast DvB Streaming Network Microwave PSU Broadcast DvB Streaming Network Teletechnika Ltd. is in the mainstream of telecommunication since 1990 Main profile of the company Development Manufacturing Maintenance Segments Microwave

More information

Arbitrary Waveform Generator

Arbitrary Waveform Generator 1 Arbitrary Waveform Generator Client: Agilent Technologies Client Representatives: Art Lizotte, John Michael O Brien Team: Matt Buland, Luke Dunekacke, Drew Koelling 2 Client Description: Agilent Technologies

More information

R&S SFD DOCSIS Signal Generator Signal generator for DOCSIS 3.1 downstream and upstream

R&S SFD DOCSIS Signal Generator Signal generator for DOCSIS 3.1 downstream and upstream R&S SFD DOCSIS Signal Generator Signal generator for DOCSIS 3.1 downstream and upstream SFD_bro_en_3607-3739-12_v0100.indd 1 Product Brochure 01.00 Test & Measurement Broadcast & Media year 24.05.2016

More information

March 13, :36 vra80334_appe Sheet number 1 Page number 893 black. appendix. Commercial Devices

March 13, :36 vra80334_appe Sheet number 1 Page number 893 black. appendix. Commercial Devices March 13, 2007 14:36 vra80334_appe Sheet number 1 Page number 893 black appendix E Commercial Devices In Chapter 3 we described the three main types of programmable logic devices (PLDs): simple PLDs, complex

More information

Commsonic. (Tail-biting) Viterbi Decoder CMS0008. Contact information. Advanced Tail-Biting Architecture yields high coding gain and low delay.

Commsonic. (Tail-biting) Viterbi Decoder CMS0008. Contact information. Advanced Tail-Biting Architecture yields high coding gain and low delay. (Tail-biting) Viterbi Decoder CMS0008 Advanced Tail-Biting Architecture yields high coding gain and low delay. Synthesis configurable code generator coefficients and constraint length, soft-decision width

More information

SingMai Electronics SM06. Advanced Composite Video Interface: DVI/HD-SDI to acvi converter module. User Manual. Revision th December 2016

SingMai Electronics SM06. Advanced Composite Video Interface: DVI/HD-SDI to acvi converter module. User Manual. Revision th December 2016 SM06 Advanced Composite Video Interface: DVI/HD-SDI to acvi converter module User Manual Revision 0.3 30 th December 2016 Page 1 of 23 Revision History Date Revisions Version 17-07-2016 First Draft. 0.1

More information

DM240XR Digital Video Broadcast Modulator With AutoEQ. Satellite Modems

DM240XR Digital Video Broadcast Modulator With AutoEQ. Satellite Modems DM240XR Digital Video Broadcast Modulator With AutoEQ Satellite Modems DVB Performance The DM240XR is DVB-S2 ready and can easily be upgraded in the field. The DM240XR provides a Typical Users comprehensive

More information

Switching Solutions for Multi-Channel High Speed Serial Port Testing

Switching Solutions for Multi-Channel High Speed Serial Port Testing Switching Solutions for Multi-Channel High Speed Serial Port Testing Application Note by Robert Waldeck VP Business Development, ASCOR Switching The instruments used in High Speed Serial Port testing are

More information

Inside Digital Design Accompany Lab Manual

Inside Digital Design Accompany Lab Manual 1 Inside Digital Design, Accompany Lab Manual Inside Digital Design Accompany Lab Manual Simulation Prototyping Synthesis and Post Synthesis Name- Roll Number- Total/Obtained Marks- Instructor Signature-

More information

DM240XR Digital Video Broadcast Modulator with AutoEQ

DM240XR Digital Video Broadcast Modulator with AutoEQ DM240XR Digital Video Broadcast Modulator with AutoEQ Satellite Modems DVB Performance The DM240XR is DVB-S and DVB-S2 capable with the ability to upgrade from DVB-S to DVB-S2 in the field. The DM240XR

More information

Radar Signal Processing Final Report Spring Semester 2017

Radar Signal Processing Final Report Spring Semester 2017 Radar Signal Processing Final Report Spring Semester 2017 Full report report by Brian Larson Other team members, Grad Students: Mohit Kumar, Shashank Joshil Department of Electrical and Computer Engineering

More information

GALILEO Timing Receiver

GALILEO Timing Receiver GALILEO Timing Receiver The Space Technology GALILEO Timing Receiver is a triple carrier single channel high tracking performances Navigation receiver, specialized for Time and Frequency transfer application.

More information

Solution to Digital Logic )What is the magnitude comparator? Design a logic circuit for 4 bit magnitude comparator and explain it,

Solution to Digital Logic )What is the magnitude comparator? Design a logic circuit for 4 bit magnitude comparator and explain it, Solution to Digital Logic -2067 Solution to digital logic 2067 1.)What is the magnitude comparator? Design a logic circuit for 4 bit magnitude comparator and explain it, A Magnitude comparator is a combinational

More information

The new standard for customer entertainment

The new standard for customer entertainment The new standard for customer entertainment TDH 800 basic headend system your ultimate connection 2 TRIAX TDH 800 New standard for basic headend systems The TDH 800 is a basic headend system designed to

More information

IEEE Broadband Wireless Access Working Group <http://ieee802.org/16>

IEEE Broadband Wireless Access Working Group <http://ieee802.org/16> 2004-01-13 IEEE C802.16-03/87r1 Project Title Date Submitted Source(s) Re: Abstract Purpose Notice Release Patent Policy and Procedures IEEE 802.16 Broadband Wireless Access Working Group

More information

ALONG with the progressive device scaling, semiconductor

ALONG with the progressive device scaling, semiconductor IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: EXPRESS BRIEFS, VOL. 57, NO. 4, APRIL 2010 285 LUT Optimization for Memory-Based Computation Pramod Kumar Meher, Senior Member, IEEE Abstract Recently, we

More information

DigiPoints Volume 2. Student Workbook. Module 5 Headend Digital Video Processing

DigiPoints Volume 2. Student Workbook. Module 5 Headend Digital Video Processing Headend Digital Video Processing Page 5.1 DigiPoints Volume 2 Module 5 Headend Digital Video Processing Summary In this module, students learn engineering theory and operational information about Headend

More information

Serial Digital Interface II Reference Design for Stratix V Devices

Serial Digital Interface II Reference Design for Stratix V Devices Serial Digital Interface II Reference Design for Stratix V Devices AN-673 Application Note This document describes the Altera Serial Digital Interface (SDI) II reference design that demonstrates how you

More information

DVB-S2 and DVB-RCS for VSAT and Direct Satellite TV Broadcasting

DVB-S2 and DVB-RCS for VSAT and Direct Satellite TV Broadcasting Hands-On DVB-S2 and DVB-RCS for VSAT and Direct Satellite TV Broadcasting Course Description This course will examine DVB-S2 and DVB-RCS for Digital Video Broadcast and the rather specialised application

More information

CRT1041M-C-02 CRT1041M-C-02 DATASHEET DATASHEET. 4-channel DVB-C modulator

CRT1041M-C-02 CRT1041M-C-02 DATASHEET DATASHEET. 4-channel DVB-C modulator DATASHEET DATASHEET CRT1041M-C-02 4-channel DVB-C modulator Crypton October, 2013 Contents 1. Overview...3 2. Features... 4 3. General description... 5 4. Functional block diagram... 6 5. Technical specification...

More information

Contents Circuits... 1

Contents Circuits... 1 Contents Circuits... 1 Categories of Circuits... 1 Description of the operations of circuits... 2 Classification of Combinational Logic... 2 1. Adder... 3 2. Decoder:... 3 Memory Address Decoder... 5 Encoder...

More information

12. IEEE (JTAG) Boundary-Scan Testing for the Cyclone III Device Family

12. IEEE (JTAG) Boundary-Scan Testing for the Cyclone III Device Family December 2011 CIII51014-2.3 12. IEEE 1149.1 (JTAG) Boundary-Scan Testing for the Cyclone III Device Family CIII51014-2.3 This chapter provides guidelines on using the IEEE Std. 1149.1 boundary-scan test

More information

DVB-S Modulator IP Core Specifcatoon

DVB-S Modulator IP Core Specifcatoon DVB-S Modulator IP Core Specifcatoon DVB-S Modulator IP Core Release Ionformatoon Features Deliverables IP Core Structure Port Map DVB-S Modulator IP Core Release Ionformatoon Name Version 3.0 DVB-S Modulator

More information

Challenge Series Satellite High Speed DVB-S2 Modulator. 70/140 MHz IF Output L-Band Output. VideoACM. Flexibility, backward compatibility

Challenge Series Satellite High Speed DVB-S2 Modulator. 70/140 MHz IF Output L-Band Output. VideoACM. Flexibility, backward compatibility 70/140 MHz IF Output L-Band Output CCM, VCM, ACM Functionality The satellite high speed DVB-S2 modulator with 70 MHz/140 MHz IF or L-Band output provides high flexibility for the station design. The modulator

More information

Reconfigurable FPGA Implementation of FIR Filter using Modified DA Method

Reconfigurable FPGA Implementation of FIR Filter using Modified DA Method Reconfigurable FPGA Implementation of FIR Filter using Modified DA Method M. Backia Lakshmi 1, D. Sellathambi 2 1 PG Student, Department of Electronics and Communication Engineering, Parisutham Institute

More information

LUT Optimization for Memory Based Computation using Modified OMS Technique

LUT Optimization for Memory Based Computation using Modified OMS Technique LUT Optimization for Memory Based Computation using Modified OMS Technique Indrajit Shankar Acharya & Ruhan Bevi Dept. of ECE, SRM University, Chennai, India E-mail : indrajitac123@gmail.com, ruhanmady@yahoo.co.in

More information

Laboratory 4. Figure 1: Serdes Transceiver

Laboratory 4. Figure 1: Serdes Transceiver Laboratory 4 The purpose of this laboratory exercise is to design a digital Serdes In the first part of the lab, you will design all the required subblocks for the digital Serdes and simulate them In part

More information

The new standard for customer entertainment

The new standard for customer entertainment The new standard for customer entertainment TDH 800 headend system your ultimate connection 2 TRIAX TDH 800 New standard for headend systems The TDH 800 is a headend system designed to provide cost effective

More information

Design & Simulation of 128x Interpolator Filter

Design & Simulation of 128x Interpolator Filter Design & Simulation of 128x Interpolator Filter Rahul Sinha 1, Sonika 2 1 Dept. of Electronics & Telecommunication, CSIT, DURG, CG, INDIA rsinha.vlsieng@gmail.com 2 Dept. of Information Technology, CSIT,

More information

Commsonic. DVB-S2 Modulator CMS0025. Contact information

Commsonic. DVB-S2 Modulator CMS0025. Contact information DVB-S2 Modulator CMS0025 Fully compliant with ETSI EN 302 307-1 and ETSI EN 302 307-2. Variable sample-rate interpolation provides ultra-flexible clocking strategy Support for CCM, VCM and ACM modes. Compatible

More information

Installation & Operational Manual

Installation & Operational Manual Radiant Communications Corporation 5001 Hadley Road South Plainfield NJ 07080 Tel (908) 757-7444 Fax (908) 757-8666 WWW.RCCFIBER.COM QRF5000M MDU ENCODER Installation & Operational Manual Rev.A2 1. Introduction

More information

International Journal of Engineering Research-Online A Peer Reviewed International Journal

International Journal of Engineering Research-Online A Peer Reviewed International Journal RESEARCH ARTICLE ISSN: 2321-7758 VLSI IMPLEMENTATION OF SERIES INTEGRATOR COMPOSITE FILTERS FOR SIGNAL PROCESSING MURALI KRISHNA BATHULA Research scholar, ECE Department, UCEK, JNTU Kakinada ABSTRACT The

More information

Performance Evaluation of Proposed OFDM. What are important issues?

Performance Evaluation of Proposed OFDM. What are important issues? Performance Evaluation of Proposed OFDM Richard van Nee, Hitoshi Takanashi and Masahiro Morikura Lucent + NTT Page 1 What are important issues? Application / Market Lower band (indoor) delay spread Office

More information

AT70XUSB. Digital Video Interfacing Products

AT70XUSB. Digital Video Interfacing Products Digital Video Interfacing Products AT70XUSB DVB-C (QAM-A) Cable TV Input DVB-C to DVB-ASI Converter Receiver, Recorder & Converter Small Handheld size No External Power Supply needed Standard Features

More information

Challenge Series Satellite High Speed DVB-S2 Modulator-Block Upconverter

Challenge Series Satellite High Speed DVB-S2 Modulator-Block Upconverter Satellite High Speed DVB-S2 Modulator-Block Upconverter CCM, VCM, ACM Functionality The satellite high speed DVB-S2 modulator with Block Upconverter constitutes a very cost effective solution of a modulator

More information

SMPTE-259M/DVB-ASI Scrambler/Controller

SMPTE-259M/DVB-ASI Scrambler/Controller SMPTE-259M/DVB-ASI Scrambler/Controller Features Fully compatible with SMPTE-259M Fully compatible with DVB-ASI Operates from a single +5V supply 44-pin PLCC package Encodes both 8- and 10-bit parallel

More information

Digital Video Telemetry System

Digital Video Telemetry System Digital Video Telemetry System Item Type text; Proceedings Authors Thom, Gary A.; Snyder, Edwin Publisher International Foundation for Telemetering Journal International Telemetering Conference Proceedings

More information

Data Converters and DSPs Getting Closer to Sensors

Data Converters and DSPs Getting Closer to Sensors Data Converters and DSPs Getting Closer to Sensors As the data converters used in military applications must operate faster and at greater resolution, the digital domain is moving closer to the antenna/sensor

More information

Professional 4-Channel DVB Receiver and Transmodulator Item: 5213

Professional 4-Channel DVB Receiver and Transmodulator Item: 5213 IDLV-3440DM Professional 4-Channel DVB Receiver and Transmodulator Item: 5213 IDLV-3440DM integrates 4 DVB Receiver and Transmodulator in one 1U 19 chassis. It provides operators an ideal DTV headend setup

More information

Using SignalTap II in the Quartus II Software

Using SignalTap II in the Quartus II Software White Paper Using SignalTap II in the Quartus II Software Introduction The SignalTap II embedded logic analyzer, available exclusively in the Altera Quartus II software version 2.1, helps reduce verification

More information

[Dharani*, 4.(8): August, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785

[Dharani*, 4.(8): August, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY IMPLEMENTATION OF ADDRESS GENERATOR FOR WiMAX DEINTERLEAVER ON FPGA T. Dharani*, C.Manikanta * M. Tech scholar in VLSI System

More information

Fig 1. Flow Chart for the Encoder

Fig 1. Flow Chart for the Encoder MATLAB Simulation of the DVB-S Channel Coding and Decoding Tejas S. Chavan, V. S. Jadhav MAEER S Maharashtra Institute of Technology, Kothrud, Pune, India Department of Electronics & Telecommunication,Pune

More information

ETSI TS V1.1.1 ( ) Technical Specification

ETSI TS V1.1.1 ( ) Technical Specification Technical Specification Access and Terminals, Transmission and Multiplexing (ATTM); Third Generation Transmission Systems for Interactive Cable Television Services - IP Cable Modems; Part 2: Physical Layer

More information

Design and Implementation of Partial Reconfigurable Fir Filter Using Distributed Arithmetic Architecture

Design and Implementation of Partial Reconfigurable Fir Filter Using Distributed Arithmetic Architecture Design and Implementation of Partial Reconfigurable Fir Filter Using Distributed Arithmetic Architecture Vinaykumar Bagali 1, Deepika S Karishankari 2 1 Asst Prof, Electrical and Electronics Dept, BLDEA

More information

ENGINEERING COMMITTEE

ENGINEERING COMMITTEE ENGINEERING COMMITTEE Digital Video Subcommittee AMERICAN NATIONAL STANDARD ANSI/SCTE 56 2011 DIGITAL MULTIPROGRAM DISTRIBUTION BY SATELLITE NOTICE SCTE assumes no obligations or liability whatsoever

More information

The Discussion of this exercise covers the following points:

The Discussion of this exercise covers the following points: Exercise 3-1 Digital Baseband Processing EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with various types of baseband processing used in digital satellite communications.

More information