WiMAX Basestation: Software Reuse Using a Resource Pool. Arnon Friedmann SW Product Manager

Size: px
Start display at page:

Download "WiMAX Basestation: Software Reuse Using a Resource Pool. Arnon Friedmann SW Product Manager"

Transcription

1 WiMAX Basestation: Software Reuse Using a Resource Pool Cory Modlin Wireless Systems Architect cmodlin@ti.com L. N. Reddy Wireless Software Manager lnreddy@tataelxsi.co.in Arnon Friedmann SW Product Manager arnon@ti.com

2 Outline Overview of Problem Traditional Approaches Resource Pool Approach Realization

3 Our Goals Mobile WiMAX (802.16e) PHY baseband base station demonstration Single scalable architecture Single to multiple sectors From pico to macro base station Single antenna to multiple antennae Multiple processors C6455 DSPs: add more DSPs as more processing is needed FPGA

4 WiMAX Brief Overview (1) OFDM downlink/ OFDMA uplink 5 to 20-MHz bandwidth 512 to 2048 OFDM subcarriers 23/6 Mbit/s (downlink/uplink) at 10 MHz TDD or FDD 5 ms frames = ~50 OFDM symbols Advanced features DL beamforming/mimo UL MIMO

5 WiMAX Brief Overview (2) DL Burst #2 UL Burst #1 UL Burst #2 DL Burst #1 DL Burst #3 DL Burst #4 UL Burst #3 UL Burst #4 DL Burst #6 DL Burst #5 UL Burst #5 DL Burst #7 WiMAX TDD Frame (5 ms) figure from Mobile WiMAX Part I: A Technical Overview and Performance Evaluation; WiMAX Forum April, 2006.

6 Unique Challenges for Advanced Wireless OFDM base stations High complexity MIMO algorithms requires > 1 DSP Single user can consume either a small fraction of a frame or the entire frame Can not statically divide processing by user Processing load can vary substantially from frame to frame MIMO receiver >> non MIMO Turbo decoder >> convolutional decoder Beamformed user >> single DL antenna System designed for worst case could be substantially overdesigned Worst case for one burst might not be sustainable over entire subframe In TDD, worst case UL and worst case DL can not co-exist MAC scheduler controls allocation of users and can keep control over resource requirements

7 Outline Overview of Problem Traditional Approaches Resource Pool Approach Realization

8 Two General Approaches for Taking Advantange of Multiple Processors Compiler/ programming language that abstracts the hardware from the software designer Application software not aware of physical topology Example: remote procedure call (RPC), CORBA... processor 1 Static allocation of resources among processors Software architecture places functional blocks on specific processors Placement of functional blocks is an integral part of the application processor 2 processor 1 processor 2

9 Disadvantages to the Compiler Approach for our Application Physical location of function calls determined at compile time Does not allow dynamic flexibility during run-time Run-time flexibility desirable for efficient use of resources and for failure recovery Host/client thread is blocked while remote function is called Waits for function to return Lot of data movement between processors There is overhead for moving data Interprocessor link can be high latency, so we do not want to require that results come back Overhead for a generic approach like RPC/IDL (interface definition language) Need to balance desire for generic interface with realtime processing requirements processor 1 processor 2

10 Common Communications Infrastructure Architectures parallel concurrency for uplink/downlink split downlink FEC encoder/ interleaver modulation pulse shaping DSP0 DSL CDMA FEC decoder demodulation equalizer DSP1 DSP2 uplink pipelined concurrency for symbol rate vs chip rate

11 Problems With Static Allocation of Resources FEC encoder/ interleaver modulation pulse shaping DSP0 FEC decoder demodulation equalizer single antenna, single sector, simple FEC code all add fits turbo on single encoder DSP and decoder need to split uplink and downlink need hardware accelerator/fpga for turbo decoder

12 Problems With Static Allocation of Resources FEC encoder/ interleaver modulation pulse shaping DSP0 FEC decoder pre/post processor demodulation equalizer DSP1 FEC decoder on FPGA single add support antenna, for multi single antenna sector or multiple sectors add MIMO turbo encoder and decoder need to split uplink into and parts downlink need hardware accelerator/fpga for turbo decoder

13 Problems With Static Allocation of Resources FEC encoder/ interleaver modulation pulse shaping DSP0 FEC decoder pre/post processor demodulation DSP1 MIMO equalizer DSP2 FEC decoder on FPGA add implement support design for multi and antenna discover or that multiple DSP2 sectors is 101% loaded add need MIMO to split processing done on DSP2 into parts need to split uplink into parts

14 Problems With Static Allocation of Resources FEC encoder/ interleaver modulation pulse shaping DSP0 FEC decoder pre/post processor FEC decoder on FPGA demodulation DSP1 MIMO equalizer DSP2 DSP3 MIMO equalizer MIMO equalizer Implement design and discover that DSP2 is 101% loaded Need to split processing done on DSP2 into parts

15 Problems With Static Allocation of Resources Limited re-use For a common hardware platform, division of resources among processors will be different for different standards Changes in complexity (e.g. more antennas) or addition of features (e.g. beamforming) require substantial redesign Even a small change to a function on a heavily loaded processor could completely change the architecture Inefficient Worst case loading on each DSP might be well under 100% because of way functions are divided Each DSP must be provisioned for worst case even if worst case is never possible Example in time division duplexing (TDD) Worst case downlink is most of frame dedicated to downlink Worst case uplink is when most of frame dedicated to uplink But worst worst case is never possible Headroom for unexpected worst case is limited can not be distributed among the processors

16 Outline Overview of Problem Traditional Approaches Resource Pool Approach Realization

17 Ideal Resource Pool Pool of processors is abstracted from the application Total processing power is equal to the sum of the individual processing power Resources are configurable at run-time Both parallel and pipelined division of resources is possible resource pool

18 Resource Pool DSP1 Physical Layer Controller MAC host DSP1 Resource Pool Controller DSP1 Connectivity Layer DSP1 DSP2 Signal Processing Signal Processing Signal Processing Resource Pool FPGA host Management Entity Frame-by-frame configuration from MAC used as input to resource pool controller Coding, block sizes, memory locations change from frame-toframe Management entity configures resource pool controller Number of processors Allocation of functions to processors

19 Guiding Principles MAC/ management There can be from 1 to n DSPs MAC/management communicate with only one DSP Same code image runs on all DSPs Same data structures reside on all DSPs Processors can talk to each other Definition of jobs/ functional blocks is done manually No attempt to automate division of resources PHY/resource pool controller

20 Architecture Layers with Connectivity Layer WiMAX processing divided into jobs/functions Jobs are called through DSP Connectivity 1 Layer API DSP 2 WiMAX Signal Processing commit (copy) data post next job Connectivity Layer - determines physical location of destination if on same DSP WiMAX Signal Processing if on a remote DSP PHY Controller if on a remote DSP srio (PHY) driver Connectivity Layer post next job Connectivity Layer knows where each job runs Allows abstraction of multiple processors from application srio (PHY) driver Resource Pool Controller srio PHY srio PHY PHY driver (RapidIO in our case) transfers the data or if on a remote DSP Generates interrupts/notification

21 PHY/resource pool controller Calculate job descriptor for all jobs for example, FEC coding parameters per codeword and memory location for each codeword Calculate resource descriptor to designate on which physical processor each job will run Send job descriptors and DSP assignments to all DSPs Job distribution is dynamic and configurable at run-time PHY/Resource Pool Controller

22 Connectivity Layer API Commit (copy) data ( source address, destination address, data size pointer to appropriate resource descriptor) all memories involved in resource sharing reside on all processors Connectivity Layer knows starting memory location on all processors Connectivity Layer knows which processor to copy to (could be current processor) based on which application function called it Notify/post ( job to be posted job index pointer to appropriate job and resource descriptor) Connectivity Layer causes interrupt on relevant processors (we use RapidIO doorbell on a remote processor) Connectivity Layer then posts next job

23 Outline Overview of Problem Traditional Approaches Resource Pool Approach Realization

24 WiMAX Transmitter FEC and modulation MAC buffer randomizer FEC encoder + interleaver modulation buffer buffer permutation + IFFT permutation SRIO IFFT buffer FEC and modulation buffer buffer randomizer FEC encoder + interleaver buffer modulation resource pool (per sector) resource pool (per codeword) CRC calculation permutation + IFFT buffer randomizer FEC and modulation FEC encoder + interleaver buffer buffer permutation IFFT buffer modulation

25 GUI to Configure the Resource Pool

26 Hardware Platform AMC70k2000 (STx) -4, C6455 DSPs -IDT RapidIO switch Tundra RapidIO switch lab development AMC carrier board (STx) General Purpose Processor with RapidIO

27 end

LTE systems: overview

LTE systems: overview LTE systems: overview Luca Reggiani LTE overview 1 Outline 1. Standard status 2. Signal structure 3. Signal generation 4. Physical layer procedures 5. System architecture 6. References LTE overview 2 Standard

More information

3GPP Long Term Evolution LTE

3GPP Long Term Evolution LTE Chapter 27 3GPP Long Term Evolution LTE Slides for Wireless Communications Edfors, Molisch, Tufvesson 630 Goals of IMT-Advanced Category 1 2 3 4 5 peak data rate DL / Mbit/s 10 50 100 150 300 max DL modulation

More information

ECS455: Chapter 4 Multiple Access

ECS455: Chapter 4 Multiple Access ECS455: Chapter 4 Multiple Access Asst. Prof. Dr. Prapun Suksompong prapun@siit.tu.ac.th 1 Office Hours: BKD 3601-7 Tuesday 9:30-10:30 Tuesday 13:30-14:30 Thursday 13:30-14:30 ECS455: Chapter 4 Multiple

More information

Technical Aspects of LTE Part I: OFDM

Technical Aspects of LTE Part I: OFDM Technical Aspects of LTE Part I: OFDM By Mohammad Movahhedian, Ph.D., MIET, MIEEE m.movahhedian@mci.ir ITU regional workshop on Long-Term Evolution 9-11 Dec. 2013 Outline Motivation for LTE LTE Network

More information

Introduction to WiMAX Dr. Piraporn Limpaphayom

Introduction to WiMAX Dr. Piraporn Limpaphayom Introduction to WiMAX Dr. Piraporn Limpaphayom 1 WiMAX : Broadband Wireless 2 1 Agenda Introduction to Broadband Wireless Overview of WiMAX and Application WiMAX: PHY layer Broadband Wireless Channel OFDM

More information

Planning of LTE Radio Networks in WinProp

Planning of LTE Radio Networks in WinProp Planning of LTE Radio Networks in WinProp AWE Communications GmbH Otto-Lilienthal-Str. 36 D-71034 Böblingen mail@awe-communications.com Issue Date Changes V1.0 Nov. 2010 First version of document V2.0

More information

3G/4G Mobile Communications Systems. Dr. Stefan Brück Qualcomm Corporate R&D Center Germany

3G/4G Mobile Communications Systems. Dr. Stefan Brück Qualcomm Corporate R&D Center Germany 3G/4G Mobile Communications Systems Dr. Stefan Brück Qualcomm Corporate R&D Center Germany Chapter VI: Physical Layer of LTE 2 Slide 2 Physical Layer of LTE OFDM and SC-FDMA Basics DL/UL Resource Grid

More information

multiple access (FDMA) solution with dynamic bandwidth. This approach TERMS AND ABBREVIATIONS

multiple access (FDMA) solution with dynamic bandwidth. This approach TERMS AND ABBREVIATIONS LTE test bed Bernt Johansson and Tomas Sundin The Third Generation Partnership Project (3GPP) is specifying the longterm evolution of third-generation cellular systems to meet demands for higher user bit

More information

II. FRAME STRUCTURE In this section, we present the downlink frame structure of 3GPP LTE and WiMAX standards. Here, we consider

II. FRAME STRUCTURE In this section, we present the downlink frame structure of 3GPP LTE and WiMAX standards. Here, we consider Forward Error Correction Decoding for WiMAX and 3GPP LTE Modems Seok-Jun Lee, Manish Goel, Yuming Zhu, Jing-Fei Ren, and Yang Sun DSPS R&D Center, Texas Instruments ECE Depart., Rice University {seokjun,

More information

3G Evolution HSPA and LTE for Mobile Broadband Part II

3G Evolution HSPA and LTE for Mobile Broadband Part II 3G Evolution HSPA and LTE for Mobile Broadband Part II Dr Stefan Parkvall Principal Researcher Ericsson Research stefan.parkvall@ericsson.com Outline Series of three seminars I. Basic principles Channel

More information

802.16s SOFTWARE PLATFORM

802.16s SOFTWARE PLATFORM General Software s 802.16s SOFTWARE PLATFORM Architecture Operation system Embedded Linux 1. MAC layer application running on ARM processor 2. PHY layer application running on DSP Application software

More information

A physical layer simulator for WiMAX Marius Oltean 1, Maria Kovaci 1, Jamal Mountassir 2, Alexandru Isar 1, Petru Lazăr 2

A physical layer simulator for WiMAX Marius Oltean 1, Maria Kovaci 1, Jamal Mountassir 2, Alexandru Isar 1, Petru Lazăr 2 A physical layer simulator for WiMAX Marius Oltean 1, Maria Kovaci 1, Jamal Mountassir 2, Alexandru Isar 1, Petru Lazăr 2 Abstract A physical layer simulator for the WiMAX technology is presented in this

More information

Building versatile network upon new waveforms

Building versatile network upon new waveforms Security Level: Building versatile network upon new waveforms Chan Zhou, Malte Schellmann, Egon Schulz, Alexandros Kaloxylos Huawei Technologies Duesseldorf GmbH 5G networks: A complex ecosystem 5G service

More information

(COMPUTER NETWORKS & COMMUNICATION PROTOCOLS) Ali kamil Khairullah Number:

(COMPUTER NETWORKS & COMMUNICATION PROTOCOLS) Ali kamil Khairullah Number: (COMPUTER NETWORKS & COMMUNICATION PROTOCOLS) Ali kamil Khairullah Number: 15505071 22-12-2016 Downlink transmission is based on Orthogonal Frequency Division Multiple Access (OFDMA) which converts the

More information

University of Bristol - Explore Bristol Research. Peer reviewed version

University of Bristol - Explore Bristol Research. Peer reviewed version Tran, M., Doufexi, A., & Nix, AR. (8). Mobile WiMAX MIMO performance analysis: downlink and uplink. In IEEE Personal and Indoor Mobile Radio Conference 8 (PIMRC), Cannes (pp. - 5). Institute of Electrical

More information

Improving the Data Rate of OFDM System in Rayleigh Fading Channel Using Spatial Multiplexing with Different Modulation Techniques

Improving the Data Rate of OFDM System in Rayleigh Fading Channel Using Spatial Multiplexing with Different Modulation Techniques 2009 International Symposium on Computing, Communication, and Control (ISCCC 2009) Proc.of CSIT vol.1 (2011) (2011) IACSIT Press, Singapore Improving the Data Rate of OFDM System in Rayleigh Fading Channel

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

SOFTWARE IMPLEMENTATION OF THE

SOFTWARE IMPLEMENTATION OF THE SOFTWARE IMPLEMENTATION OF THE IEEE 802.11A/P PHYSICAL LAYER SDR`12 WInnComm Europe 27 29 June, 2012 Brussels, Belgium T. Cupaiuolo, D. Lo Iacono, M. Siti and M. Odoni Advanced System Technologies STMicroelectronics,

More information

PERFORMANCE ANALYSIS OF DOWNLINK MIMO IN 2X2 MOBILE WIMAX SYSTEM

PERFORMANCE ANALYSIS OF DOWNLINK MIMO IN 2X2 MOBILE WIMAX SYSTEM PERFORMANCE ANALYSIS OF DOWNLINK MIMO IN 2X2 MOBILE WIMAX SYSTEM N.Prabakaran Research scholar, Department of ETCE, Sathyabama University, Rajiv Gandhi Road, Chennai, Tamilnadu 600119, India prabakar_kn@yahoo.co.in

More information

Page 1. Overview : Wireless Networks Lecture 9: OFDM, WiMAX, LTE

Page 1. Overview : Wireless Networks Lecture 9: OFDM, WiMAX, LTE Overview 18-759: Wireless Networks Lecture 9: OFDM, WiMAX, LTE Dina Papagiannaki & Peter Steenkiste Departments of Computer Science and Electrical and Computer Engineering Spring Semester 2009 http://www.cs.cmu.edu/~prs/wireless09/

More information

Wireless Networks: An Introduction

Wireless Networks: An Introduction Wireless Networks: An Introduction Master Universitario en Ingeniería de Telecomunicación I. Santamaría Universidad de Cantabria Contents Introduction Cellular Networks WLAN WPAN Conclusions Wireless Networks:

More information

Integrated Solutions for Testing Wireless Communication Systems

Integrated Solutions for Testing Wireless Communication Systems TOPICS IN RADIO COMMUNICATIONS Integrated Solutions for Testing Wireless Communication Systems Dingqing Lu and Zhengrong Zhou, Agilent Technologies Inc. ABSTRACT Wireless communications standards have

More information

Multiple Access Schemes

Multiple Access Schemes Multiple Access Schemes Dr Yousef Dama Faculty of Engineering and Information Technology An-Najah National University 2016-2017 Why Multiple access schemes Multiple access schemes are used to allow many

More information

Guide to Wireless Communications, Third Edition Cengage Learning Objectives

Guide to Wireless Communications, Third Edition Cengage Learning Objectives Guide to Wireless Communications, Third Edition Chapter 9 Wireless Metropolitan Area Networks Objectives Explain why wireless metropolitan area networks (WMANs) are needed Describe the components and modes

More information

Wireless Broadband Networks

Wireless Broadband Networks Wireless Broadband Networks WLAN: Support of mobile devices, but low data rate for higher number of users What to do for a high number of users or even needed QoS support? Problem of the last mile Provide

More information

2 nd Generation OFDM for , Session #11

2 nd Generation OFDM for , Session #11 2 nd Generation OFDM for 802.16.3, Session #11 IEEE 802.16 Presentation Submission Template (Rev. 8) Document Number: IEEE 802.16.3c-01/07 Date Submitted: 2000-01/17 Source: Dr. Robert M. Ward Jr. Voice:

More information

MATLAB COMMUNICATION TITLES

MATLAB COMMUNICATION TITLES MATLAB COMMUNICATION TITLES -2018 ORTHOGONAL FREQUENCY-DIVISION MULTIPLEXING(OFDM) 1 ITCM01 New PTS Schemes For PAPR Reduction Of OFDM Signals Without Side Information 2 ITCM02 Design Space-Time Trellis

More information

Investigation on Multiple Antenna Transmission Techniques in Evolved UTRA. OFDM-Based Radio Access in Downlink. Features of Evolved UTRA and UTRAN

Investigation on Multiple Antenna Transmission Techniques in Evolved UTRA. OFDM-Based Radio Access in Downlink. Features of Evolved UTRA and UTRAN Evolved UTRA and UTRAN Investigation on Multiple Antenna Transmission Techniques in Evolved UTRA Evolved UTRA (E-UTRA) and UTRAN represent long-term evolution (LTE) of technology to maintain continuous

More information

5G new radio architecture and challenges

5G new radio architecture and challenges WHITE PAPER 5G new radio architecture and challenges By Dr Paul Moakes, CTO, CommAgility www.commagility.com 5G New Radio One of the key enabling technologies for 5G will be New Radio (NR). 5G NR standardization

More information

Proposal for Uplink MIMO Schemes in IEEE m

Proposal for Uplink MIMO Schemes in IEEE m Proposal for Uplink MIMO Schemes in IEEE 802.16m Document Number: IEEE C802.16m-08/615 Date Submitted: 2008-07-07 Source: Jun Yuan, Hosein Nikopourdeilami, Mo-Han Fong, Robert Novak, Dongsheng Yu, Sophie

More information

Contents. IEEE family of standards Protocol layering TDD frame structure MAC PDU structure

Contents. IEEE family of standards Protocol layering TDD frame structure MAC PDU structure Contents Part 1: Part 2: IEEE 802.16 family of standards Protocol layering TDD frame structure MAC PDU structure Dynamic QoS management OFDM PHY layer S-72.3240 Wireless Personal, Local, Metropolitan,

More information

ALOE Framework and Tools

ALOE Framework and Tools Department of Signal Theory and Communications UNIVERSITAT POLITÈCNICA DE CATALUNYA ALOE Framework and Tools Vuk Marojevic Ismael Gomez Antoni Gelonch ALOE Webinar. May 24th 212. http://flexnets.upc.edu/

More information

Department of Computer Science Institute for System Architecture, Chair for Computer Networks

Department of Computer Science Institute for System Architecture, Chair for Computer Networks Department of Computer Science Institute for System Architecture, Chair for Computer Networks LTE, WiMAX and 4G Mobile Communication and Mobile Computing Prof. Dr. Alexander Schill http://www.rn.inf.tu-dresden.de

More information

WHITEPAPER MULTICORE SOFTWARE DESIGN FOR AN LTE BASE STATION

WHITEPAPER MULTICORE SOFTWARE DESIGN FOR AN LTE BASE STATION WHITEPAPER MULTICORE SOFTWARE DESIGN FOR AN LTE BASE STATION Executive summary This white paper details the results of running the parallelization features of SLX to quickly explore the HHI/ Frauenhofer

More information

LTE-Advanced research in 3GPP

LTE-Advanced research in 3GPP LTE-Advanced research in 3GPP GIGA seminar 8 4.12.28 Tommi Koivisto tommi.koivisto@nokia.com Outline Background and LTE-Advanced schedule LTE-Advanced requirements set by 3GPP Technologies under investigation

More information

IMPLEMENTATION OF SOFTWARE-BASED 2X2 MIMO LTE BASE STATION SYSTEM USING GPU

IMPLEMENTATION OF SOFTWARE-BASED 2X2 MIMO LTE BASE STATION SYSTEM USING GPU IMPLEMENTATION OF SOFTWARE-BASED 2X2 MIMO LTE BASE STATION SYSTEM USING GPU Seunghak Lee (HY-SDR Research Center, Hanyang Univ., Seoul, South Korea; invincible@dsplab.hanyang.ac.kr); Chiyoung Ahn (HY-SDR

More information

Radio Interface and Radio Access Techniques for LTE-Advanced

Radio Interface and Radio Access Techniques for LTE-Advanced TTA IMT-Advanced Workshop Radio Interface and Radio Access Techniques for LTE-Advanced Motohiro Tanno Radio Access Network Development Department NTT DoCoMo, Inc. June 11, 2008 Targets for for IMT-Advanced

More information

Department of Computer Science Institute for System Architecture, Chair for Computer Networks

Department of Computer Science Institute for System Architecture, Chair for Computer Networks Department of Computer Science Institute for System Architecture, Chair for Computer Networks LTE, WiMAX and 4G Mobile Communication and Mobile Computing Prof. Dr. Alexander Schill http://www.rn.inf.tu-dresden.de

More information

Design of LTE radio access network testbed

Design of LTE radio access network testbed Design of LTE radio access network testbed Rohit Budhiraja Advisor Bhaskar Ramamurthi Department of Electrical Engineering IIT Madras Rohit Budhiraja (IIT Madras) LTE RAN Testbed 1 / 42 Brief profile Practical

More information

Performance Analysis of WiMAX Physical Layer Model using Various Techniques

Performance Analysis of WiMAX Physical Layer Model using Various Techniques Volume-4, Issue-4, August-2014, ISSN No.: 2250-0758 International Journal of Engineering and Management Research Available at: www.ijemr.net Page Number: 316-320 Performance Analysis of WiMAX Physical

More information

A Polling Based Approach For Delay Analysis of WiMAX/IEEE Systems

A Polling Based Approach For Delay Analysis of WiMAX/IEEE Systems A Polling Based Approach For Delay Analysis of WiMAX/IEEE 802.16 Systems Archana B T 1, Bindu V 2 1 M Tech Signal Processing, Department of Electronics and Communication, Sree Chitra Thirunal College of

More information

EECS 380: Wireless Technologies Week 7-8

EECS 380: Wireless Technologies Week 7-8 EECS 380: Wireless Technologies Week 7-8 Michael L. Honig Northwestern University May 2018 Outline Diversity, MIMO Multiple Access techniques FDMA, TDMA OFDMA (LTE) CDMA (3G, 802.11b, Bluetooth) Random

More information

PHY Link Channel for EPoC TDD mode. Nicola Varanese, Qualcomm

PHY Link Channel for EPoC TDD mode. Nicola Varanese, Qualcomm PHY Link Channel for EPoC TDD mode Nicola Varanese, Qualcomm 1 Proposed PHY Frame Structure Regular pilot symbols (this example shows the TDD configuration) Frame idx 0 1 Subframe idx 0 1 2 3 (n-2)/2 0

More information

Porting the p receiver on the ExpressMIMO Platform (LabSession OAI 2)

Porting the p receiver on the ExpressMIMO Platform (LabSession OAI 2) Porting the 802.11p receiver on the ExpressMIMO Platform (LabSession OAI 2) Introduction and Motivation OpenAirInterface Platform: Protoype Design for Software Defined Radio (SDR) Applications Support

More information

Overview of IEEE Broadband Wireless Access Standards. Timo Smura Contents. Network topologies, frequency bands

Overview of IEEE Broadband Wireless Access Standards. Timo Smura Contents. Network topologies, frequency bands Overview of IEEE 802.16 Broadband Wireless Access Standards Timo Smura 24.02.2004 Contents Fixed Wireless Access networks Network topologies, frequency bands IEEE 802.16 standards Air interface: MAC +

More information

TS 5G.201 v1.0 (2016-1)

TS 5G.201 v1.0 (2016-1) Technical Specification KT PyeongChang 5G Special Interest Group (); KT 5th Generation Radio Access; Physical Layer; General description (Release 1) Ericsson, Intel Corp., Nokia, Qualcomm Technologies

More information

An FPGA Case Study: Narrowband COFDM Video Transceiver for Drones, UAV, and UGV. Produced by EE Times

An FPGA Case Study: Narrowband COFDM Video Transceiver for Drones, UAV, and UGV. Produced by EE Times An FPGA Case Study: Narrowband COFDM Video Transceiver for Drones, UAV, and UGV #eelive Produced by EE Times An FPGA Case Study System Definition Implementation Verification and Validation CNR1 Narrowband

More information

SPE-T Guillaume VILLEMAUD Advanced Radio Communications 1

SPE-T Guillaume VILLEMAUD Advanced Radio Communications 1 SPE-T 2009 Guillaume VILLEMAUD Advanced Radio Communications 1 WiMAX, why? Note: crédits à J.M. Gorce et J. Verdier Référence: «Radiocommunications numériques» - G. Baudoin Guillaume VILLEMAUD Advanced

More information

WiMAX Experiences and Visions

WiMAX Experiences and Visions WiMAX Experiences and Visions Dr. Wolfgang Wendler wolfgang.wendler@rsd.rohde-schwarz.com 1 Introduction to the Market 2 Mobility Wireless Landscape Fixed Walk Vehicle GSM GPRS DECT ZigBee RFID / NFC Datarates

More information

Long Term Evolution (LTE)

Long Term Evolution (LTE) 1 Lecture 13 LTE 2 Long Term Evolution (LTE) Material Related to LTE comes from 3GPP LTE: System Overview, Product Development and Test Challenges, Agilent Technologies Application Note, 2008. IEEE Communications

More information

Analytical Evaluation of the Cell Spectral Efficiency of a Beamforming Enhanced IEEE m System

Analytical Evaluation of the Cell Spectral Efficiency of a Beamforming Enhanced IEEE m System Analytical Evaluation of the Cell Spectral Efficiency of a Beamforming Enhanced IEEE 802.16m System Benedikt Wolz, Afroditi Kyrligkitsi Communication Networks (ComNets) Research Group Prof. Dr.-Ing. Bernhard

More information

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

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /VETECF.2008. Tran, M., Zaggoulos, G., Nix, AR., & Doufexi, A. (008). Mobile WiMAX: performance analysis and comparison with experimental results. IEEE 8th Vehicular Technology Conference, 008 (VTC 008-Fall), -. https://doi.org/0.09/vetecf.008.8

More information

LTE Aida Botonjić. Aida Botonjić Tieto 1

LTE Aida Botonjić. Aida Botonjić Tieto 1 LTE Aida Botonjić Aida Botonjić Tieto 1 Why LTE? Applications: Interactive gaming DVD quality video Data download/upload Targets: High data rates at high speed Low latency Packet optimized radio access

More information

One Cell Reuse OFDM/TDMA using. broadband wireless access systems

One Cell Reuse OFDM/TDMA using. broadband wireless access systems One Cell Reuse OFDM/TDMA using subcarrier level adaptive modulation for broadband wireless access systems Seiichi Sampei Department of Information and Communications Technology, Osaka University Outlines

More information

Chapter 5: WMAN - IEEE / WiMax. 5.1 Introduction and Overview 5.2 Deployment 5.3 PHY layer 5.4 MAC layer 5.5 Network Entry 5.

Chapter 5: WMAN - IEEE / WiMax. 5.1 Introduction and Overview 5.2 Deployment 5.3 PHY layer 5.4 MAC layer 5.5 Network Entry 5. Chapter 5: WMAN - IEEE 802.16 / WiMax 5.1 Introduction and Overview 5.2 Deployment 5.3 PHY layer 5.4 MAC layer 5.5 Network Entry 5.6 Mobile WiMAX 5.1 Introduction and Overview IEEE 802.16 and WiMAX IEEE

More information

802.11ax Design Challenges. Mani Krishnan Venkatachari

802.11ax Design Challenges. Mani Krishnan Venkatachari 802.11ax Design Challenges Mani Krishnan Venkatachari Wi-Fi: An integral part of the wireless landscape At the center of connected home Opening new frontiers for wireless connectivity Wireless Display

More information

Ten Things You Should Know About MIMO

Ten Things You Should Know About MIMO Ten Things You Should Know About MIMO 4G World 2009 presented by: David L. Barner www/agilent.com/find/4gworld Copyright 2009 Agilent Technologies, Inc. The Full Agenda Intro System Operation 1: Cellular

More information

Interference management Within 3GPP LTE advanced

Interference management Within 3GPP LTE advanced Interference management Within 3GPP LTE advanced Konstantinos Dimou, PhD Senior Research Engineer, Wireless Access Networks, Ericsson research konstantinos.dimou@ericsson.com 2013-02-20 Outline Introduction

More information

International Journal of Digital Application & Contemporary research Website: (Volume 2, Issue 7, February 2014)

International Journal of Digital Application & Contemporary research Website:  (Volume 2, Issue 7, February 2014) An Amend Scheme for BER Performance of WiMAX IEEE 802.16e System Priyanka Parihar M. Tech. Student,Department of Electronics and Communication Engineering E-mail:er.priyankap@gmail.com Vijay Chauhan Assistant

More information

ON FUTURE AERONAUTICAL COMMUNICATIONS: IMPLEMENTATION OF A REAL-TIME AEROMACS WAVEFORM FOR SOFTWARE-DEFINED RADIOS (SDR)

ON FUTURE AERONAUTICAL COMMUNICATIONS: IMPLEMENTATION OF A REAL-TIME AEROMACS WAVEFORM FOR SOFTWARE-DEFINED RADIOS (SDR) Esame di Laurea 3 Dicembre 2012 ON FUTURE AERONAUTICAL COMMUNICATIONS: IMPLEMENTATION OF A REAL-TIME AEROMACS WAVEFORM FOR SOFTWARE-DEFINED RADIOS (SDR) Daniele Bolognesi Massimiliano Francone Relatori

More information

2012 LitePoint Corp LitePoint, A Teradyne Company. All rights reserved.

2012 LitePoint Corp LitePoint, A Teradyne Company. All rights reserved. LTE TDD What to Test and Why 2012 LitePoint Corp. 2012 LitePoint, A Teradyne Company. All rights reserved. Agenda LTE Overview LTE Measurements Testing LTE TDD Where to Begin? Building a LTE TDD Verification

More information

Analysis and Improvements of Linear Multi-user user MIMO Precoding Techniques

Analysis and Improvements of Linear Multi-user user MIMO Precoding Techniques 1 Analysis and Improvements of Linear Multi-user user MIMO Precoding Techniques Bin Song and Martin Haardt Outline 2 Multi-user user MIMO System (main topic in phase I and phase II) critical problem Downlink

More information

Overview of Mobile WiMAX Technology

Overview of Mobile WiMAX Technology Overview of Mobile WiMAX Technology Esmael Dinan, Ph.D. April 17, 2009 1 Outline Part 1: Introduction to Mobile WiMAX Part 2: Mobile WiMAX Architecture Part 3: MAC Layer Technical Features Part 4: Physical

More information

A GENERIC ARCHITECTURE FOR SMART MULTI-STANDARD SOFTWARE DEFINED RADIO SYSTEMS

A GENERIC ARCHITECTURE FOR SMART MULTI-STANDARD SOFTWARE DEFINED RADIO SYSTEMS A GENERIC ARCHITECTURE FOR SMART MULTI-STANDARD SOFTWARE DEFINED RADIO SYSTEMS S.A. Bassam, M.M. Ebrahimi, A. Kwan, M. Helaoui, M.P. Aflaki, O. Hammi, M. Fattouche, and F.M. Ghannouchi iradio Laboratory,

More information

JD7105A Base Station Analyzer

JD7105A Base Station Analyzer Application Note JD7105A Base Station Analyzer Mobile WiMAX PHY Layer Measurement Understanding of Mobile WiMAX PHY WiMAX is a broadband wireless access (BWA) technology based on the IEEE 802.16-2004 and

More information

Background: Cellular network technology

Background: Cellular network technology Background: Cellular network technology Overview 1G: Analog voice (no global standard ) 2G: Digital voice (again GSM vs. CDMA) 3G: Digital voice and data Again... UMTS (WCDMA) vs. CDMA2000 (both CDMA-based)

More information

IMPLEMENTATION OF ADVANCED TWO-DIMENSIONAL INTERPOLATION-BASED CHANNEL ESTIMATION FOR OFDM SYSTEMS

IMPLEMENTATION OF ADVANCED TWO-DIMENSIONAL INTERPOLATION-BASED CHANNEL ESTIMATION FOR OFDM SYSTEMS IMPLEMENTATION OF ADVANCED TWO-DIMENSIONAL INTERPOLATION-BASED CHANNEL ESTIMATION FOR OFDM SYSTEMS Chiyoung Ahn, Hakmin Kim, Yusuk Yun and Seungwon Choi HY-SDR Research Center, Hanyang University, Seoul,

More information

MIMO-LTE A relevant Step towards 4G. Prof. Dr.-Ing. Thomas Kaiser CEO mimoon GmbH

MIMO-LTE A relevant Step towards 4G. Prof. Dr.-Ing. Thomas Kaiser CEO mimoon GmbH MIMO-LTE A relevant Step towards 4G Prof. Dr.-Ing. Thomas Kaiser CEO mimoon GmbH MobiMedia, mimoon is a supplier of embedded communications software for the next generation of MIMO-based wireless communication

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

GC5325 Wideband Digital Predistortion Transmit IC Solution. David Brubaker Product Line Manager Radio Products February 2009

GC5325 Wideband Digital Predistortion Transmit IC Solution. David Brubaker Product Line Manager Radio Products February 2009 GC5325 Wideband Digital Predistortion Transmit IC Solution David Brubaker Product Line Manager Radio Products February 2009 Broadband Wireless Standards drive BTS design complexity Increased subscriber

More information

[Insert Document Title Here]

[Insert Document Title Here] [Insert Document Title Here] IEEE 802.16 Presentation Submission Template (Rev. 8) Document Number: IEEE 802.16.3p-00/33 Date Submitted: 2000-11-13 Source: Yossi Segal Voice: 972-3-9528440 RunCom Technologies

More information

From Antenna to Bits:

From Antenna to Bits: From Antenna to Bits: Wireless System Design with MATLAB and Simulink Cynthia Cudicini Application Engineering Manager MathWorks cynthia.cudicini@mathworks.fr 1 Innovations in the World of Wireless Everything

More information

Technical White Paper. WiMAX Modelling in Atoll 2.7.0

Technical White Paper. WiMAX Modelling in Atoll 2.7.0 February 2008 Technical White Paper WiMAX Modelling in Atoll 2.7.0 WiMAX, OFDM, and SOFDMA Modelling in Atoll This white paper describes how WiMAX (IEEE 802.16d and IEEE 802.16e) is modelled in the Atoll

More information

LTE and NB-IoT. Luca Feltrin. RadioNetworks, DEI, Alma Mater Studiorum - Università di Bologna. Telecom Italia Mobile S.p.a. - TIM

LTE and NB-IoT. Luca Feltrin. RadioNetworks, DEI, Alma Mater Studiorum - Università di Bologna. Telecom Italia Mobile S.p.a. - TIM LTE and NB-IoT Luca Feltrin RadioNetworks, DEI, Alma Mater Studiorum - Università di Bologna Telecom Italia Mobile S.p.a. - TIM Index Ø 3GPP and LTE Specifications Ø LTE o Architecture o PHY Layer o Procedures

More information

Academic Course Description

Academic Course Description Academic Course Description SRM University Faculty of Engineering and Technology Department of Electronics and Communication Engineering CO2110 OFDM/OFDMA Communications Third Semester, 2016-17 (Odd semester)

More information

Smart Antenna ABSTRACT

Smart Antenna ABSTRACT Smart Antenna ABSTRACT One of the most rapidly developing areas of communications is Smart Antenna systems. This paper deals with the principle and working of smart antennas and the elegance of their applications

More information

Simulating the WiMAX Physical Layer in Rayleigh Fading Channel

Simulating the WiMAX Physical Layer in Rayleigh Fading Channel Simulating the WiMAX Physical Layer in Rayleigh Fading Channel Jamal Mountassir, Horia Balta, Marius Oltean, Maria Kovaci, Alexandru Isar Department of Communications, University Politehnica, Timisoara,

More information

IEEE Working Group on Mobile Broadband Wireless Access <http://grouper.ieee.org/groups/802/20/>

IEEE Working Group on Mobile Broadband Wireless Access <http://grouper.ieee.org/groups/802/20/> 00-0- Project Title Date Submitted Source(s) Re: Abstract Purpose Notice Release Patent Policy IEEE 0.0 Working Group on Mobile Broadband Wireless Access IEEE C0.0-/0

More information

PHY Layer NCHU CSE WMAN - 1

PHY Layer NCHU CSE WMAN - 1 PHY Layer NCHU CSE WMAN - 1 Multiple Access and Duplexing Time-Division Duplex (TDD) DL & UL time-share the same RF channel Dynamic asymmetry (also named as Demand Assigned Multiple Access : DAMA) Half-duplex

More information

Channel partitioning protocols

Channel partitioning protocols Wireless Networks a.y. 2010-2011 Channel partitioning protocols Giacinto Gelli DIBET gelli@unina.it 1 Outline Introduction Duplexing techniques FDD TDD Channel partitioning techniques FDMA TDMA CDMA Hybrid

More information

Wireless Communication

Wireless Communication Wireless Communication Systems @CS.NCTU Lecture 14: Full-Duplex Communications Instructor: Kate Ching-Ju Lin ( 林靖茹 ) 1 Outline What s full-duplex Self-Interference Cancellation Full-duplex and Half-duplex

More information

Further Vision on TD-SCDMA Evolution

Further Vision on TD-SCDMA Evolution Further Vision on TD-SCDMA Evolution LIU Guangyi, ZHANG Jianhua, ZHANG Ping WTI Institute, Beijing University of Posts&Telecommunications, P.O. Box 92, No. 10, XiTuCheng Road, HaiDian District, Beijing,

More information

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

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /WCNC.2009. Tran, M., Halls, DE., Nix, AR., Doufexi, A., & Beach, MA. (9). Mobile WiMAX: MIMO performance analysis from a Quality of Service (QoS) viewpoint. In IEEE Wireless Communications and Networking Conference

More information

IEEE c-00/40. IEEE Broadband Wireless Access Working Group <

IEEE c-00/40. IEEE Broadband Wireless Access Working Group < Project Title Date Submitted Source(s) IEEE 802.16 Broadband Wireless Access Working Group Initial PHY Layer System Proposal for Sub 11 GHz BWA 2000-10-30 Anader Benyamin-Seeyar

More information

TECHTRAINED. Foundations Explained. Learn Technology in 10 minutes. Contact:

TECHTRAINED. Foundations Explained. Learn Technology in 10 minutes. Contact: TT 1608: LTE Air Interface Foundations Explained Contact: hello@techtrained.com 469-619-7419 918-908-0336 Course Overview: If you are trying to learn LTE and don t know where to start. You or your technical

More information

UNDERSTANDING LTE WITH MATLAB

UNDERSTANDING LTE WITH MATLAB UNDERSTANDING LTE WITH MATLAB FROM MATHEMATICAL MODELING TO SIMULATION AND PROTOTYPING Dr Houman Zarrinkoub MathWorks, Massachusetts, USA WILEY Contents Preface List of Abbreviations 1 Introduction 1.1

More information

Fine-grained Channel Access in Wireless LAN. Cristian Petrescu Arvind Jadoo UCL Computer Science 20 th March 2012

Fine-grained Channel Access in Wireless LAN. Cristian Petrescu Arvind Jadoo UCL Computer Science 20 th March 2012 Fine-grained Channel Access in Wireless LAN Cristian Petrescu Arvind Jadoo UCL Computer Science 20 th March 2012 Physical-layer data rate PHY layer data rate in WLANs is increasing rapidly Wider channel

More information

Daniel Bültmann, Torsten Andre. 17. Freundeskreistreffen Workshop D. Bültmann, ComNets, RWTH Aachen Faculty 6

Daniel Bültmann, Torsten Andre. 17. Freundeskreistreffen Workshop D. Bültmann, ComNets, RWTH Aachen Faculty 6 Cell Spectral Efficiency of a 3GPP LTE-Advanced System Daniel Bültmann, Torsten Andre 17. Freundeskreistreffen Workshop 2010 12.03.2010 2010 D. Bültmann, ComNets, RWTH Aachen Faculty 6 Schedule of IMT-A

More information

OFDMA PHY for EPoC: a Baseline Proposal. Andrea Garavaglia and Christian Pietsch Qualcomm PAGE 1

OFDMA PHY for EPoC: a Baseline Proposal. Andrea Garavaglia and Christian Pietsch Qualcomm PAGE 1 OFDMA PHY for EPoC: a Baseline Proposal Andrea Garavaglia and Christian Pietsch Qualcomm PAGE 1 Supported by Jorge Salinger (Comcast) Rick Li (Cortina) Lup Ng (Cortina) PAGE 2 Outline OFDM: motivation

More information

Prototyping Next-Generation Communication Systems with Software-Defined Radio

Prototyping Next-Generation Communication Systems with Software-Defined Radio Prototyping Next-Generation Communication Systems with Software-Defined Radio Dr. Brian Wee RF & Communications Systems Engineer 1 Agenda 5G System Challenges Why Do We Need SDR? Software Defined Radio

More information

UNIK4230: Mobile Communications. Abul Kaosher

UNIK4230: Mobile Communications. Abul Kaosher UNIK4230: Mobile Communications Abul Kaosher abul.kaosher@nsn.com Multiple Access Multiple Access Introduction FDMA (Frequency Division Multiple Access) TDMA (Time Division Multiple Access) CDMA (Code

More information

OBJECTIVES. Understand the basic of Wi-MAX standards Know the features, applications and advantages of WiMAX

OBJECTIVES. Understand the basic of Wi-MAX standards Know the features, applications and advantages of WiMAX OBJECTIVES Understand the basic of Wi-MAX standards Know the features, applications and advantages of WiMAX INTRODUCTION WIMAX the Worldwide Interoperability for Microwave Access, is a telecommunications

More information

Implementation of Convolutional Turbo Codes and Timing / Frequency Tracking for Mobile WiMAX

Implementation of Convolutional Turbo Codes and Timing / Frequency Tracking for Mobile WiMAX Implementation of Convolutional Turbo Codes and Timing / Frequency Tracking for Mobile WiMAX By Eng. Amr Mohamed Ahmed Mohamed Hussien Electronics and Communications Department Faculty of Engineering,

More information

TABLE OF CONTENTS CHAPTER TITLE PAGE

TABLE OF CONTENTS CHAPTER TITLE PAGE TABLE OF CONTENTS CHAPTER TITLE PAGE DECLARATION ACKNOWLEDGEMENT ABSTRACT ABSTRAK TABLE OF CONTENTS LIST OF TABLES LIST OF FIGURES LIST OF ABBREVIATIONS i i i i i iv v vi ix xi xiv 1 INTRODUCTION 1 1.1

More information

SNS COLLEGE OF ENGINEERING COIMBATORE DEPARTMENT OF INFORMATION TECHNOLOGY QUESTION BANK

SNS COLLEGE OF ENGINEERING COIMBATORE DEPARTMENT OF INFORMATION TECHNOLOGY QUESTION BANK SNS COLLEGE OF ENGINEERING COIMBATORE 641107 DEPARTMENT OF INFORMATION TECHNOLOGY QUESTION BANK EC6801 WIRELESS COMMUNICATION UNIT-I WIRELESS CHANNELS PART-A 1. What is propagation model? 2. What are the

More information

Comparative study between Mobile WiMAX (IEEE802.16e based) and 3GPP LTE

Comparative study between Mobile WiMAX (IEEE802.16e based) and 3GPP LTE Comparative study between Mobile WiMAX (IEEE802.16e based) and 3GPP LTE Karim Ahmed Samy Banawan, Mohammed Salaheldin Abdullah, and Mohamed Abdel Ghani Mohammed El-Gharabawy. Abstract: In this paper we

More information

Contributions for 5G Development at Brazil. Dr. Henry Douglas Rodrigues May 22 nd 2018

Contributions for 5G Development at Brazil. Dr. Henry Douglas Rodrigues May 22 nd 2018 Contributions for 5G Development at Brazil Dr. Henry Douglas Rodrigues May 22 nd 2018 Agenda Motivations for 5G Inatel Contributions for 5G Demos and Performance Future Work Conclusions Motivations Motivations

More information

UNIVERSITY OF MICHIGAN DEPARTMENT OF ELECTRICAL ENGINEERING : SYSTEMS EECS 555 DIGITAL COMMUNICATION THEORY

UNIVERSITY OF MICHIGAN DEPARTMENT OF ELECTRICAL ENGINEERING : SYSTEMS EECS 555 DIGITAL COMMUNICATION THEORY UNIVERSITY OF MICHIGAN DEPARTMENT OF ELECTRICAL ENGINEERING : SYSTEMS EECS 555 DIGITAL COMMUNICATION THEORY Study Of IEEE P802.15.3a physical layer proposals for UWB: DS-UWB proposal and Multiband OFDM

More information

SYMBOL SIZE CONSIDERATIONS FOR EPOC BASED OFDM PHY. Avi Kliger, Leo Montreuil, Tom Kolze Broadcom

SYMBOL SIZE CONSIDERATIONS FOR EPOC BASED OFDM PHY. Avi Kliger, Leo Montreuil, Tom Kolze Broadcom SYMBOL SIZE CONSIDERATIONS FOR EPOC BASED OFDM PHY Avi Kliger, Leo Montreuil, Tom Kolze Broadcom OFDM Symbol Size Considerations Throughput CP overhead reduces with long symbols OFDMA framing with long

More information

Addressing Future Wireless Demand

Addressing Future Wireless Demand Addressing Future Wireless Demand Dave Wolter Assistant Vice President Radio Technology and Strategy 1 Building Blocks of Capacity Core Network & Transport # Sectors/Sites Efficiency Spectrum 2 How Do

More information