Modeling and Simulation of an Asynchronous Digital Subscriber Line. Transceiver Data Transmission Subsystem

Size: px
Start display at page:

Download "Modeling and Simulation of an Asynchronous Digital Subscriber Line. Transceiver Data Transmission Subsystem"

Transcription

1 Modeling and imulation of an Asynchronous Digital ubscriber Line Transceiver Data Transmission ubsystem Elmustafa Erwa ABTRACT Recently, there has been an increase in demand for digital services provided over the public telephone line network. Asymmetric digital subscriber line (ADL) transmit high bit rate data in the forward direction to the subscriber, and lower bit rate data in the reverse direction to the central office, both on a single copper telephone loop. I implemented a ynchronous Dataflow (DF) model for an ADL transceiver s data transmission subsystem in LabVIEW. My implementation enables designers to simulate and optimize different ADL transceiver designs. The overall implementation is compliant with the European Telecommunications tandards Institute s ADL specification. 1. INTRODUCTION With the emergence of the Internet as the cornerstone of communications in this age, the demand for high speed Internet access has only been increasing. Asymmetric digital subscriber lines (ADL) is one of the technologies that provide high-speed Internet access in residences and offices [1]. It facilitates the use of normal telephone services, Integrated ervices Digital Network (IDN), and high-speed data transmission simultaneously. Hence, bandwidth-demanding technologies, such as video-conferencing and video-on-demand, are enabled over ordinary telephone lines. ADL standards use discrete multi-tone (DMT) modulation [2]. DMT divides the effectively bandlimited communication channel into a larger number of orthogonal narrowband subchannels. This allows for maximizing the transmitted bit rate and adapting to changing line conditions. Designing ADL systems is inherently complex. However, advances in the digital signal processor (DP) technology allowed programmable DP based solutions to replace application-specific integrated circuit based implementations. DP based 1

2 solutions allow rapid upgrades to the system after it is shipped. This necessitates a highlevel abstraction of the system that can be reused and shared between product releases. The ynchronous dataflow (DF) model of computation [3] is well suited for data-driven, communication, and signal processing applications such as ADL. Efficient DP code can be generated from statically scheduled DF programs [4]. My project contributes a high-level DF abstraction and corresponding implementation of an ADL transceiver data transmission subsystem in an electronic design automation tool. Furthermore, my implementation is compliant with the European Telecommunications tandards Institute s ADL specification [2]. 2. BACKGROUND 2.1. ADL Impairments The performance of ADL systems degrades due to severe channel attenuation, intersymbol interference (II) and interblock interference (IBI), and other line impairments including crosstalk and additive noise. The effective length of the channel impulse response causes IBI as the tail of the previous ADL block symbol corrupts the beginning of the current block symbol, hence the name IBI [5]. Crosstalk is caused by electromagnetic coupling due to other signals that are traveling in adjacent or nearby wires. Crosstalk interference increases with frequency. My literature review [6] described these impairments in more detail Discrete Multi-tone Modulation DMT and the transceiver functions were also explained in detail in my literature survey [6]. DMT partitions a data transmission channel with II into a set of orthogonal, 2

3 memoryless subchannels, each with its own carrier [5]. Data is transmitted through each subchannel independently of other subchannels. Previous research has shown that such a system is capable of transmitting at the highest data rate when allocating more bits and powers to subchannels with higher signal-to-noise ratio (NR) [7, 8]. DMT modulation is one of many multicarrier techniques including Vector Coding, tructured Channel ignaling, and Discrete Wavelet Multi-tone Modulation. In ADL, the number of bits that can be carried by each subchannel ranges from 0 to 15. The number of subcarriers used in the system is. The assignment of the number of bits for each subchannel, in the form of a bit allocation table, is exchanged between the transmitter and the receiver during initialization and retraining. Figure 1 illustrates a DMT based transceiver along with the channel. In a DMT based transceiver, a bit stream is encoded/decoded into a set of Quadrature Amplitude Modulation (QAM) symbols, called sub-symbols. Each sub-symbol is a complex number that carries the number of bits determined by the bit allocation table in one subcarrier. DMT modulation and demodulation are implemented using the Inverse Discrete Fourier Transform (IDFT) and Discrete Fourier Transform (DFT), respectively. To implement an N/2 subchannel DMT system, an N size IDFT/DFT is required. The size is doubled by mirroring the data to impose conjugate symmetry in the frequency domain, which results in real-valued signal in the time domain after applying the IDFT. The IDFT and DFT are implemented very efficiently using the well known Inverse Fast Fourier Transform (IFFT) and Fast Fourier Transform (FFT) algorithms. The other functionalities of the ADL transceiver also include serial-toparallel/parallel-to-serial conversion, cyclic extension, digital-to-analog/analog-to-digital conversion, time-domain equalization (TEQ), and frequency-domain equalization (FEQ). 3

4 A T-tap pre-filter TEQ, is implemented if the channel duration is too long compared to the length of the cyclic extension [9]. TEQ suppresses the radio frequency interference from amateur radio bands, while FEQ compensates for magnitude and phase distortion caused by the channel and the TEQ. N/2 channels N channels Input bit stream serial to parallel QAM encoder mirror data and N-IFFT add cyclic prefix parallel to serial DAC and transmit filter TRANMITTER RECEIVER channel Detected bit stream parallel to serial QAM decoder Freq. domain EQ N-FFT and remove mirrored data serial to parallel remove cyclic prefix ADC, time domain EQ, and receive filter N/2 channels N channels Figure 2. A block diagram for data transmission on an ADL transceiver [10]. 3. MODELING I use DF [3] to model the ADL transceiver blocks as well as the channel, as illustrated in figure 2. DF is well suited to model signal processing and communication systems in which a stream of data is processed by signal processing functional blocks. Inputs and outputs of the DF blocks subsystems are the sub-symbols and the data consumption and production in DF is pre-determined. The total number of bits encoded/decoded by the QAM encoder/decoder bank is fixed since my implementation does not retrain and dynamically update the bit allocation 4

5 table. Each QAM encoder/decoder encodes/decodes a number of bits determined by the bit allocation table. The number of QAM encoders/decoders in the QAM bank is equal to the number of subcarriers used by the system. Figure 3 shows the DF blocks for an individual QAM encoder/decoder. + cp / P QE E - IFFT CE + cp P / TRANMITTER + cp + cp Token has a real valued data type Token has a complex valued data + cp Channel + cp + cp P / Q D F E Q E R - FFT / P C E R T E Q + cp RECEIVER /P: Parallel-to-erial CE: Cyclic Extension ER: E Remover QE: QAM Encoder P/: Parallel-to-erial FEQ: Frequency Domain Equalizer E: Conjugate emmetric Extension TEQ: Time-domain Equalizer QD: QAM Decoder FFT: Fast Fourier Transform CER: CE Remover Figure 2. DF model for the discretzed ADL transceiver that uses subcarriers. cp is the size of the cyclic prefix. Figure 3. DF blocks for a QAM encoder and a QAM decoder. 5

6 For this project, I chose not to implement the digital-to-analog and analog-todigital conversion blocks. Instead, I implement a discretized ADL data transmission subsystem. I made this decision to simplify the modeling and simulation by removing any notion of time. Otherwise, I would have used timed synchronous dataflow to model the digital-to-analog and analog-to-digital conversion blocks along with the channel block. The ADL channel is modeled as a Finite impulse Response (FIR) filter. The tokens in the input and the output arcs of the channel s DF block are real valued as shown in Figure 2. This is because the conjugate symmetric extension produces tokens that are complex valued, which causes the IFFT block to produce tokens, which are real valued. 4. IMPLEMENTATION I implemented the ADL data transmission subsystem using LabVIEW. I assumed that the transmitter and receiver were perfectly synchronized. I also assumed that the bit allocation table did not change after initialization. The design of the system was a top-down design. I implemented a top level virtual instrument (VI) that 1) takes in all the user input parameters, such as the channel type and the equalization method; 2) calls the transmitter, channel, and receiver VI s, respectively; and 3) calculates, plots, and displays the bit error rate (BER). Both the transmitter and receiver VI s call the sub VI s that implement each of the blocks shown in figure 2. The QAM encoders/decoders bank was implemented using National Instrument s modulation library components. 6

7 The ADL simulator enables the user to choose one of eight different channel models. Each one of those models one of the eight different carrier service area (CA) loops that are defined in the ADL standard. CA loops have different configurations of bridge taps, gauges, and lengths. These configurations yield different impulse responses once the system has been linearized [11]. Each of these channel models is implemented as a -tap FIR filter. I obtained the coefficients of the FIR filters from the MATLAB Discrete Multitone Time-domain Equalizer (DMTTEQ) Toolbox that was implemented by the Embedded ignal Processing Lab at the University of Texas [12]. The linemod [13] program from tanford University was used to generate the coefficients. The simulator obtains the coefficients for the desired channel model, from a text file, based on the user s choice. Furthermore, the simulator allows the user to choose one of five TEQ methods: 1. Minimum mean squared error -- unit energy constraint (MME-1) [14]; 2. Minimum mean squared error -- unit tap constraint (MME-2) [14]; 3. Maximum shortening signal to noise ratio (MNR) [15]; 4. Maximum bit rate (MBR) [16]; and 5. Minimum intersymbol interference (MII) [16]. To implement the TEQ FIR filter, I added a new function, teqcoeff, to the DMTTEQ toolbox. This function returns the values of the coefficients that were produced by the DMTTEQ toolbox. For every TEQ method, I obtained the coefficients that correspond to each of the eight channel models and stored the results in a text file. Each TEQ is implemented as a 16-tap FIR filter. The TEQ VI takes the channel model and TEQ method as inputs then performs a table lookup to obtain the corresponding coefficients. 7

8 5. REULT AND CONCLUION I simulated the data transmission of 10 million bits, to verify the functionality of the transceiver components. I set the signal-to-noise ratio (NR) to 25 db. Table 2 shows the results of my simulations for selected channel models and TEQ methods. The lowest bit error rate that I was able to achieve was approximately This is two orders of magnitude higher than the ADL specification requirement of a bit error rate of at most The results of my simulation could be greatly improved to meet the specification requirement by implementing error correction codes and dynamic allocation of bits by retraining the transmitter. These tasks could be implemented in the future to further enhance the simulator. Table 1. Bit error rates for selected channel models and TEQ methods when transmitting 10 million bits. The size of the cyclic prefix is 32 sub-symbols. NR is 25 db Channel TEQ method Number of errors Bit error rate CA-1 MBR x 10-5 CA-2 MME x 10-5 CA-3 MII x 10-4 CA-4 MNR x 10-4 CA-5 MBR x 10-5 CA-6 MNR x 10-5 CA-7 MME x 10-4 CA-8 MNR x

9 The LabVIEW implementation of the discretized data transmission subsystem is a framework for research in ADL systems. The framework provides a user-friendly simulation and test environments for evaluating ADL transceivers design. 5. REFERENCE [1] Thomas tarr, John M. Cioffi, and Peter J. ilverman, Understanding Digital ubscriber Line Technology (CD-ROM included), Prentice Hall PTR, 1999, IBN [2] Transmission and Multiplexing (TM); Asymmetric Digital ubscriber Line (ADL); Requirements and performance, ETI ETR 328 ed.1 ( ), Technical pecificattion. [3] E. A. Lee and D. Messerschmitt, "ynchronous data flow", Proceedings of the IEEE, vol. 75, no. 9, pp , ep [4] E. A. Lee and D. Messerschmitt, "tatic scheduling of synchronous data flow programs for digital signal processing", IEEE transactions on Computers, vol. C-36, no. 1, pp , Jan [5] P.. Chow, J. M. Cioffi, and J. A. C. Bingham, "DMT-based ADL: concept, architecture, and performance," IEE Colloquium on High speed Access Technology and ervices, Oct. 19, [6] Elmustafa Erwa "Modeling of an ADL Transceiver Data Transmission ubsystem, Literature urvey for EE 382C-9 Embedded oftware ystems, The University of Texas at Austin, Austin, TX, March [7] P.. Chow, J. M. Cioffi, and J. C. Tu, "A discrete multitone transceiver system for HDL applications," IEEE Journal on elected Areas in Communications, Volume 9, Issue 6, pp , Aug [8] P.. Chow, J. M. Cioffi, and J. A. C. Bingham, "A practical discrete multitone transceiver loading algorithm for data transmission over spectrally shaped channels, IEEE Transactions on Communications, Vol. 43, Issue 2, Part 3, pp , Feb.-March-April [9] N. Al-Dhahir, and J. M. Cioffi, "Optimum finite-length equalization for multicarrier transceivers, IEEE Transactions on Communications, Vol. 44, no. 1, pp , Jan [10] G. Arslan, "ADL Transceivers," Presentation for EE 379K-17 Real-Time Digital ignal Processing Laboratory, The University of Texas at Austin, Austin, TX, November 15, [11] M. Milosevic, "Maximizing Data Rate of Discrete Multitone ystems using Time Domain Equalization Design," Ph. D. E. E. dissertation, University of Texas at Austin, Austin, TX, May [12] MATLAB Discrete Multitone Time-domain Equalizer (DMTTEQ) Toolbox, University of Texas at Austin, [13] Linemod, tanford Unversity, [14] N. Al-Dhahir and J. M. Cioffi, "Efficiently computed reduced-parameter input-aided MME equalizers for ML detection: A unified approach," IEEE Trans. on Info. Theory, vol. 42, pp , May [15] P. J. W. Melsa, R. C. Younce, and C. E. Rhors, "Impulse response shortening for discrete multitone transceivers," IEEE Trans. on Communications, vol. 44, pp , Dec [16] G. Arslan, B. L. Evans, and. Kiaei, "Equalization for Discrete Multitone Receivers To Maximize Bit Rate," IEEE Trans. on ignal Processing, vol. 49, no. 12, pp , Dec

RADIO FREQUENCY INTERFERENCE AND CAPACITY REDUCTION IN DSL

RADIO FREQUENCY INTERFERENCE AND CAPACITY REDUCTION IN DSL RADIO FREQUENCY INTERFERENCE AND CAPACITY REDUCTION IN DSL Padmabala Venugopal, Michael J. Carter*, Scott A. Valcourt, InterOperability Laboratory, Technology Drive Suite, University of New Hampshire,

More information

Module: Digital Communications. Experiment 784. DSL Transmission. Institut für Nachrichtentechnik E-8 Technische Universität Hamburg-Harburg

Module: Digital Communications. Experiment 784. DSL Transmission. Institut für Nachrichtentechnik E-8 Technische Universität Hamburg-Harburg Module: Digital Communications Experiment 784 DSL Transmission Institut für Nachrichtentechnik E-8 Technische Universität Hamburg-Harburg ii Table of Contents Introduction... 1 1 The DSL System... 2 1.1

More information

Time and Frequency Domain Equalization

Time and Frequency Domain Equalization Time and Frequency Domain Equalization Presented By: Khaled Shawky Hassan Under Supervision of: Prof. Werner Henkel Introduction to Equalization Non-ideal analog-media such as telephone cables and radio

More information

ADVANCED ALGORITHMS FOR EQUALIZATION ON ADSL CHANNEL

ADVANCED ALGORITHMS FOR EQUALIZATION ON ADSL CHANNEL ADVANCED ALGORITHMS FOR EQUALIZATION ON ADSL CHANNEL T. Mazanec Institute of Information Theory and Automation, Dept. of Signal Processing Abstract Digital subscriber line modems equalize response of line

More information

www.zte.com.cn VDSL2 A feasible Solution for Last Mile

www.zte.com.cn VDSL2 A feasible Solution for Last Mile www.zte.com.cn VDSL2 A feasible Solution for Last Mile Version Date Author Approved By Remarks V1.00 009-08-8 MichaelSong Not open to the Third Party 009 ZTE Corporation. All rights reserved. ZTE CONFIDENTIAL:

More information

Digital Subscriber Line (DSL) Transmission Methods

Digital Subscriber Line (DSL) Transmission Methods Digital Subscriber Line (DSL) Transmission Methods 1. Overview... 1 2. SHDSL Transmission Methods... 1 SHDSL Transmission System Versions... 1 SHDSL Transmission Subsystem Structure... 1 SHDSL Modulation

More information

Broadcast digital subscriber lines using discrete multitone for broadband access

Broadcast digital subscriber lines using discrete multitone for broadband access Microprocessors and Microsystems 22 (1999) 605 610 Broadcast digital subscriber lines using discrete multitone for broadband access K.-P. Ho* Department of Informational Engineering, The Chinese University

More information

TELECOMMUNICATIONS STANDARDS ADVISORY COMMITTEE WORKING GROUP ON COMMON CONNECTION STANDARDS (CCS)

TELECOMMUNICATIONS STANDARDS ADVISORY COMMITTEE WORKING GROUP ON COMMON CONNECTION STANDARDS (CCS) TELECOMMUNICATIONS STANDARDS ADVISORY COMMITTEE WORKING GROUP ON COMMON CONNECTION STANDARDS (CCS) Overview of Very High Speed Digital Subscriber Line 2 (VDSL2) 甚 高 速 數 碼 用 戶 線 路 2 的 概 覽 Introduction ADSL

More information

Evolution from Voiceband to Broadband Internet Access

Evolution from Voiceband to Broadband Internet Access Evolution from Voiceband to Broadband Internet Access Murtaza Ali DSPS R&D Center Texas Instruments Abstract With the growth of Internet, demand for high bit rate Internet access is growing. Even though

More information

Efficient Data Recovery scheme in PTS-Based OFDM systems with MATRIX Formulation

Efficient Data Recovery scheme in PTS-Based OFDM systems with MATRIX Formulation Efficient Data Recovery scheme in PTS-Based OFDM systems with MATRIX Formulation Sunil Karthick.M PG Scholar Department of ECE Kongu Engineering College Perundurau-638052 Venkatachalam.S Assistant Professor

More information

Optimal Transmit Spectra for Communication on Digital Subscriber Lines

Optimal Transmit Spectra for Communication on Digital Subscriber Lines Optimal Transmit Spectra for Communication on Digital Subscriber Lines Rohit V. Gaikwad and Richard G. Baraniuk Department of Electrical and Computer Engineering Rice University Houston, Texas, 77005 USA

More information

VDSL: The Next Step in the DSL Progression

VDSL: The Next Step in the DSL Progression VDSL: The Next Step in the DSL Progression Krista S. Jacobsen (jacobsen@ti.com) Broadband Access Group San Jose, CA DSPS Fest August 1999 Houston, TX 1 July 16, 1999 2 Table of Contents 1 General overview...5

More information

Department of Electrical and Computer Engineering Ben-Gurion University of the Negev. LAB 1 - Introduction to USRP

Department of Electrical and Computer Engineering Ben-Gurion University of the Negev. LAB 1 - Introduction to USRP Department of Electrical and Computer Engineering Ben-Gurion University of the Negev LAB 1 - Introduction to USRP - 1-1 Introduction In this lab you will use software reconfigurable RF hardware from National

More information

Optimum Frequency-Domain Partial Response Encoding in OFDM System

Optimum Frequency-Domain Partial Response Encoding in OFDM System 1064 IEEE TRANSACTIONS ON COMMUNICATIONS, VOL 51, NO 7, JULY 2003 Optimum Frequency-Domain Partial Response Encoding in OFDM System Hua Zhang and Ye (Geoffrey) Li, Senior Member, IEEE Abstract Time variance

More information

INTER CARRIER INTERFERENCE CANCELLATION IN HIGH SPEED OFDM SYSTEM Y. Naveena *1, K. Upendra Chowdary 2

INTER CARRIER INTERFERENCE CANCELLATION IN HIGH SPEED OFDM SYSTEM Y. Naveena *1, K. Upendra Chowdary 2 ISSN 2277-2685 IJESR/June 2014/ Vol-4/Issue-6/333-337 Y. Naveena et al./ International Journal of Engineering & Science Research INTER CARRIER INTERFERENCE CANCELLATION IN HIGH SPEED OFDM SYSTEM Y. Naveena

More information

A Performance Study of Wireless Broadband Access (WiMAX)

A Performance Study of Wireless Broadband Access (WiMAX) A Performance Study of Wireless Broadband Access (WiMAX) Maan A. S. Al-Adwany Department of Computer & Information Engineering, College of Electronics Engineering University of Mosul Mosul, Iraq maanaladwany@yahoo.com

More information

ADSL2 AND ADSL2plus THE NEW ADSL STANDARDS

ADSL2 AND ADSL2plus THE NEW ADSL STANDARDS ADSL2 AND ADSL2plus THE NEW ADSL STANDARDS March 25, 2003 ADSL2 AND ADSL2plus - THE NEW ADSL STANDARDS In July 2002, the ITU completed G.992.3 and G.992.4 1, two new standards for ADSL technology collectively

More information

ADVANCED APPLICATIONS OF ELECTRICAL ENGINEERING

ADVANCED APPLICATIONS OF ELECTRICAL ENGINEERING Development of a Software Tool for Performance Evaluation of MIMO OFDM Alamouti using a didactical Approach as a Educational and Research support in Wireless Communications JOSE CORDOVA, REBECA ESTRADA

More information

RF Measurements Using a Modular Digitizer

RF Measurements Using a Modular Digitizer RF Measurements Using a Modular Digitizer Modern modular digitizers, like the Spectrum M4i series PCIe digitizers, offer greater bandwidth and higher resolution at any given bandwidth than ever before.

More information

ADSL TUTORIAL. Figure 1: Typical DSL system.

ADSL TUTORIAL. Figure 1: Typical DSL system. ADSL TUTORIAL Matthew J. Langlois, University of New Hampshire InterOperability Laboratory 121 Technology Drive, Suite 2, Durham, NH 03824 USA. Extracted from the Introduction and Chapter 1 of A G.hs Handshaking

More information

Implementation of Digital Signal Processing: Some Background on GFSK Modulation

Implementation of Digital Signal Processing: Some Background on GFSK Modulation Implementation of Digital Signal Processing: Some Background on GFSK Modulation Sabih H. Gerez University of Twente, Department of Electrical Engineering s.h.gerez@utwente.nl Version 4 (February 7, 2013)

More information

QAM Demodulation. Performance Conclusion. o o o o o. (Nyquist shaping, Clock & Carrier Recovery, AGC, Adaptive Equaliser) o o. Wireless Communications

QAM Demodulation. Performance Conclusion. o o o o o. (Nyquist shaping, Clock & Carrier Recovery, AGC, Adaptive Equaliser) o o. Wireless Communications 0 QAM Demodulation o o o o o Application area What is QAM? What are QAM Demodulation Functions? General block diagram of QAM demodulator Explanation of the main function (Nyquist shaping, Clock & Carrier

More information

(Refer Slide Time: 2:10)

(Refer Slide Time: 2:10) Data Communications Prof. A. Pal Department of Computer Science & Engineering Indian Institute of Technology, Kharagpur Lecture-12 Multiplexer Applications-1 Hello and welcome to today s lecture on multiplexer

More information

Final Year Project Progress Report. Frequency-Domain Adaptive Filtering. Myles Friel. Supervisor: Dr.Edward Jones

Final Year Project Progress Report. Frequency-Domain Adaptive Filtering. Myles Friel. Supervisor: Dr.Edward Jones Final Year Project Progress Report Frequency-Domain Adaptive Filtering Myles Friel 01510401 Supervisor: Dr.Edward Jones Abstract The Final Year Project is an important part of the final year of the Electronic

More information

Zukang Shen Home Address: Work: 214-480-3198 707 Kindred Lane Cell: 512-619-7927

Zukang Shen Home Address: Work: 214-480-3198 707 Kindred Lane Cell: 512-619-7927 Zukang Shen Home Address: Work: 214-480-3198 707 Kindred Lane Cell: 512-619-7927 Richardson, TX 75080 Email: zukang.shen@ti.com Education: The University of Texas, Austin, TX, USA Jun. 2003 May 2006 Ph.D.,

More information

Course Curriculum for Master Degree in Electrical Engineering/Wireless Communications

Course Curriculum for Master Degree in Electrical Engineering/Wireless Communications Course Curriculum for Master Degree in Electrical Engineering/Wireless Communications The Master Degree in Electrical Engineering/Wireless Communications, is awarded by the Faculty of Graduate Studies

More information

Wireless Communication and RF System Design Using MATLAB and Simulink Giorgia Zucchelli Technical Marketing RF & Mixed-Signal

Wireless Communication and RF System Design Using MATLAB and Simulink Giorgia Zucchelli Technical Marketing RF & Mixed-Signal Wireless Communication and RF System Design Using MATLAB and Simulink Giorgia Zucchelli Technical Marketing RF & Mixed-Signal 2013 The MathWorks, Inc. 1 Outline of Today s Presentation Introduction to

More information

4 Digital Video Signal According to ITU-BT.R.601 (CCIR 601) 43

4 Digital Video Signal According to ITU-BT.R.601 (CCIR 601) 43 Table of Contents 1 Introduction 1 2 Analog Television 7 3 The MPEG Data Stream 11 3.1 The Packetized Elementary Stream (PES) 13 3.2 The MPEG-2 Transport Stream Packet.. 17 3.3 Information for the Receiver

More information

RF SYSTEM DESIGN OF TRANSCEIVERS FOR WIRELESS COMMUNICATIONS

RF SYSTEM DESIGN OF TRANSCEIVERS FOR WIRELESS COMMUNICATIONS RF SYSTEM DESIGN OF TRANSCEIVERS FOR WIRELESS COMMUNICATIONS Qizheng Gu Nokia Mobile Phones, Inc. 4y Springer Contents Preface xiii Chapter 1. Introduction 1 1.1. Wireless Systems 1 1.1.1. Mobile Communications

More information

PAPR and Bandwidth Analysis of SISO-OFDM/WOFDM and MIMO OFDM/WOFDM (Wimax) for Multi-Path Fading Channels

PAPR and Bandwidth Analysis of SISO-OFDM/WOFDM and MIMO OFDM/WOFDM (Wimax) for Multi-Path Fading Channels PAPR and Bandwidth Analysis of SISO-OFDM/WOFDM and MIMO OFDM/WOFDM (Wimax) for Multi-Path Fading Channels Ahsan Adeel Lecturer COMSATS Institute of Information Technology Islamabad Raed A. Abd-Alhameed

More information

Evaluation Criteria for ADSL AFE1302

Evaluation Criteria for ADSL AFE1302 Application Report SBAA095 - August 2003 Evaluation Criteria for ADSL AFE1302 John Z. Wu and CR Teeple High Speed Products Marketing ABSTRACT This paper describes several important asymmetrical digital

More information

Adaptive Equalization of binary encoded signals Using LMS Algorithm

Adaptive Equalization of binary encoded signals Using LMS Algorithm SSRG International Journal of Electronics and Communication Engineering (SSRG-IJECE) volume issue7 Sep Adaptive Equalization of binary encoded signals Using LMS Algorithm Dr.K.Nagi Reddy Professor of ECE,NBKR

More information

Lezione 6 Communications Blockset

Lezione 6 Communications Blockset Corso di Tecniche CAD per le Telecomunicazioni A.A. 2007-2008 Lezione 6 Communications Blockset Ing. Marco GALEAZZI 1 What Is Communications Blockset? Communications Blockset extends Simulink with a comprehensive

More information

BER Reduction for DMT-ADSL Based on DMWT

BER Reduction for DMT-ADSL Based on DMWT Çankaya University Journal of Science and Engineering Volume 8 (2011), No. 2, 237 254 BER Reduction for DMT-ADSL Based on DMWT Salih Mohammed Salih Electrical Engineering Department, University of Anbar,

More information

5 Signal Design for Bandlimited Channels

5 Signal Design for Bandlimited Channels 225 5 Signal Design for Bandlimited Channels So far, we have not imposed any bandwidth constraints on the transmitted passband signal, or equivalently, on the transmitted baseband signal s b (t) I[k]g

More information

Non-Data Aided Carrier Offset Compensation for SDR Implementation

Non-Data Aided Carrier Offset Compensation for SDR Implementation Non-Data Aided Carrier Offset Compensation for SDR Implementation Anders Riis Jensen 1, Niels Terp Kjeldgaard Jørgensen 1 Kim Laugesen 1, Yannick Le Moullec 1,2 1 Department of Electronic Systems, 2 Center

More information

A WEB BASED TRAINING MODULE FOR TEACHING DIGITAL COMMUNICATIONS

A WEB BASED TRAINING MODULE FOR TEACHING DIGITAL COMMUNICATIONS A WEB BASED TRAINING MODULE FOR TEACHING DIGITAL COMMUNICATIONS Ali Kara 1, Cihangir Erdem 1, Mehmet Efe Ozbek 1, Nergiz Cagiltay 2, Elif Aydin 1 (1) Department of Electrical and Electronics Engineering,

More information

International Journal of Computer Sciences and Engineering. Research Paper Volume-4, Issue-4 E-ISSN: 2347-2693

International Journal of Computer Sciences and Engineering. Research Paper Volume-4, Issue-4 E-ISSN: 2347-2693 International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-4, Issue-4 E-ISSN: 2347-2693 PAPR Reduction Method for the Localized and Distributed DFTS-OFDM System Using

More information

Introduction to Digital Subscriber s Line (DSL)

Introduction to Digital Subscriber s Line (DSL) Introduction to Digital Subscriber s Line (DSL) Professor Fu Li, Ph.D., P.E. Chapter 3 DSL Fundementals BASIC CONCEPTS maximizes the transmission distance by use of modulation techniques but generally

More information

T = 1 f. Phase. Measure of relative position in time within a single period of a signal For a periodic signal f(t), phase is fractional part t p

T = 1 f. Phase. Measure of relative position in time within a single period of a signal For a periodic signal f(t), phase is fractional part t p Data Transmission Concepts and terminology Transmission terminology Transmission from transmitter to receiver goes over some transmission medium using electromagnetic waves Guided media. Waves are guided

More information

Digital Modulation. David Tipper. Department of Information Science and Telecommunications University of Pittsburgh. Typical Communication System

Digital Modulation. David Tipper. Department of Information Science and Telecommunications University of Pittsburgh. Typical Communication System Digital Modulation David Tipper Associate Professor Department of Information Science and Telecommunications University of Pittsburgh http://www.tele.pitt.edu/tipper.html Typical Communication System Source

More information

Broadband 101: Installation and Testing

Broadband 101: Installation and Testing Broadband 101: Installation and Testing Fanny Mlinarsky Introduction Today the Internet is an information superhighway with bottlenecks at every exit. These congested exits call for the deployment of broadband

More information

Noise Power and SNR Estimation for OFDM Based Wireless Communication Systems

Noise Power and SNR Estimation for OFDM Based Wireless Communication Systems Noise Power and SNR Estimation for OFDM Based Wireless Communication Systems Hüseyin Arslan Department of Electrical Engineering University of South Florida 422 E. Fowler Avenue Tampa, FL- 3362-535, USA

More information

Adaptive Spectrum and Signal Alignment, Incorporated THE RE-PROFILER DSM CLOSES THE CASE ON DIAGNOSING DSL/VDSL TROUBLES

Adaptive Spectrum and Signal Alignment, Incorporated THE RE-PROFILER DSM CLOSES THE CASE ON DIAGNOSING DSL/VDSL TROUBLES Adaptive Spectrum and Signal Alignment, Incorporated THE RE-PROFILER DSM CLOSES THE CASE ON DIAGNOSING DSL/VDSL TROUBLES PETER J. SILVERMAN - ASSIA INC. FIRST PUBLISHED IN OSP MAGAZINE, SEPTEMBER 2007

More information

Electronic Communications Committee (ECC) within the European Conference of Postal and Telecommunications Administrations (CEPT)

Electronic Communications Committee (ECC) within the European Conference of Postal and Telecommunications Administrations (CEPT) Page 1 Electronic Communications Committee (ECC) within the European Conference of Postal and Telecommunications Administrations (CEPT) ECC RECOMMENDATION (06)01 Bandwidth measurements using FFT techniques

More information

An Investigation into Time-Domain Approach for OFDM Channel Estimation

An Investigation into Time-Domain Approach for OFDM Channel Estimation 240 IEEE TRANSACTIONS ON BROADCASTING, VOL. 46, NO. 4, DECEMBER 2000 An Investigation into Time-Domain Approach for OFDM Channel Estimation Hlaing Minn, Student Member and Vijay K. Bhargava, Fellow, IEEE

More information

Plastic Optical Fiber for In-Home communication systems

Plastic Optical Fiber for In-Home communication systems Plastic Optical Fiber for In-Home communication systems Davide Visani 29 October 2010 Bologna E-mail: davide.visani3@unibo.it Summary Reason for Fiber in the Home (FITH) FITH scenario Comparison of CAT5

More information

Voice services over Adaptive Multi-user Orthogonal Sub channels An Insight

Voice services over Adaptive Multi-user Orthogonal Sub channels An Insight TEC Voice services over Adaptive Multi-user Orthogonal Sub channels An Insight HP 4/15/2013 A powerful software upgrade leverages quaternary modulation and MIMO techniques to improve network efficiency

More information

HD Radio FM Transmission System Specifications Rev. F August 24, 2011

HD Radio FM Transmission System Specifications Rev. F August 24, 2011 HD Radio FM Transmission System Specifications Rev. F August 24, 2011 SY_SSS_1026s TRADEMARKS HD Radio and the HD, HD Radio, and Arc logos are proprietary trademarks of ibiquity Digital Corporation. ibiquity,

More information

The Effect of Network Cabling on Bit Error Rate Performance. By Paul Kish NORDX/CDT

The Effect of Network Cabling on Bit Error Rate Performance. By Paul Kish NORDX/CDT The Effect of Network Cabling on Bit Error Rate Performance By Paul Kish NORDX/CDT Table of Contents Introduction... 2 Probability of Causing Errors... 3 Noise Sources Contributing to Errors... 4 Bit Error

More information

A SIMULATION STUDY ON SPACE-TIME EQUALIZATION FOR MOBILE BROADBAND COMMUNICATION IN AN INDUSTRIAL INDOOR ENVIRONMENT

A SIMULATION STUDY ON SPACE-TIME EQUALIZATION FOR MOBILE BROADBAND COMMUNICATION IN AN INDUSTRIAL INDOOR ENVIRONMENT A SIMULATION STUDY ON SPACE-TIME EQUALIZATION FOR MOBILE BROADBAND COMMUNICATION IN AN INDUSTRIAL INDOOR ENVIRONMENT U. Trautwein, G. Sommerkorn, R. S. Thomä FG EMT, Ilmenau University of Technology P.O.B.

More information

Starlink 9003T1 T1/E1 Dig i tal Trans mis sion Sys tem

Starlink 9003T1 T1/E1 Dig i tal Trans mis sion Sys tem Starlink 9003T1 T1/E1 Dig i tal Trans mis sion Sys tem A C ombining Moseley s unparalleled reputation for high quality RF aural Studio-Transmitter Links (STLs) with the performance and speed of today s

More information

Demonstration of a Software Defined Radio Platform for dynamic spectrum allocation.

Demonstration of a Software Defined Radio Platform for dynamic spectrum allocation. Demonstration of a Software Defined Radio Platform for dynamic spectrum allocation. Livia Ruiz Centre for Telecommunications Value-Chain Research Institute of Microelectronic and Wireless Systems, NUI

More information

Lecture 1. Introduction to Wireless Communications 1

Lecture 1. Introduction to Wireless Communications 1 896960 Introduction to Algorithmic Wireless Communications Lecture 1. Introduction to Wireless Communications 1 David Amzallag 2 May 25, 2008 Introduction to cellular telephone systems. How a cellular

More information

A Modified Binary Search Algorithm for Carrier Acquisition in DSB-SC Communication System

A Modified Binary Search Algorithm for Carrier Acquisition in DSB-SC Communication System International Journal of Latest Research in Engineering and Technology (IJLRET) ISSN: 2454-5031(Online) ǁ Volume 1 Issue 7ǁDecember 2015 ǁ PP 13-21 A Modified Binary Search Algorithm for Carrier Acquisition

More information

LTE System Specifications and their Impact on RF & Base Band Circuits. Application Note. Products: R&S FSW R&S SMU R&S SFU R&S FSV R&S SMJ R&S FSUP

LTE System Specifications and their Impact on RF & Base Band Circuits. Application Note. Products: R&S FSW R&S SMU R&S SFU R&S FSV R&S SMJ R&S FSUP Application Note Dr. Oliver Werther/Roland Minihold 04.2013 1MA221_1E LTE System Specifications and their Impact on RF & Base Band Circuits Application Note Products: R&S FSW R&S SMU R&S SFU R&S FSV R&S

More information

Log-Likelihood Ratio-based Relay Selection Algorithm in Wireless Network

Log-Likelihood Ratio-based Relay Selection Algorithm in Wireless Network Recent Advances in Electrical Engineering and Electronic Devices Log-Likelihood Ratio-based Relay Selection Algorithm in Wireless Network Ahmed El-Mahdy and Ahmed Walid Faculty of Information Engineering

More information

OFDM, Mobile Software Development Framework

OFDM, Mobile Software Development Framework OFDM, Mobile Software Development Framework 9/27/2012 Y. Richard Yang 1 Admin. Homework 2 to be posted by Friday Start to think about project 2 Recap Inter-Symbol Interference (ISI) Handle band limit ISI

More information

INTRODUCTION TO COMMUNICATION SYSTEMS AND TRANSMISSION MEDIA

INTRODUCTION TO COMMUNICATION SYSTEMS AND TRANSMISSION MEDIA COMM.ENG INTRODUCTION TO COMMUNICATION SYSTEMS AND TRANSMISSION MEDIA 9/6/2014 LECTURES 1 Objectives To give a background on Communication system components and channels (media) A distinction between analogue

More information

Bachelor of Technology (Electronics and Communication Engineering)

Bachelor of Technology (Electronics and Communication Engineering) A Project Report on Synchronization Techniques for OFDM In partial fulfillment of the requirements of Bachelor of Technology (Electronics and Communication Engineering) Submitted By Govind Singh Parihar

More information

Vector Signal Analyzer FSQ-K70

Vector Signal Analyzer FSQ-K70 Product brochure Version 02.00 Vector Signal Analyzer FSQ-K70 July 2004 Universal demodulation, analysis and documentation of digital radio signals For all major mobile radio communication standards: GSM

More information

This document is downloaded from DR-NTU, Nanyang Technological University Library, Singapore.

This document is downloaded from DR-NTU, Nanyang Technological University Library, Singapore. This document is downloaded from DR-NTU, Nanyang Technological University Library, Singapore. Title Transcription of polyphonic signals using fast filter bank( Accepted version ) Author(s) Foo, Say Wei;

More information

Reconfigurable Low Area Complexity Filter Bank Architecture for Software Defined Radio

Reconfigurable Low Area Complexity Filter Bank Architecture for Software Defined Radio Reconfigurable Low Area Complexity Filter Bank Architecture for Software Defined Radio 1 Anuradha S. Deshmukh, 2 Prof. M. N. Thakare, 3 Prof.G.D.Korde 1 M.Tech (VLSI) III rd sem Student, 2 Assistant Professor(Selection

More information

Improved user experiences are possible with enhanced FM radio data system (RDS) reception

Improved user experiences are possible with enhanced FM radio data system (RDS) reception Improved user experiences are possible with enhanced FM radio data system (RDS) reception Aravind Ganesan, Senior Systems Engineer, and Jaiganesh Balakrishnan, Senior Member of Technical Staff, Wireless

More information

Public Switched Telephone System

Public Switched Telephone System Public Switched Telephone System Structure of the Telephone System The Local Loop: Modems, ADSL Structure of the Telephone System (a) Fully-interconnected network. (b) Centralized switch. (c) Two-level

More information

DVB-T BER MEASUREMENTS IN THE PRESENCE OF ADJACENT CHANNEL AND CO-CHANNEL ANALOGUE TELEVISION INTERFERENCE

DVB-T BER MEASUREMENTS IN THE PRESENCE OF ADJACENT CHANNEL AND CO-CHANNEL ANALOGUE TELEVISION INTERFERENCE DVB-T MEASUREMENTS IN THE PRESENCE OF ADJACENT CHANNEL AND CO-CHANNEL ANALOGUE TELEVISION INTERFERENCE M. Mª Vélez (jtpveelm@bi.ehu.es), P. Angueira, D. de la Vega, A. Arrinda, J. L. Ordiales UNIVERSITY

More information

xdsl Technology and Applications:

xdsl Technology and Applications: xdsl Technology and Applications: Removing the Telephone Line Bottleneck Krista S. Jacobsen Texas Instruments Broadband Access Group jacobsen@ti.com Texas Instruments 1999 1 Overview/Goals Introduction

More information

Joint Optimal Pilot Placement and Space Frequency (SF) Code Design for MIMO-OFDM Systems

Joint Optimal Pilot Placement and Space Frequency (SF) Code Design for MIMO-OFDM Systems Joint Optimal Pilot Placement and Space Frequency (SF) Code Design for MIMO- Systems Saurav K. Bandyopadhyay W&W Communications Inc. 640 W. California Avenue Sunnyvale, CA 94086 USA Srinivas Prasad D.

More information

Performance of Quasi-Constant Envelope Phase Modulation through Nonlinear Radio Channels

Performance of Quasi-Constant Envelope Phase Modulation through Nonlinear Radio Channels Performance of Quasi-Constant Envelope Phase Modulation through Nonlinear Radio Channels Qi Lu, Qingchong Liu Electrical and Systems Engineering Department Oakland University Rochester, MI 48309 USA E-mail:

More information

Detecting Bridged Tap and Noise Interference in VDSL2 Access Networks using the JDSU SmartClass TPS

Detecting Bridged Tap and Noise Interference in VDSL2 Access Networks using the JDSU SmartClass TPS Application Note Detecting Bridged Tap and Noise Interference in VDSL2 Access Networks using the JDSU SmartClass TPS The JDSU SmartClass TPS tester is the ideal tool for technicians who install, troubleshoot,

More information

Broadband access. Nils Holte, NTNU. NTNU Department of Telecommunications Kursdagene ved NTNU, Digitale telenett, 9. januar 2002 1.

Broadband access. Nils Holte, NTNU. NTNU Department of Telecommunications Kursdagene ved NTNU, Digitale telenett, 9. januar 2002 1. Broadband access - properties of the copper network Nils Holte, Kursdagene ved, Digitale telenett, 9. januar 2002 1 Definition of broadband Overview Alternatives for fixed broadband access pair cable,

More information

HDSL Basics. HDSL Basics. Introduction. HDSL Overview

HDSL Basics. HDSL Basics. Introduction. HDSL Overview 1 Introduction Providing T1 service is a competitive race, and High-bit-rate Digital Subscriber Line () is quickly emerging as the ideal solution to remain a step ahead. Currently touted as repeaterless

More information

RF Network Analyzer Basics

RF Network Analyzer Basics RF Network Analyzer Basics A tutorial, information and overview about the basics of the RF Network Analyzer. What is a Network Analyzer and how to use them, to include the Scalar Network Analyzer (SNA),

More information

The Advantages of SOFDMA for WiMAX

The Advantages of SOFDMA for WiMAX The Advantages of SOFDMA for WiMAX Vladimir Bykovnikov Intel Corporation Abstract SOFDMA has several advantages when used in NLOS wireless networks. The paper outlines these advantages and shows the evolutionary

More information

Design of Bidirectional Coupling Circuit for Broadband Power-Line Communications

Design of Bidirectional Coupling Circuit for Broadband Power-Line Communications Journal of Electromagnetic Analysis and Applications, 2012, 4, 162-166 http://dx.doi.org/10.4236/jemaa.2012.44021 Published Online April 2012 (http://www.scirp.org/journal/jemaa) Design of Bidirectional

More information

ISI Mitigation in Image Data for Wireless Wideband Communications Receivers using Adjustment of Estimated Flat Fading Errors

ISI Mitigation in Image Data for Wireless Wideband Communications Receivers using Adjustment of Estimated Flat Fading Errors International Journal of Engineering and Management Research, Volume-3, Issue-3, June 2013 ISSN No.: 2250-0758 Pages: 24-29 www.ijemr.net ISI Mitigation in Image Data for Wireless Wideband Communications

More information

Harmonics and Noise in Photovoltaic (PV) Inverter and the Mitigation Strategies

Harmonics and Noise in Photovoltaic (PV) Inverter and the Mitigation Strategies Soonwook Hong, Ph. D. Michael Zuercher Martinson Harmonics and Noise in Photovoltaic (PV) Inverter and the Mitigation Strategies 1. Introduction PV inverters use semiconductor devices to transform the

More information

SC-FDMA and LTE Uplink Physical Layer Design

SC-FDMA and LTE Uplink Physical Layer Design Seminar Ausgewählte Kapitel der Nachrichtentechnik, WS 29/21 LTE: Der Mobilfunk der Zukunft SC-FDMA and LTE Uplink Physical Layer Design Burcu Hanta 2. December 29 Abstract The Long Term Evolution (LTE)

More information

Enhancing High-Speed Telecommunications Networks with FEC

Enhancing High-Speed Telecommunications Networks with FEC White Paper Enhancing High-Speed Telecommunications Networks with FEC As the demand for high-bandwidth telecommunications channels increases, service providers and equipment manufacturers must deliver

More information

THE BCS PROFESSIONAL EXAMINATIONS BCS Level 5 Diploma in IT. October 2009 EXAMINERS' REPORT. Computer Networks

THE BCS PROFESSIONAL EXAMINATIONS BCS Level 5 Diploma in IT. October 2009 EXAMINERS' REPORT. Computer Networks THE BCS PROFESSIONAL EXAMINATIONS BCS Level 5 Diploma in IT October 2009 EXAMINERS' REPORT Computer Networks General Comments The responses to questions were of marginally better quality than April 2009

More information

MIMO detector algorithms and their implementations for LTE/LTE-A

MIMO detector algorithms and their implementations for LTE/LTE-A GIGA seminar 11.01.2010 MIMO detector algorithms and their implementations for LTE/LTE-A Markus Myllylä and Johanna Ketonen 11.01.2010 2 Outline Introduction System model Detection in a MIMO-OFDM system

More information

An Analysis of Speed Drop in ADSL Lines in Sri Lanka

An Analysis of Speed Drop in ADSL Lines in Sri Lanka An Analysis of Speed Drop in ADSL Lines in Sri Lanka CPSY Dalpathadu # and PN Karunanayaka General Sir John Kotelawala Defence University, Ratmalana, Sri Lanka # sach.yamani@gmail.com Abstract: This paper

More information

Understanding CIC Compensation Filters

Understanding CIC Compensation Filters Understanding CIC Compensation Filters April 2007, ver. 1.0 Application Note 455 Introduction f The cascaded integrator-comb (CIC) filter is a class of hardware-efficient linear phase finite impulse response

More information

How PLL Performances Affect Wireless Systems

How PLL Performances Affect Wireless Systems May 2010 Issue: Tutorial Phase Locked Loop Systems Design for Wireless Infrastructure Applications Use of linear models of phase noise analysis in a closed loop to predict the baseline performance of various

More information

SECTION 2 TECHNICAL DESCRIPTION OF BPL SYSTEMS

SECTION 2 TECHNICAL DESCRIPTION OF BPL SYSTEMS SECTION 2 TECHNICAL DESCRIPTION OF SYSTEMS 2.1 INTRODUCTION Access equipment consists of injectors (also known as concentrators), repeaters, and extractors. injectors are tied to the backbone via fiber

More information

RF SYSTEM DESIGN OF TRANSCEIVERS FOR WIRELESS COMMUNICATIONS

RF SYSTEM DESIGN OF TRANSCEIVERS FOR WIRELESS COMMUNICATIONS RF SYSTEM DESIGN OF TRANSCEIVERS FOR WIRELESS COMMUNICATIONS RF SYSTEM DESIGN OF TRANSCEIVERS FOR WIRELESS COMMUNICATIONS Qizheng Gu Nokia Mobile Phones, Inc. Q - Springer Gu, Qizheng, 1936- RF system

More information

MODULATION Systems (part 1)

MODULATION Systems (part 1) Technologies and Services on Digital Broadcasting (8) MODULATION Systems (part ) "Technologies and Services of Digital Broadcasting" (in Japanese, ISBN4-339-62-2) is published by CORONA publishing co.,

More information

Next Generation of High Speed. Modems8

Next Generation of High Speed. Modems8 Next Generation of High Speed Modems High Speed Modems. 1 Traditional Modems Assume both ends have Analog connection Analog signals are converted to Digital and back again. Limits transmission speed to

More information

Introduction to FM-Stereo-RDS Modulation

Introduction to FM-Stereo-RDS Modulation Introduction to FM-Stereo-RDS Modulation Ge, Liang Tan, EK Kelly, Joe Verigy, China Verigy, Singapore Verigy US 1. Introduction Frequency modulation (FM) has a long history of its application and is widely

More information

PAPR Reduction for 3FPP LTE OFDMA System

PAPR Reduction for 3FPP LTE OFDMA System Universal Journal of Communications and Network 1(1): -6, 013 DOI: 10.13189/ujcn.013.010104 http://www.hrpub.org PAPR Reduction for 3FPP LTE OFDMA System D.M. Motiur Rahaman Rajshahi University of Engineering

More information

Implementing an In-Service, Non- Intrusive Measurement Device in Telecommunication Networks Using the TMS320C31

Implementing an In-Service, Non- Intrusive Measurement Device in Telecommunication Networks Using the TMS320C31 Disclaimer: This document was part of the First European DSP Education and Research Conference. It may have been written by someone whose native language is not English. TI assumes no liability for the

More information

Adjacent Channel Interference. Adaptive Modulation and Coding. Advanced Mobile Phone System. Automatic Repeat Request. Additive White Gaussian Noise

Adjacent Channel Interference. Adaptive Modulation and Coding. Advanced Mobile Phone System. Automatic Repeat Request. Additive White Gaussian Noise Apéndice A. Lista de s ACI AM AMC AMPS ARQ AWGN BB BER BPSK BPF BW CCK CD CDMA CDPD COFDM CRL CSI CWTS Adjacent Channel Interference Amplitude Modulation Adaptive Modulation and Coding Advanced Mobile

More information

XDSL TECHNIQUES FOR POWER LINE COMMUNICATIONS

XDSL TECHNIQUES FOR POWER LINE COMMUNICATIONS XDSL TECHNIQUES FOR POWER LINE COMMUNICATIONS Costas Assimakopoulos*, P.L. Katsis*, F.-N. Pavlidou*, Danilo Obradovic**, Milorad Obradovic** Abstract *Aristotle University of Thessaloniki Dept. of Elec.

More information

Optimal Signaling Strategies for Symmetric and Asymmetric Bit-Rate Communication Services in the Presence of Crosstalk

Optimal Signaling Strategies for Symmetric and Asymmetric Bit-Rate Communication Services in the Presence of Crosstalk Optimal Signaling Strategies for Symmetric and Asymmetric Bit-Rate Communication Services in the Presence of Crosstalk Rohit V. Gaikwad and Richard G. Baraniuk ECE Technical Report #991 Rice University

More information

Line Simulator (LiSi) for Asymmetric and Very High-Speed Digital Subscriber Line

Line Simulator (LiSi) for Asymmetric and Very High-Speed Digital Subscriber Line Line Simulator (LiSi) for Asymmetric and Very High-Speed Digital Subscriber Line Nikolaos Choulakis, Research Masters in Telecommunications, University College London Abstract: A brief introduction describing

More information

Introduction to Wireless LAN Measurements

Introduction to Wireless LAN Measurements Introduction to Wireless LAN Measurements Introduction to Wireless LAN Measurements 1 Table of Contents 1. History of Wireless LAN... 3 2. WLAN Physical Layer Characteristics... 5 Bands and Channels...5

More information

Continuous-Time Converter Architectures for Integrated Audio Processors: By Brian Trotter, Cirrus Logic, Inc. September 2008

Continuous-Time Converter Architectures for Integrated Audio Processors: By Brian Trotter, Cirrus Logic, Inc. September 2008 Continuous-Time Converter Architectures for Integrated Audio Processors: By Brian Trotter, Cirrus Logic, Inc. September 2008 As consumer electronics devices continue to both decrease in size and increase

More information

Maximizing Receiver Dynamic Range for Spectrum Monitoring

Maximizing Receiver Dynamic Range for Spectrum Monitoring Home Maximizing Receiver Dynamic Range for Spectrum Monitoring Brian Avenell, National Instruments Corp., Austin, TX October 15, 2012 As consumers continue to demand more data wirelessly through mobile

More information

Pilot-assisted Channel Estimation Without Feedback for Bi-directional Broadband ANC

Pilot-assisted Channel Estimation Without Feedback for Bi-directional Broadband ANC 2011 17th Asia-Pacific Conference on Communications APCC) 2nd 5th October 2011 Sutera Harbour Resort, Kota Kinabalu, Sabah, Malaysia Pilot-assisted Channel Estimation Without Feedback for Bi-directional

More information

Performance of Multicast MISO-OFDM Systems

Performance of Multicast MISO-OFDM Systems Performance of Multicast MISO-OFDM Systems Didier Le Ruyet Electronics and Communications Lab CNAM, 292 rue Saint Martin 75141, Paris, France Email: leruyet@cnamfr Berna Özbek Electrical and Electronics

More information