Dynamic precision scaling for low power WCDMA receiver

Size: px
Start display at page:

Download "Dynamic precision scaling for low power WCDMA receiver"

Transcription

1 Dynamic precision scaling for low power WCDMA receiver H.-N. Nguyen D. Menard O. Sentieys IRISA/INRIA, University of Rennes 1 6 rue de Kerampont F Lannion, France hai-nam.nguyen@irisa.fr, menard@irisa.fr, sentieys@irisa.fr ISCAS 2009

2 1 Introduction 2 Dynamic Precision Scaling 3 Energy reduction with DPS on a WCDMA receiver 4 Conclusions H.-N. Nguyen, D. Menard, O. Sentieys Dynamic precision scaling 2/22

3 Outline 1 Introduction 2 Dynamic Precision Scaling 3 Energy reduction with DPS on a WCDMA receiver 4 Conclusions H.-N. Nguyen, D. Menard, O. Sentieys Dynamic precision scaling 3/22

4 Introduction Wireless communications one of the most important domains for Digital Signal Processing (DSP) applications New and high datarate services: complexity growth of baseband digital part Energy-efficient implementations are required Fixed-point architectures are preferred for implementation Energy reduction by adaptation of word-length and fixed-point representation of the data H.-N. Nguyen, D. Menard, O. Sentieys Dynamic precision scaling 4/22

5 State of the art Energy consumption reduction by fixed-point adaptation: Multi-mode applications In the Wi-Fi standard (802.11n): different modes (modulation scheme, coding rate) are proposed Each mode has a specific fixed-point specification Average energy consumption can be decreased by a factor of three [Novo08] Word-length reduction as a function of observed error rate OFDM demodulator with word-length search symbols inserted in the frame Run-time adaptation of operator word-length according to errors observed at the system output [Yosh06] Between 24% and 32% of energy saving H.-N. Nguyen, D. Menard, O. Sentieys Dynamic precision scaling 5/22

6 Our approach Fixed-point adaptation inside one mode: Modulation scheme and data rate are fixed Fixed-point specification is adapted according to external environment conditions External parameters are estimated inside a standard system Applied in this paper to a WCDMA Rake Receiver H.-N. Nguyen, D. Menard, O. Sentieys Dynamic precision scaling 6/22

7 Outline 1 Introduction 2 Dynamic Precision Scaling 3 Energy reduction with DPS on a WCDMA receiver 4 Conclusions H.-N. Nguyen, D. Menard, O. Sentieys Dynamic precision scaling 7/22

8 Principle of Dynamic Precision Scaling (DPS) Principle: Switch between different fixed-point specifications (determined at the design-time) System inputs System System outputs Adaptation at run-time according to an external parameter p In the case of WCDMA receiver: f fp ( p) Fixed-point specification selection SNR is used as external parameter p Metric p measurement SNR is determined by the help of control frames (DPCCH) H.-N. Nguyen, D. Menard, O. Sentieys Dynamic precision scaling 8/22

9 Architecture for DPS Programmable or reconfigurable architectures Flexible operators which support different word-lengths (WL) e.g. multiplier: 9, 11, 14 and 16 bits [Bhard00] Sub-Word Parallelism (SWP) operators: number of operations executed in parallel depends on the operand WL N bits N/2 x1 x0 y1 y0 N bits N/2 x1 x0 y1 y0 ± x x 0 y1 1 y 1 x 1± y 1 x 0 ± y1 2N bits N bits Power consumption models of these operators H.-N. Nguyen, D. Menard, O. Sentieys Dynamic precision scaling 9/22

10 Outline 1 Introduction 2 Dynamic Precision Scaling 3 Energy reduction with DPS on a WCDMA receiver 4 Conclusions H.-N. Nguyen, D. Menard, O. Sentieys Dynamic precision scaling 10/22

11 WCDMA standard WCDMA is a standard for 3G cellular networks Based on DS-CDMA (Direct Sequence CDMA) technology Channelization codes C ch Scrambling codes C G Two main modules Path Searcher: to find the delays of the different paths Rake Receiver: to maximize the received signal energy in the multipath channels H.-N. Nguyen, D. Menard, O. Sentieys Dynamic precision scaling 11/22

12 Rake Receiver s 1(n) s(n) z 2 4 cch,q(n) SF SF cg(n) s4(k) z SF 1 SF s 2(n) dc.ref(k) c ch,i(n) cch,q(n) s5(k) SF acci 1 acc SF Sout + SF accq 1 SF ˆαi Symbol decoder FIR2 FIR2 Channel estimation Rake Receiver estimates symbols in different paths and combines them Channel estimation by pilot symbols in DPCCH Correlation process amplifies the useful signal Decision taken by combination of different fingers H.-N. Nguyen, D. Menard, O. Sentieys Dynamic precision scaling 12/22

13 Fixed-point conversion process 1 Fixed-point data on b bits: integer plus fractional word-lengths 2 Integer word-length determination Estimates the dynamic range to guarantee no overflow Determines the minimal integer word-length through dynamic range 3 Fractional word-length determination Determines the accuracy constraint (according to the performance) Optimizes the energy consumption under accuracy constraint (word-length optimization) H.-N. Nguyen, D. Menard, O. Sentieys Dynamic precision scaling 13/22

14 Dynamic range estimation Input signal s(n) = Rx k = α k Tx ( τk ) + ni k Input signal is normalized into [ 1, 1] Considering noise plus interference ni k gaussian with variance σ 2, normalization is processed by dividing s(n) by 1 + 3σ After normalization, useful signal power: ( 1 1+3σ )2 Only the useful signal is considered when estimating range after accumulation H.-N. Nguyen, D. Menard, O. Sentieys Dynamic precision scaling 14/22

15 Dynamic range estimation (2) acc (analytical) Range (log2) 0 2 acc (simulation) 4 output signal 6 8 acc (simulation) acc (analytical) Sout (analytical) E /N (db) b 0 Range depends on E b /N 0 : difference of 3 4 bits between 0 db and 25 db (for acc) H.-N. Nguyen, D. Menard, O. Sentieys Dynamic precision scaling 15/22

16 Accuracy constraint determination Performance criterion: BER 0 BER Pnq (WL) (1 + ɛ)ber 0 (1) Fixed-point accuracy criterion: P nq (WL) P nqmax (2) P nq (WL): quantization noise power for a given WL P nqmax : accuracy constraint Obtained from the desired performances [Menard07] BER 0 : reference Bit Error Rate (floating-point) H.-N. Nguyen, D. Menard, O. Sentieys Dynamic precision scaling 16/22

17 Accuracy constraint determination (2) 30 Psout Pnout Pnq,max output signal Power (db) output noise output quantization noise Eb/No (db) P sout : power level of desired signal s out; P nout : noise power n out at output H.-N. Nguyen, D. Menard, O. Sentieys Dynamic precision scaling 17/22

18 Energy consumption optimizations Word-length optimization under accuracy constraint: min Energy(WL) with P nq P nqmax x Energy consumption (J) Eb/No (db) Savings of 40% energy consumption between 0 db 25 db H.-N. Nguyen, D. Menard, O. Sentieys Dynamic precision scaling 18/22

19 Outline 1 Introduction 2 Dynamic Precision Scaling 3 Energy reduction with DPS on a WCDMA receiver 4 Conclusions H.-N. Nguyen, D. Menard, O. Sentieys Dynamic precision scaling 19/22

20 Conclusions We have addressed: Concept of energy consumption reduction by adapting the fixed-point specification Up to 40% energy savings in WCDMA Rake receiver with DPS Future works: Adaption between different data rates/spreading factors Other wireless communication systems H.-N. Nguyen, D. Menard, O. Sentieys Dynamic precision scaling 20/22

21 Bibliography M. Bhardwaj, R. Min, and A. Chandrakasan. Power-aware systems. In Proc. 34th Asilomar Conference on Signals, Systems and Computers (ACSSC 00), pages , December D. Menard, R. Serizel, R. Rocher, and O. Sentieys. Noise model for Accuracy Constraint Determination in Fixed-Point Systems. In Proc. Workshop on Design and Architectures for Signal and Image Processing (DASIP 07), pages 31 36, November D. Novo, B. Bougard, A. Lambrechts, L. Van der Perre, and F. Catthoor. Scenario-based fixed-point data format refinement to enable energy-scalable software defined radios. In Proc. Design, Automation and Test in Europe (DATE 08), pages , March S. Yoshizawa and Y. Miyanaga. Tunable word length architecture for low power wireless OFDM demodulator. In Proc IEEE International Symposium on Circuits and Systems (ISCAS 06), pages , May H.-N. Nguyen, D. Menard, O. Sentieys Dynamic precision scaling 21/22

22 Thank You H.-N. Nguyen, D. Menard, O. Sentieys Dynamic precision scaling 22/22

Computational Complexity of Multiuser. Receivers in DS-CDMA Systems. Syed Rizvi. Department of Electrical & Computer Engineering

Computational Complexity of Multiuser. Receivers in DS-CDMA Systems. Syed Rizvi. Department of Electrical & Computer Engineering Computational Complexity of Multiuser Receivers in DS-CDMA Systems Digital Signal Processing (DSP)-I Fall 2004 By Syed Rizvi Department of Electrical & Computer Engineering Old Dominion University Outline

More information

About Homework. The rest parts of the course: focus on popular standards like GSM, WCDMA, etc.

About Homework. The rest parts of the course: focus on popular standards like GSM, WCDMA, etc. About Homework The rest parts of the course: focus on popular standards like GSM, WCDMA, etc. Good news: No complicated mathematics and calculations! Concepts: Understanding and remember! Homework: review

More information

Design of Adjustable Reconfigurable Wireless Single Core

Design of Adjustable Reconfigurable Wireless Single Core IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735. Volume 6, Issue 2 (May. - Jun. 2013), PP 51-55 Design of Adjustable Reconfigurable Wireless Single

More information

Transforming MIMO Test

Transforming MIMO Test Transforming MIMO Test MIMO channel modeling and emulation test challenges Presented by: Kevin Bertlin PXB Product Engineer Page 1 Outline Wireless Technologies Review Multipath Fading and Antenna Diversity

More information

Field Experiments of 2.5 Gbit/s High-Speed Packet Transmission Using MIMO OFDM Broadband Packet Radio Access

Field Experiments of 2.5 Gbit/s High-Speed Packet Transmission Using MIMO OFDM Broadband Packet Radio Access NTT DoCoMo Technical Journal Vol. 8 No.1 Field Experiments of 2.5 Gbit/s High-Speed Packet Transmission Using MIMO OFDM Broadband Packet Radio Access Kenichi Higuchi and Hidekazu Taoka A maximum throughput

More information

Orthogonal Frequency Division Multiplexing (OFDM) based Uplink Multiple Access Method over AWGN and Fading Channels

Orthogonal Frequency Division Multiplexing (OFDM) based Uplink Multiple Access Method over AWGN and Fading Channels Orthogonal Frequency Division Multiplexing (OFDM) based Uplink Multiple Access Method over AWGN and Fading Channels Prashanth G S 1 1Department of ECE, JNNCE, Shivamogga ---------------------------------------------------------------------***----------------------------------------------------------------------

More information

Testing c2k Mobile Stations Using a Digitally Generated Faded Signal

Testing c2k Mobile Stations Using a Digitally Generated Faded Signal Testing c2k Mobile Stations Using a Digitally Generated Faded Signal Agenda Overview of Presentation Fading Overview Mitigation Test Methods Agenda Fading Presentation Fading Overview Mitigation Test Methods

More information

OFDM and MC-CDMA A Primer

OFDM and MC-CDMA A Primer OFDM and MC-CDMA A Primer L. Hanzo University of Southampton, UK T. Keller Analog Devices Ltd., Cambridge, UK IEEE PRESS IEEE Communications Society, Sponsor John Wiley & Sons, Ltd Contents About the Authors

More information

Evaluation of Code Division Multiplexing on Power Line Communication

Evaluation of Code Division Multiplexing on Power Line Communication Evaluation of Code Division Multiplexing on Power Line Communication Adriano Favaro and Eduardo Parente Ribeiro Department of Electrical Engineering, Federal University of Parana CP 90, CEP 853-970 - Curitiba,

More information

Multipath signal Detection in CDMA System

Multipath signal Detection in CDMA System Chapter 4 Multipath signal Detection in CDMA System Chapter 3 presented the implementation of CDMA test bed for wireless communication link. This test bed simulates a Code Division Multiple Access (CDMA)

More information

Exam 3 is two weeks from today. Today s is the final lecture that will be included on the exam.

Exam 3 is two weeks from today. Today s is the final lecture that will be included on the exam. ECE 5325/6325: Wireless Communication Systems Lecture Notes, Spring 2010 Lecture 19 Today: (1) Diversity Exam 3 is two weeks from today. Today s is the final lecture that will be included on the exam.

More information

CDMA Receivers for High Spectral Utilization MPRG

CDMA Receivers for High Spectral Utilization MPRG CDMA Receivers for High Spectral Utilization 19 Types of CDMA Receivers Conventional Single User Receivers Multiuser Receivers 20 Why Use Advanced Receivers? CDMA is interference limited CDMA subject to

More information

Lecture 3 Cellular Systems

Lecture 3 Cellular Systems Lecture 3 Cellular Systems I-Hsiang Wang ihwang@ntu.edu.tw 3/13, 2014 Cellular Systems: Additional Challenges So far: focus on point-to-point communication In a cellular system (network), additional issues

More information

Cooperative MIMO schemes optimal selection for wireless sensor networks

Cooperative MIMO schemes optimal selection for wireless sensor networks Cooperative MIMO schemes optimal selection for wireless sensor networks Tuan-Duc Nguyen, Olivier Berder and Olivier Sentieys IRISA Ecole Nationale Supérieure de Sciences Appliquées et de Technologie 5,

More information

A Simulation Tool for Third Generation CDMA Systems Presentation to IEEE Sarnoff Symposium

A Simulation Tool for Third Generation CDMA Systems Presentation to IEEE Sarnoff Symposium A Simulation Tool for Third Generation CDMA Systems Presentation to IEEE Sarnoff Symposium March 22, 2000 Fakhrul Alam, William Tranter, Brian Woerner Mobile and Portable Radio Research Group () e-mail:

More information

BER Estimation for wireless links using BPSK/QPSK modulation

BER Estimation for wireless links using BPSK/QPSK modulation BER Estimation for wireless links using BPSK/QPSK modulation Lodewijk T. Smit, Gerard J.M. Smit and Johann L. Hurink Department of Electrical Engineering, Mathematics & Computer Science, University of

More information

Performance Evaluation of the VBLAST Algorithm in W-CDMA Systems

Performance Evaluation of the VBLAST Algorithm in W-CDMA Systems erformance Evaluation of the VBLAST Algorithm in W-CDMA Systems Dragan Samardzija, eter Wolniansky, Jonathan Ling Wireless Research Laboratory, Bell Labs, Lucent Technologies, 79 Holmdel-Keyport Road,

More information

The BER Evaluation of UMTS under Static Propagation Conditions

The BER Evaluation of UMTS under Static Propagation Conditions Proceedings of the 5th WSEAS Int. Conf. on System Science and Simulation in Engineering, Tenerife, Canary Islands, Spain, December 16-18, 2006 310 The BER Evaluation of UMTS under Static Propagation Conditions

More information

Chapter 0 Outline. NCCU Wireless Comm. Lab

Chapter 0 Outline. NCCU Wireless Comm. Lab Chapter 0 Outline Chapter 1 1 Introduction to Orthogonal Frequency Division Multiplexing (OFDM) Technique 1.1 The History of OFDM 1.2 OFDM and Multicarrier Transmission 1.3 The Applications of OFDM 2 Chapter

More information

Linear MMSE detection technique for MC-CDMA

Linear MMSE detection technique for MC-CDMA Linear MMSE detection technique for MC-CDMA Jean-François Hélard, Jean-Yves Baudais, Jacques Citerne o cite this version: Jean-François Hélard, Jean-Yves Baudais, Jacques Citerne. Linear MMSE detection

More information

SPREADING SEQUENCES SELECTION FOR UPLINK AND DOWNLINK MC-CDMA SYSTEMS

SPREADING SEQUENCES SELECTION FOR UPLINK AND DOWNLINK MC-CDMA SYSTEMS SPREADING SEQUENCES SELECTION FOR UPLINK AND DOWNLINK MC-CDMA SYSTEMS S. NOBILET, J-F. HELARD, D. MOTTIER INSA/ LCST avenue des Buttes de Coësmes, RENNES FRANCE Mitsubishi Electric ITE 8 avenue des Buttes

More information

A Hybrid Synchronization Technique for the Frequency Offset Correction in OFDM

A Hybrid Synchronization Technique for the Frequency Offset Correction in OFDM A Hybrid Synchronization Technique for the Frequency Offset Correction in OFDM Sameer S. M Department of Electronics and Electrical Communication Engineering Indian Institute of Technology Kharagpur West

More information

ABHELSINKI UNIVERSITY OF TECHNOLOGY

ABHELSINKI UNIVERSITY OF TECHNOLOGY CDMA receiver algorithms 14.2.2006 Tommi Koivisto tommi.koivisto@tkk.fi CDMA receiver algorithms 1 Introduction Outline CDMA signaling Receiver design considerations Synchronization RAKE receiver Multi-user

More information

Wireless Communication: Concepts, Techniques, and Models. Hongwei Zhang

Wireless Communication: Concepts, Techniques, and Models. Hongwei Zhang Wireless Communication: Concepts, Techniques, and Models Hongwei Zhang http://www.cs.wayne.edu/~hzhang Outline Digital communication over radio channels Channel capacity MIMO: diversity and parallel channels

More information

Design and Implementation of a WCDMA Uplink Baseband Receiver IC

Design and Implementation of a WCDMA Uplink Baseband Receiver IC Design and Implementation of a WCDMA Uplink Baseband Receiver IC ( 馬席彬 ) Assistant Professor Department of Electrical Engineering National Tsing Hua University Feb. 12, 2004 Outline Design Flow Architecture

More information

Orthogonal Cyclic Prefix for Time Synchronization in MIMO-OFDM

Orthogonal Cyclic Prefix for Time Synchronization in MIMO-OFDM Orthogonal Cyclic Prefix for Time Synchronization in MIMO-OFDM Gajanan R. Gaurshetti & Sanjay V. Khobragade Dr. Babasaheb Ambedkar Technological University, Lonere E-mail : gaurshetty@gmail.com, svk2305@gmail.com

More information

Simulated BER Performance of, and Initial Hardware Results from, the Uplink in the U.K. LINK-CDMA Testbed

Simulated BER Performance of, and Initial Hardware Results from, the Uplink in the U.K. LINK-CDMA Testbed Simulated BER Performance of, and Initial Hardware Results from, the Uplink in the U.K. LINK-CDMA Testbed J.T.E. McDonnell1, A.H. Kemp2, J.P. Aldis3, T.A. Wilkinson1, S.K. Barton2,4 1Mobile Communications

More information

Revision of Wireless Channel

Revision of Wireless Channel Revision of Wireless Channel Quick recap system block diagram CODEC MODEM Wireless Channel Previous three lectures looked into wireless mobile channels To understand mobile communication technologies,

More information

The Impact of Imperfect One Bit Per Subcarrier Channel State Information Feedback on Adaptive OFDM Wireless Communication Systems

The Impact of Imperfect One Bit Per Subcarrier Channel State Information Feedback on Adaptive OFDM Wireless Communication Systems The Impact of Imperfect One Bit Per Subcarrier Channel State Information Feedback on Adaptive OFDM Wireless Communication Systems Yue Rong Sergiy A. Vorobyov Dept. of Communication Systems University of

More information

SPLIT MLSE ADAPTIVE EQUALIZATION IN SEVERELY FADED RAYLEIGH MIMO CHANNELS

SPLIT MLSE ADAPTIVE EQUALIZATION IN SEVERELY FADED RAYLEIGH MIMO CHANNELS SPLIT MLSE ADAPTIVE EQUALIZATION IN SEVERELY FADED RAYLEIGH MIMO CHANNELS RASHMI SABNUAM GUPTA 1 & KANDARPA KUMAR SARMA 2 1 Department of Electronics and Communication Engineering, Tezpur University-784028,

More information

Wireless Communication Systems: Implementation perspective

Wireless Communication Systems: Implementation perspective Wireless Communication Systems: Implementation perspective Course aims To provide an introduction to wireless communications models with an emphasis on real-life systems To investigate a major wireless

More information

Merging Propagation Physics, Theory and Hardware in Wireless. Ada Poon

Merging Propagation Physics, Theory and Hardware in Wireless. Ada Poon HKUST January 3, 2007 Merging Propagation Physics, Theory and Hardware in Wireless Ada Poon University of Illinois at Urbana-Champaign Outline Multiple-antenna (MIMO) channels Human body wireless channels

More information

Communications Theory and Engineering

Communications Theory and Engineering Communications Theory and Engineering Master's Degree in Electronic Engineering Sapienza University of Rome A.A. 2018-2019 TDMA, FDMA, CDMA (cont d) and the Capacity of multi-user channels Code Division

More information

Reducing dynamic power consumption in next generation DS-CDMA mobile communication receivers

Reducing dynamic power consumption in next generation DS-CDMA mobile communication receivers Reducing dynamic power consumption in next generation DS-CDMA mobile communication receivers Vikram Chandrasekhar, Frank Livingston, Joseph Cavallaro Rice University Department of Electrical and Computer

More information

Soft Cyclic Delay Diversity and its Performance for DVB-T in Ricean Channels

Soft Cyclic Delay Diversity and its Performance for DVB-T in Ricean Channels Copyright Notice c 27 IEEE. Personal use of this material is permitted. However, permission to reprint/republish this material for advertising or promotional purposes or for creating new collective works

More information

EE 382C Literature Survey. Adaptive Power Control Module in Cellular Radio System. Jianhua Gan. Abstract

EE 382C Literature Survey. Adaptive Power Control Module in Cellular Radio System. Jianhua Gan. Abstract EE 382C Literature Survey Adaptive Power Control Module in Cellular Radio System Jianhua Gan Abstract Several power control methods in cellular radio system are reviewed. Adaptive power control scheme

More information

MITIGATING CARRIER FREQUENCY OFFSET USING NULL SUBCARRIERS

MITIGATING CARRIER FREQUENCY OFFSET USING NULL SUBCARRIERS International Journal on Intelligent Electronic System, Vol. 8 No.. July 0 6 MITIGATING CARRIER FREQUENCY OFFSET USING NULL SUBCARRIERS Abstract Nisharani S N, Rajadurai C &, Department of ECE, Fatima

More information

SNR Performance Analysis of Rake Receiver for WCDMA

SNR Performance Analysis of Rake Receiver for WCDMA International Journal of Computational Engineering & Management, Vol. 15 Issue 2, March 2012 www..org SNR Performance Analysis of Rake Receiver for WCDMA 62 Nikhil B. Patel 1 and K. R. Parmar 2 1 Electronics

More information

ALi Linear n-stage t ShiftRegister output tsequence

ALi Linear n-stage t ShiftRegister output tsequence PN CODE GENERATION (cont d) ALi Linear n-stage t ShiftRegister output tsequence Modulo-2 Adder h hn-1 h hn-2 h h2 h h1 X n-1 X n-2 X 1 X 0 Output Note: hi=1 represents a closed circuit; hi=0 represents

More information

A Novel SINR Estimation Scheme for WCDMA Receivers

A Novel SINR Estimation Scheme for WCDMA Receivers 1 A Novel SINR Estimation Scheme for WCDMA Receivers Venkateswara Rao M 1 R. David Koilpillai 2 1 Flextronics Software Systems, Bangalore 2 Department of Electrical Engineering, IIT Madras, Chennai - 36.

More information

Required Background (You must satisfy All of the following requirements ) BSEE GPA>3 for technical Courses

Required Background (You must satisfy All of the following requirements ) BSEE GPA>3 for technical Courses Syllabus of EL6033 Grading Policy Midterm Exam: 35% Final Exam: 35% Homework and Class Participation (email discussions): 30% Required Background (You must satisfy All of the following requirements ) BSEE

More information

MC CDMA PAPR Reduction Using Discrete Logarithmic Method

MC CDMA PAPR Reduction Using Discrete Logarithmic Method International Journal of Engineering Research and Development ISSN: 2278-067X, Volume 1, Issue 4 (June 2012), PP.38-43 www.ijerd.com MC CDMA PAPR Reduction Using Discrete Logarithmic Method B.Sarala 1,

More information

Orthogonal Frequency Domain Multiplexing

Orthogonal Frequency Domain Multiplexing Chapter 19 Orthogonal Frequency Domain Multiplexing 450 Contents Principle and motivation Analogue and digital implementation Frequency-selective channels: cyclic prefix Channel estimation Peak-to-average

More information

Local Oscillators Phase Noise Cancellation Methods

Local Oscillators Phase Noise Cancellation Methods IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834, p- ISSN: 2278-8735. Volume 5, Issue 1 (Jan. - Feb. 2013), PP 19-24 Local Oscillators Phase Noise Cancellation Methods

More information

Part 3. Multiple Access Methods. p. 1 ELEC6040 Mobile Radio Communications, Dept. of E.E.E., HKU

Part 3. Multiple Access Methods. p. 1 ELEC6040 Mobile Radio Communications, Dept. of E.E.E., HKU Part 3. Multiple Access Methods p. 1 ELEC6040 Mobile Radio Communications, Dept. of E.E.E., HKU Review of Multiple Access Methods Aim of multiple access To simultaneously support communications between

More information

Lecture #2. EE 471C / EE 381K-17 Wireless Communication Lab. Professor Robert W. Heath Jr.

Lecture #2. EE 471C / EE 381K-17 Wireless Communication Lab. Professor Robert W. Heath Jr. Lecture #2 EE 471C / EE 381K-17 Wireless Communication Lab Professor Robert W. Heath Jr. Preview of today s lecture u Introduction to digital communication u Components of a digital communication system

More information

Interference Reduction in Overlaid WCDMA and TDMA Systems

Interference Reduction in Overlaid WCDMA and TDMA Systems JOURNAL OF NETWORKS, VOL. 6, NO. 4, APRIL 2011 587 Interference Reduction in Overlaid WCDMA and TDMA Systems Maan A. S. Al-Adwany 1 & Amin M. Abbosh 2 1 University of Mosul/ College of Electronics Eng.,

More information

Lecture 10 Performance of Communication System: Bit Error Rate (BER) EE4900/EE6720 Digital Communications

Lecture 10 Performance of Communication System: Bit Error Rate (BER) EE4900/EE6720 Digital Communications EE4900/EE6720: Digital Communications 1 Lecture 10 Performance of Communication System: Bit Error Rate (BER) Block Diagrams of Communication System Digital Communication System 2 Informatio n (sound, video,

More information

DESIGN AND ANALYSIS OF DS-CDMA DETECTED MULTIPATH SIGNALS USING THE RAKE RECEIVER SIMULATOR FOR WIRELESS COMMUNICATION.

DESIGN AND ANALYSIS OF DS-CDMA DETECTED MULTIPATH SIGNALS USING THE RAKE RECEIVER SIMULATOR FOR WIRELESS COMMUNICATION. International Journal of Computational Engineering Research Vol, 03 Issue, 7 DESIGN AND ANALYSIS OF DS-CDMA DETECTED MULTIPATH SIGNALS USING THE RAKE RECEIVER SIMULATOR FOR WIRELESS COMMUNICATION. 1, Parisae.Veera

More information

Efficient Diversity Technique for Hybrid Narrowband-Powerline/Wireless Smart Grid Communications

Efficient Diversity Technique for Hybrid Narrowband-Powerline/Wireless Smart Grid Communications Efficient Diversity Technique for Hybrid Narrowband-Powerline/Wireless Smart Grid Communications Mostafa Sayed, and Naofal Al-Dhahir University of Texas at Dallas Ghadi Sebaali, and Brian L. Evans, University

More information

An FPGA Based Low Power Multiplier for FFT in OFDM Systems Using Precomputations

An FPGA Based Low Power Multiplier for FFT in OFDM Systems Using Precomputations An FPGA Based Low Power Multiplier for FFT in OFDM Systems Using Precomputations Mokhtar Aboelaze Dept of Electrical Engineering and Computer Science Lassonde School of Engineering York University Toronto

More information

CDMA Technology. Pr. S.Flament Pr. Dr. W.Skupin On line Course on CDMA Technology

CDMA Technology. Pr. S.Flament   Pr. Dr. W.Skupin   On line Course on CDMA Technology CDMA Technology Pr. Dr. W.Skupin www.htwg-konstanz.de Pr. S.Flament www.greyc.fr/user/99 On line Course on CDMA Technology CDMA Technology : Introduction to spread spectrum technology CDMA / DS : Principle

More information

OFDM system: Discrete model Spectral efficiency Characteristics. OFDM based multiple access schemes. OFDM sensitivity to synchronization errors

OFDM system: Discrete model Spectral efficiency Characteristics. OFDM based multiple access schemes. OFDM sensitivity to synchronization errors Introduction - Motivation OFDM system: Discrete model Spectral efficiency Characteristics OFDM based multiple access schemes OFDM sensitivity to synchronization errors 4 OFDM system Main idea: to divide

More information

Performance of Smart Antennas with Adaptive Combining at Handsets for the 3GPP WCDMA System

Performance of Smart Antennas with Adaptive Combining at Handsets for the 3GPP WCDMA System Performance of Smart Antennas with Adaptive Combining at Handsets for the 3GPP WCDMA System Suk Won Kim, Dong Sam Ha, Jeong Ho Kim, and Jung Hwan Kim 3 VTVT (Virginia Tech VLSI for Telecommunications)

More information

Transmit Diversity Schemes for CDMA-2000

Transmit Diversity Schemes for CDMA-2000 1 of 5 Transmit Diversity Schemes for CDMA-2000 Dinesh Rajan Rice University 6100 Main St. Houston, TX 77005 dinesh@rice.edu Steven D. Gray Nokia Research Center 6000, Connection Dr. Irving, TX 75240 steven.gray@nokia.com

More information

Bit Error Rate Performance Evaluation of Various Modulation Techniques with Forward Error Correction Coding of WiMAX

Bit Error Rate Performance Evaluation of Various Modulation Techniques with Forward Error Correction Coding of WiMAX Bit Error Rate Performance Evaluation of Various Modulation Techniques with Forward Error Correction Coding of WiMAX Amr Shehab Amin 37-20200 Abdelrahman Taha 31-2796 Yahia Mobasher 28-11691 Mohamed Yasser

More information

FPGA Simulation of WCDMA Baseband Receiver Carrier Synchronization Unit

FPGA Simulation of WCDMA Baseband Receiver Carrier Synchronization Unit FPGA Simulation of WCDMA Baseband Receiver Carrier Synchronization Unit Sujatha E 1, Dr. C Subhas 2 Assistant professor, Dept. of EConE, Sree Vidyanikethan Engineering College, Tirupati, A.P, India 1 Professor,

More information

FIR System Specification

FIR System Specification Design Automation for Digital Filters 1 FIR System Specification 1-δ 1 Amplitude f 2 Frequency response determined by coefficient quantization δ 2 SNR = 10log E f 1 2 E( yref ) ( y y ) ( ) 2 ref finite

More information

Optimum Power Allocation in Cooperative Networks

Optimum Power Allocation in Cooperative Networks Optimum Power Allocation in Cooperative Networks Jaime Adeane, Miguel R.D. Rodrigues, and Ian J. Wassell Laboratory for Communication Engineering Department of Engineering University of Cambridge 5 JJ

More information

Project: IEEE P Working Group for Wireless Personal Area Networks (WPANs)

Project: IEEE P Working Group for Wireless Personal Area Networks (WPANs) Project: IEEE P802.15 Working Group for Wireless Personal Area Networks (WPANs) Title: Link Level Simulations of THz-Communications Date Submitted: 15 July, 2013 Source: Sebastian Rey, Technische Universität

More information

Effect of Imperfect Channel Estimation on Transmit Diversity in CDMA Systems. Xiangyang Wang and Jiangzhou Wang, Senior Member, IEEE

Effect of Imperfect Channel Estimation on Transmit Diversity in CDMA Systems. Xiangyang Wang and Jiangzhou Wang, Senior Member, IEEE 1400 IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 53, NO. 5, SEPTEMBER 2004 Effect of Imperfect Channel Estimation on Transmit Diversity in CDMA Systems Xiangyang Wang and Jiangzhou Wang, Senior Member,

More information

Some Fundamental Limitations for Cognitive Radio

Some Fundamental Limitations for Cognitive Radio Some Fundamental Limitations for Cognitive Radio Anant Sahai Wireless Foundations, UCB EECS sahai@eecs.berkeley.edu Joint work with Niels Hoven and Rahul Tandra Work supported by the NSF ITR program Outline

More information

Spread Spectrum Basics Spreading Codes IS-95 Features- Transmitter/Receiver Power Control Diversity Techniques RAKE Receiver Soft Handoff

Spread Spectrum Basics Spreading Codes IS-95 Features- Transmitter/Receiver Power Control Diversity Techniques RAKE Receiver Soft Handoff CDMA Mobile Communication & IS-95 1 Outline Spread Spectrum Basics Spreading Codes IS-95 Features- Transmitter/Receiver Power Control Diversity Techniques RAKE Receiver Soft Handoff 2 Spread Spectrum A

More information

PERFORMANCE EVALUATION OF WCDMA SYSTEM FOR DIFFERENT MODULATIONS WITH EQUAL GAIN COMBINING SCHEME

PERFORMANCE EVALUATION OF WCDMA SYSTEM FOR DIFFERENT MODULATIONS WITH EQUAL GAIN COMBINING SCHEME PERFORMANCE EVALUATION OF WCDMA SYSTEM FOR DIFFERENT MODULATIONS WITH EQUAL GAIN COMBINING SCHEME Rajkumar Gupta Assistant Professor Amity University, Rajasthan Abstract The performance of the WCDMA system

More information

Diversity. Spring 2017 ELE 492 FUNDAMENTALS OF WIRELESS COMMUNICATIONS 1

Diversity. Spring 2017 ELE 492 FUNDAMENTALS OF WIRELESS COMMUNICATIONS 1 Diversity Spring 2017 ELE 492 FUNDAMENTALS OF WIRELESS COMMUNICATIONS 1 Diversity A fading channel with an average SNR has worse BER performance as compared to that of an AWGN channel with the same SNR!.

More information

New Techniques to Suppress the Sidelobes in OFDM System to Design a Successful Overlay System

New Techniques to Suppress the Sidelobes in OFDM System to Design a Successful Overlay System Bahria University Journal of Information & Communication Technology Vol. 1, Issue 1, December 2008 New Techniques to Suppress the Sidelobes in OFDM System to Design a Successful Overlay System Saleem Ahmed,

More information

BLIND DETECTION OF PSK SIGNALS. Yong Jin, Shuichi Ohno and Masayoshi Nakamoto. Received March 2011; revised July 2011

BLIND DETECTION OF PSK SIGNALS. Yong Jin, Shuichi Ohno and Masayoshi Nakamoto. Received March 2011; revised July 2011 International Journal of Innovative Computing, Information and Control ICIC International c 2012 ISSN 1349-4198 Volume 8, Number 3(B), March 2012 pp. 2329 2337 BLIND DETECTION OF PSK SIGNALS Yong Jin,

More information

SIDELOBE SUPPRESSION AND PAPR REDUCTION FOR COGNITIVE RADIO MIMO-OFDM SYSTEMS USING CONVEX OPTIMIZATION TECHNIQUE

SIDELOBE SUPPRESSION AND PAPR REDUCTION FOR COGNITIVE RADIO MIMO-OFDM SYSTEMS USING CONVEX OPTIMIZATION TECHNIQUE SIDELOBE SUPPRESSION AND PAPR REDUCTION FOR COGNITIVE RADIO MIMO-OFDM SYSTEMS USING CONVEX OPTIMIZATION TECHNIQUE Suban.A 1, Jeswill Prathima.I 2, Suganyasree G.C. 3, Author 1 : Assistant Professor, ECE

More information

Information flow over wireless networks: a deterministic approach

Information flow over wireless networks: a deterministic approach Information flow over wireless networks: a deterministic approach alman Avestimehr In collaboration with uhas iggavi (EPFL) and avid Tse (UC Berkeley) Overview Point-to-point channel Information theory

More information

Implementation and Comparative analysis of Orthogonal Frequency Division Multiplexing (OFDM) Signaling Rashmi Choudhary

Implementation and Comparative analysis of Orthogonal Frequency Division Multiplexing (OFDM) Signaling Rashmi Choudhary Implementation and Comparative analysis of Orthogonal Frequency Division Multiplexing (OFDM) Signaling Rashmi Choudhary M.Tech Scholar, ECE Department,SKIT, Jaipur, Abstract Orthogonal Frequency Division

More information

Optimized BPSK and QAM Techniques for OFDM Systems

Optimized BPSK and QAM Techniques for OFDM Systems I J C T A, 9(6), 2016, pp. 2759-2766 International Science Press ISSN: 0974-5572 Optimized BPSK and QAM Techniques for OFDM Systems Manikandan J.* and M. Manikandan** ABSTRACT A modulation is a process

More information

Abstract. Marío A. Bedoya-Martinez. He joined Fujitsu Europe Telecom R&D Centre (UK), where he has been working on R&D of Second-and

Abstract. Marío A. Bedoya-Martinez. He joined Fujitsu Europe Telecom R&D Centre (UK), where he has been working on R&D of Second-and Abstract The adaptive antenna array is one of the advanced techniques which could be implemented in the IMT-2 mobile telecommunications systems to achieve high system capacity. In this paper, an integrated

More information

A Practical Approach to Bitrate Control in Wireless Mesh Networks using Wireless Network Utility Maximization

A Practical Approach to Bitrate Control in Wireless Mesh Networks using Wireless Network Utility Maximization A Practical Approach to Bitrate Control in Wireless Mesh Networks using Wireless Network Utility Maximization EE359 Course Project Mayank Jain Department of Electrical Engineering Stanford University Introduction

More information

HOW DO MIMO RADIOS WORK? Adaptability of Modern and LTE Technology. By Fanny Mlinarsky 1/12/2014

HOW DO MIMO RADIOS WORK? Adaptability of Modern and LTE Technology. By Fanny Mlinarsky 1/12/2014 By Fanny Mlinarsky 1/12/2014 Rev. A 1/2014 Wireless technology has come a long way since mobile phones first emerged in the 1970s. Early radios were all analog. Modern radios include digital signal processing

More information

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /ICCE.2012.

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /ICCE.2012. Zhu, X., Doufexi, A., & Koçak, T. (2012). A performance enhancement for 60 GHz wireless indoor applications. In ICCE 2012, Las Vegas Institute of Electrical and Electronics Engineers (IEEE). DOI: 10.1109/ICCE.2012.6161865

More information

Multiple Antennas. Mats Bengtsson, Björn Ottersten. Basic Transmission Schemes 1 September 8, Presentation Outline

Multiple Antennas. Mats Bengtsson, Björn Ottersten. Basic Transmission Schemes 1 September 8, Presentation Outline Multiple Antennas Capacity and Basic Transmission Schemes Mats Bengtsson, Björn Ottersten Basic Transmission Schemes 1 September 8, 2005 Presentation Outline Channel capacity Some fine details and misconceptions

More information

Noise Plus Interference Power Estimation in Adaptive OFDM Systems

Noise Plus Interference Power Estimation in Adaptive OFDM Systems Noise Plus Interference Power Estimation in Adaptive OFDM Systems Tevfik Yücek and Hüseyin Arslan Department of Electrical Engineering, University of South Florida 4202 E. Fowler Avenue, ENB-118, Tampa,

More information

BER Analysis for MC-CDMA

BER Analysis for MC-CDMA BER Analysis for MC-CDMA Nisha Yadav 1, Vikash Yadav 2 1,2 Institute of Technology and Sciences (Bhiwani), Haryana, India Abstract: As demand for higher data rates is continuously rising, there is always

More information

Application of Asynchronous Channels Method to the W-CDMA Systems

Application of Asynchronous Channels Method to the W-CDMA Systems per is The Open Cybernetics and Systemics Journal, 2009, 3, 79-8 79 Open Access Application of Asynchronous Channels Method to the W-CDMA Systems Etsushi Nameda *,,2, Hideaki Terai,2, Minghui Kao,2 and

More information

ELT Receiver Architectures and Signal Processing Fall Mandatory homework exercises

ELT Receiver Architectures and Signal Processing Fall Mandatory homework exercises ELT-44006 Receiver Architectures and Signal Processing Fall 2014 1 Mandatory homework exercises - Individual solutions to be returned to Markku Renfors by email or in paper format. - Solutions are expected

More information

Selected answers * Problem set 6

Selected answers * Problem set 6 Selected answers * Problem set 6 Wireless Communications, 2nd Ed 243/212 2 (the second one) GSM channel correlation across a burst A time slot in GSM has a length of 15625 bit-times (577 ) Of these, 825

More information

Cellular Network Planning and Optimization Part VI: WCDMA Basics. Jyri Hämäläinen, Communications and Networking Department, TKK, 24.1.

Cellular Network Planning and Optimization Part VI: WCDMA Basics. Jyri Hämäläinen, Communications and Networking Department, TKK, 24.1. Cellular Network Planning and Optimization Part VI: WCDMA Basics Jyri Hämäläinen, Communications and Networking Department, TKK, 24.1.2008 Outline Network elements Physical layer Radio resource management

More information

Gurpreet Singh* and Pardeep Sharma**

Gurpreet Singh* and Pardeep Sharma** BER Comparison of MIMO Systems using Equalization Techniques in Rayleigh Flat Fading Channel Gurpreet Singh* and Pardeep Sharma** * (Department of Electronics and Communication, Shaheed Bhagat Singh State

More information

Project: IEEE P Working Group for Wireless Personal Area Networks N

Project: IEEE P Working Group for Wireless Personal Area Networks N Project: IEEE P802.15 Working Group for Wireless Personal Area Networks N (WPANs) Title: [The Scalability of UWB PHY Proposals] Date Submitted: [July 13, 2004] Source: [Matthew Welborn] Company [Freescale

More information

Rate and Power Adaptation in OFDM with Quantized Feedback

Rate and Power Adaptation in OFDM with Quantized Feedback Rate and Power Adaptation in OFDM with Quantized Feedback A. P. Dileep Department of Electrical Engineering Indian Institute of Technology Madras Chennai ees@ee.iitm.ac.in Srikrishna Bhashyam Department

More information

BER Performance of Space-Time Coded MMSE DFE for Wideband Code Division Multiple Access (WCDMA)

BER Performance of Space-Time Coded MMSE DFE for Wideband Code Division Multiple Access (WCDMA) Int. J. Communications, Network and System Sciences, 2009, 4, 249-324 doi:.4236/ijcns.2009.24030 Published Online July 2009 (http://www.scirp.org/journal/ijcns/). BER Performance of Space-Time Coded MMSE

More information

BER Performance Analysis of QAM Modulation Techniques in MIMO Rayleigh Channel for WCDMA System

BER Performance Analysis of QAM Modulation Techniques in MIMO Rayleigh Channel for WCDMA System International Journal of Advancements in Research & Technology, Volume 2, Issue2, February-2013 1 BER Performance Analysis of QAM Modulation Techniques in MIMO Rayleigh Channel for WCDMA System Sonal Singh,

More information

The Optimal Employment of CSI in COFDM-Based Receivers

The Optimal Employment of CSI in COFDM-Based Receivers The Optimal Employment of CSI in COFDM-Based Receivers Akram J. Awad, Timothy O Farrell School of Electronic & Electrical Engineering, University of Leeds, UK eenajma@leeds.ac.uk Abstract: This paper investigates

More information

University of Bristol - Explore Bristol Research. Link to publication record in Explore Bristol Research PDF-document.

University of Bristol - Explore Bristol Research. Link to publication record in Explore Bristol Research PDF-document. Mansor, Z. B., Nix, A. R., & McGeehan, J. P. (2011). PAPR reduction for single carrier FDMA LTE systems using frequency domain spectral shaping. In Proceedings of the 12th Annual Postgraduate Symposium

More information

Journal Papers. No. Title

Journal Papers. No. Title Journal Papers No. Title 1 2 3 4 5 6 7 8 M.-L. Wang, C.-P. Li*, and W.-J. Huang, Semi-blind channel estimation and precoding scheme in two-way multi-relay networks, IEEE Trans. on Signal Processing, Accepted,

More information

OFDM Based Air Interfaces for Future Mobile Satellite Systems

OFDM Based Air Interfaces for Future Mobile Satellite Systems OFDM Based Air Interfaces for Future Satellite Systems PhD Viva Presentation Sundarampillai Janaaththanan Supervisors: Prof. Barry G. Evans Dr. Christos Kasparis CCSR Outline of Presentation Introduction

More information

Notes 15: Concatenated Codes, Turbo Codes and Iterative Processing

Notes 15: Concatenated Codes, Turbo Codes and Iterative Processing 16.548 Notes 15: Concatenated Codes, Turbo Codes and Iterative Processing Outline! Introduction " Pushing the Bounds on Channel Capacity " Theory of Iterative Decoding " Recursive Convolutional Coding

More information

SPECTRUM crowding will continue to increase

SPECTRUM crowding will continue to increase Performance Comparison of Modulation Techniques for Underlay Cognitive Radio Transceivers Imtiyaz Khan 1, Poonam Singh 2 Department of Electronics and Communication Engineering, National Institute of Technology,

More information

On the Multi-User Interference Study for Ultra Wideband Communication Systems in AWGN and Modified Saleh-Valenzuela Channel

On the Multi-User Interference Study for Ultra Wideband Communication Systems in AWGN and Modified Saleh-Valenzuela Channel On the Multi-User Interference Study for Ultra Wideband Communication Systems in AWGN and Modified Saleh-Valenzuela Channel Raffaello Tesi, Matti Hämäläinen, Jari Iinatti, Ian Oppermann, Veikko Hovinen

More information

SC - Single carrier systems One carrier carries data stream

SC - Single carrier systems One carrier carries data stream Digital modulation SC - Single carrier systems One carrier carries data stream MC - Multi-carrier systems Many carriers are used for data transmission. Data stream is divided into sub-streams and each

More information

Reducing Intercarrier Interference in OFDM Systems by Partial Transmit Sequence and Selected Mapping

Reducing Intercarrier Interference in OFDM Systems by Partial Transmit Sequence and Selected Mapping Reducing Intercarrier Interference in OFDM Systems by Partial Transmit Sequence and Selected Mapping K.Sathananthan and C. Tellambura SCSSE, Faculty of Information Technology Monash University, Clayton

More information

A New Technique for Capacity Enhancement in WCDMA Uplink with Synchronization

A New Technique for Capacity Enhancement in WCDMA Uplink with Synchronization Lecture Notes on Information Theory Vol., No. 1, March 14 A New Technique for Capacity Enhancement in WCDMA Uplink with Synchronization Mridula S. Korde Visvesaraya National Institute of Technology, Nagpur,

More information

Fixed Point Lms Adaptive Filter Using Partial Product Generator

Fixed Point Lms Adaptive Filter Using Partial Product Generator Fixed Point Lms Adaptive Filter Using Partial Product Generator Vidyamol S M.Tech Vlsi And Embedded System Ma College Of Engineering, Kothamangalam,India vidyas.saji@gmail.com Abstract The area and power

More information

Project: IEEE P Working Group for Wireless Personal Area Networks (WPANS)

Project: IEEE P Working Group for Wireless Personal Area Networks (WPANS) Project: IEEE P802.15 Working Group for Wireless Personal Area Networks (WPANS) Title: [General Atomics Call For Proposals Presentation] Date Submitted: [4 ] Source: Naiel Askar, Susan Lin, General Atomics-

More information

Combined Phase Compensation and Power Allocation Scheme for OFDM Systems

Combined Phase Compensation and Power Allocation Scheme for OFDM Systems Combined Phase Compensation and Power Allocation Scheme for OFDM Systems Wladimir Bocquet France Telecom R&D Tokyo 3--3 Shinjuku, 60-0022 Tokyo, Japan Email: bocquet@francetelecom.co.jp Kazunori Hayashi

More information