GPU-accelerated SDR Implementation of Multi-User Detector for Satellite Return Links

Size: px
Start display at page:

Download "GPU-accelerated SDR Implementation of Multi-User Detector for Satellite Return Links"

Transcription

1 DLR.de Chart 1 GPU-accelerated SDR Implementation of Multi-User Detector for Satellite Return Links Chen Tang chen.tang@dlr.de Institute of Communication and Navigation German Aerospace Center

2 DLR.de Chart 2 Preamble German Aerospace Center National aeronautics and space research center of Germany

3 DLR.de Chart 3 Preamble German Aerospace Center National aeronautics and space research center of Germany Wide range of R&D projects in national and international partnerships DLR & NASA operate the flying infrared telescope SOFIA DLR operates/coordinate the Columbus (European lab module on ISS) Galileo satellite navigation system

4 DLR.de Chart 4 Preamble The work presented here has been developed in the scope of NEXT (Network Coding Satellite Experiment) project funded by German Space Agency that paved the way to the GEO research communication satellite H2Sat (2017) H2Sat: explore and test new broadband (high data rate) satellite communication

5 DLR.de Chart 5 Overview What Problems? Introduction and Motivation How to Solve? Multi-User Detection (MUD) System Design GPU-accelerated SDR Implementation of MUD Result and Outlook

6 DLR.de Chart 6 Overview What Problems? Introduction and Motivation How to Solve? Multi-User Detection (MUD) System Design GPU-accelerated SDR Implementation of MUD Result and Outlook

7 DLR.de Chart 7 Introduction and Motivation Unidirectional satellite broadcast service

8 DLR.de Chart 8 Introduction and Motivation Bidirectional satellite communication Forward link Return link e.g. internet over satellite; interactive satellite TV services Multi-user access issue

9 DLR.de Chart 9 Introduction and Motivation Bidirectional satellite communication Forward link Return link e.g. internet over satellite; interactive satellite TV services Multi-user access issue

10 DLR.de Chart 10 Introduction and Motivation Bidirectional satellite communication Forward link Return link e.g. internet over satellite; interactive satellite TV services TDMA Multi-user access issue Multi-access schemes: Time Division Multiple Access f t

11 DLR.de Chart 11 Introduction and Motivation Bidirectional satellite communication Forward link Return link e.g. internet over satellite; interactive satellite TV services FDMA Multi-user access issue Multi-access schemes: Frequency Division Multiple Access f t

12 DLR.de Chart 12 Introduction and Motivation Bidirectional satellite communication Forward link Return link e.g. internet over satellite; interactive satellite TV services MF-TDMA (e.g. DVB-RCS) Multi-user access issue Scarcity and high cost of satellite frequency spectrum (millions of dollars) How to improve spectrum efficiency? Multi-User Detection (MUD) f t

13 DLR.de Chart 13 Overview What Problems? Introduction and Motivation How to Solve? Multi-User Detection (MUD) System Design GPU-accelerated SDR Implementation of MUD Result and Outlook

14 DLR.de Chart 14 Multi-User Detection (MUD) System Multiple users transmit at the same frequency and time A transparent satellite return link Multiuser Detection (MUD) Increase spectrum efficiency Few practical MUD implementations for satellite systems High complexity Sensitive to synchronization and channel estimation errors Main objectives: Develop a MUD receiver Increase decoding throughput real-time processing

15 DLR.de Chart 15 MUD System Design p user 1 user 2 transmit user 2 for free f Successive Interference Cancellation (SIC) Sequentially decode users & cancel interference Linear complexity on number of users Straightforward extension to support more users

16 DLR.de Chart 16 Overview What Problems? Introduction and Motivation How to Solve? Multi-User Detection (MUD) System Design GPU-accelerated SDR Implementation of MUD Result and Outlook

17 DLR.de Chart 17 MUD System Design SDR = Software Defined Radio Components (e.g. filter, amplifier, modulator etc.) in a communication system are implemented via software Benefits vs hardware-based devices: Flexible to change Lower cost Shorter development time Drawback vs hardware-based devices: Low processing power

18 DLR.de Chart 18 SDR Programmable radio devices DSP (Digital Signal Processor) FPGA (Field Programmable Gate Arrays) SoC (Programmable System on Chip) GPGPU (General-Purpose GPU)

19 DLR.de Chart 19 GPU-based SDR Restriction of FPGA-based SDR Long development time and complexity No standardized protocols, interfaces or architectures less portable Nvidia CUDA GPU-based SDR High performance Nvidia Tesla c2070: 448 cores; 515 GFLOPs of double-precision peak performance

20 DLR.de Chart 20 GPU-based SDR Restriction of FPGA-based SDR Long development time and complexity No standardized protocols, interfaces or architectures less portable Nvidia CUDA GPU-based SDR High performance Less effort to develop Unified architecture more portable GPU: Nvidia GTX285 HC1: 5 x Virtex-5 FPGA Ref: GPU vs FPGA for high productivity computing, 2010 (David H. Jones, A. Powell, C. Bouganis, Peter Y.K. Cheung)

21 DLR.de Chart 21 MUD System Design Real-time implementation of MUD is challenging T ddd T fffff Processing bottlenecks: LDPC channel decoding EM channel estimation Resampling and interference cancellation V 1 V 2 V 3 V 4 V n... V i C j U1: n = 4800 k = 3200 LDPC... C 1 C 2 C 3 C n - k C j V i U2: n = 4800 k = 2400

22 DLR.de Chart 22 GPU-based MUD Processing bottlenecks LDPC Channel Decoding EM Channel Estimation Interference Cancellation To be accelerated by GPU 4800 nodes to be processed iteratively Thousands-points FFT iteratively Resampling, thousands-points FFT

23 DLR.de Chart 23 MUD receiver on GPU Processing bottlenecks: LDPC channel decoding EM channel estimation Resampling and interference cancellation Data transfer between host and device memory (144GB/s of Nvidia Tesla vs. 8GB/s of PCIe*16) GPU CPU GPU CPU GPU CPU GPU CPU All parts of each single user receiver and interference cancellation on GPU Minimize the latency of intermediate data transfer between host and device memory

24 DLR.de Chart 24 Overview What Problems? Introduction and Motivation How to Solve? Multi-User Detection (MUD) System Design GPU-accelerated SDR Implementation of MUD Result and Outlook

25 DLR.de Chart 25 Simulation Setup GPU Nvidia Tesla c2070 (1.15GHz, CUDA compatibility: 2.0) Comparison benchmark: Intel Xeon CPU E5620 (2.4GHz) Channel coding: LDPC Irregular Repeat Accumulate Blocklength: 4800 bits U1 coderate: 2/3, U2 coderate: 1/2 Baud-rate: symbols/second real-time decoding threshold: ca. 85ms (66 kbps)

26 DLR.de Chart 26 Simulation Result Comparison of total processing time of MUD between CPU and GPU

27 DLR.de Chart 27 Simulation Result Comparison of total processing time of MUD between CPU and GPU

28 DLR.de Chart 28 Simulation Result Real-time threshold

29 DLR.de Chart 29 Summary SDR implementation of MUD receiver High flexibility and low cost Extension to support more users GPU acceleration 1.8x ~ 3.8x faster than the real-time decoding threshold Still space to improve New GPU better performance GPU CUDA is very promising for powerful parallel computing Low learning curve Heterogeneous: mixed serial-parallel programming Scalable Days/weeks of simulation hours

30 DLR.de Chart 30 Thank you very much! Q&A

GPU-accelerated SDR Implementation of a Multi-User Detector for Satellite Return Links

GPU-accelerated SDR Implementation of a Multi-User Detector for Satellite Return Links GPU-accelerated SDR Implementation of a Multi-User Detector for Satellite Return Links Chen Tang, Francisco Lázaro Blasco, Student Member, IEEE Abstract In the past decade new satellite applications have

More information

RF and Microwave Test and Design Roadshow 5 Locations across Australia and New Zealand

RF and Microwave Test and Design Roadshow 5 Locations across Australia and New Zealand RF and Microwave Test and Design Roadshow 5 Locations across Australia and New Zealand Advanced PXI Technologies Signal Recording, FPGA s, and Synchronization Outline Introduction to the PXI Architecture

More information

Computational Efficiency of the GF and the RMF Transforms for Quaternary Logic Functions on CPUs and GPUs

Computational Efficiency of the GF and the RMF Transforms for Quaternary Logic Functions on CPUs and GPUs 5 th International Conference on Logic and Application LAP 2016 Dubrovnik, Croatia, September 19-23, 2016 Computational Efficiency of the GF and the RMF Transforms for Quaternary Logic Functions on CPUs

More information

CUDA-Accelerated Satellite Communication Demodulation

CUDA-Accelerated Satellite Communication Demodulation CUDA-Accelerated Satellite Communication Demodulation Renliang Zhao, Ying Liu, Liheng Jian, Zhongya Wang School of Computer and Control University of Chinese Academy of Sciences Outline Motivation Related

More information

Implementation of a Multi-User Detector for Satellite Return Links on a GPU Platform

Implementation of a Multi-User Detector for Satellite Return Links on a GPU Platform Implementation of a Multi-User Detector for Satellite Return Links on a GPU Platform Francisco Lázaro Blasco, Student Member, IEEE, Chen Tang, Abstract Due to the scarcity and high cost of satellite frequency

More information

2015 The MathWorks, Inc. 1

2015 The MathWorks, Inc. 1 2015 The MathWorks, Inc. 1 What s Behind 5G Wireless Communications? 서기환과장 2015 The MathWorks, Inc. 2 Agenda 5G goals and requirements Modeling and simulating key 5G technologies Release 15: Enhanced Mobile

More information

SDR OFDM Waveform design for a UGV/UAV communication scenario

SDR OFDM Waveform design for a UGV/UAV communication scenario SDR OFDM Waveform design for a UGV/UAV communication scenario SDR 11-WInnComm-Europe Christian Blümm 22nd June 2011 Content Introduction Scenario Hardware Platform Waveform TDMA Designing and Testing Conclusion

More information

What s Behind 5G Wireless Communications?

What s Behind 5G Wireless Communications? What s Behind 5G Wireless Communications? Marc Barberis 2015 The MathWorks, Inc. 1 Agenda 5G goals and requirements Modeling and simulating key 5G technologies Release 15: Enhanced Mobile Broadband IoT

More information

DESIGN OF A MEASUREMENT PLATFORM FOR COMMUNICATIONS SYSTEMS

DESIGN OF A MEASUREMENT PLATFORM FOR COMMUNICATIONS SYSTEMS DESIGN OF A MEASUREMENT PLATFORM FOR COMMUNICATIONS SYSTEMS P. Th. Savvopoulos. PhD., A. Apostolopoulos 2, L. Dimitrov 3 Department of Electrical and Computer Engineering, University of Patras, 265 Patras,

More information

Multi-core Platforms for

Multi-core Platforms for 20 JUNE 2011 Multi-core Platforms for Immersive-Audio Applications Course: Advanced Computer Architectures Teacher: Prof. Cristina Silvano Student: Silvio La Blasca 771338 Introduction on Immersive-Audio

More information

High Performance Computing for Engineers

High Performance Computing for Engineers High Performance Computing for Engineers David Thomas dt10@ic.ac.uk / https://github.com/m8pple Room 903 http://cas.ee.ic.ac.uk/people/dt10/teaching/2014/hpce HPCE / dt10/ 2015 / 0.1 High Performance Computing

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

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

Ben Baker. Sponsored by:

Ben Baker. Sponsored by: Ben Baker Sponsored by: Background Agenda GPU Computing Digital Image Processing at FamilySearch Potential GPU based solutions Performance Testing Results Conclusions and Future Work 2 CPU vs. GPU Architecture

More information

Table of Contents HOL ADV

Table of Contents HOL ADV Table of Contents Lab Overview - - Horizon 7.1: Graphics Acceleartion for 3D Workloads and vgpu... 2 Lab Guidance... 3 Module 1-3D Options in Horizon 7 (15 minutes - Basic)... 5 Introduction... 6 3D Desktop

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

Real-Time Software Receiver Using Massively Parallel

Real-Time Software Receiver Using Massively Parallel Real-Time Software Receiver Using Massively Parallel Processors for GPS Adaptive Antenna Array Processing Jiwon Seo, David De Lorenzo, Sherman Lo, Per Enge, Stanford University Yu-Hsuan Chen, National

More information

A Scalable Computer Architecture for

A Scalable Computer Architecture for A Scalable Computer Architecture for On-line Pulsar Search on the SKA - Draft Version - G. Knittel, A. Horneffer MPI for Radio Astronomy Bonn with help from: M. Kramer, B. Klein, R. Eatough GPU-Based Pulsar

More information

Accelerated Impulse Response Calculation for Indoor Optical Communication Channels

Accelerated Impulse Response Calculation for Indoor Optical Communication Channels Accelerated Impulse Response Calculation for Indoor Optical Communication Channels M. Rahaim, J. Carruthers, and T.D.C. Little Department of Electrical and Computer Engineering Boston University, Boston,

More information

EM Simulation of Automotive Radar Mounted in Vehicle Bumper

EM Simulation of Automotive Radar Mounted in Vehicle Bumper EM Simulation of Automotive Radar Mounted in Vehicle Bumper Abstract Trends in automotive safety are pushing radar systems to higher levels of accuracy and reliable target identification for blind spot

More information

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

Developing and Prototyping Next-Generation Communications Systems

Developing and Prototyping Next-Generation Communications Systems Developing and Prototyping Next-Generation Communications Systems Dr. Amod Anandkumar Team Lead Signal Processing and Communications Application Engineering Group 2015 The MathWorks, Inc. 1 Proliferation

More information

Multi-Channel Charge Pulse Amplification, Digitization and Processing ASIC for Detector Applications

Multi-Channel Charge Pulse Amplification, Digitization and Processing ASIC for Detector Applications 1.0 Multi-Channel Charge Pulse Amplification, Digitization and Processing ASIC for Detector Applications Peter Fischer for Tim Armbruster, Michael Krieger and Ivan Peric Heidelberg University Motivation

More information

Supporting x86-64 Address Translation for 100s of GPU Lanes. Jason Power, Mark D. Hill, David A. Wood

Supporting x86-64 Address Translation for 100s of GPU Lanes. Jason Power, Mark D. Hill, David A. Wood Supporting x86-64 Address Translation for 100s of GPU s Jason Power, Mark D. Hill, David A. Wood Summary Challenges: CPU&GPUs physically integrated, but logically separate; This reduces theoretical bandwidth,

More information

HIGH PERFORMANCE COMPUTING USING GPGPU FOR RADAR APPLICATIONS

HIGH PERFORMANCE COMPUTING USING GPGPU FOR RADAR APPLICATIONS HIGH PERFORMANCE COMPUTING USING GPGPU FOR RADAR APPLICATIONS Viswam Gampala 1 (visgam@yahoo.co.in), Akshay BM 1, A Vengadarajan 1, PS Avadhani 2 1. Electronics & Radar Development Establishment, DRDO,

More information

PoC #1 On-chip frequency generation

PoC #1 On-chip frequency generation 1 PoC #1 On-chip frequency generation This PoC covers the full on-chip frequency generation system including transport of signals to receiving blocks. 5G frequency bands around 30 GHz as well as 60 GHz

More information

Tokyo Tech, Sony, JRC and KDDI Labs have jointly developed a 40 GHz and 60 GHz wave-based high-throughput wireless access network

Tokyo Tech, Sony, JRC and KDDI Labs have jointly developed a 40 GHz and 60 GHz wave-based high-throughput wireless access network March 1, 2016 News Release Tokyo Institute of Technology Sony Corporation Japan Radio Co. Ltd KDDI R&D Laboratories, Inc. Tokyo Tech, Sony, JRC and KDDI Labs have jointly developed a 40 GHz and 60 GHz

More information

RF and Microwave Test and Design Roadshow Cape Town & Midrand

RF and Microwave Test and Design Roadshow Cape Town & Midrand RF and Microwave Test and Design Roadshow Cape Town & Midrand Advanced PXI Technologies Signal Recording, FPGA s, and Synchronization Philip Ehlers Outline Introduction to the PXI Architecture PXI Data

More information

4.4 Implementation Structures in FPGAs and DSPs. Presented by Lee Pucker President, ForwardLink Consulting

4.4 Implementation Structures in FPGAs and DSPs. Presented by Lee Pucker President, ForwardLink Consulting 4.4 Implementation Structures in FPGAs and DSPs Presented by Lee Pucker President, ForwardLink Consulting Agenda Case Study on Implementation Structures Synchronization in a GSM Network Option 1: DSP Implementation

More information

DLR s Optical Communications Program for 2018 and beyond. Dr. Sandro Scalise Institute of Communications and Navigation

DLR s Optical Communications Program for 2018 and beyond. Dr. Sandro Scalise Institute of Communications and Navigation DLR.de Chart 1 DLR s Optical Communications Program for 2018 and beyond Dr. Sandro Scalise Institute of Communications and Navigation DLR.de Chart 3 Relevant Scenarios Unidirectional Links Main application

More information

Using SDR for Cost-Effective DTV Applications

Using SDR for Cost-Effective DTV Applications Int'l Conf. Wireless Networks ICWN'16 109 Using SDR for Cost-Effective DTV Applications J. Kwak, Y. Park, and H. Kim Dept. of Computer Science and Engineering, Korea University, Seoul, Korea {jwuser01,

More information

The German National Project ICONAV

The German National Project ICONAV Chart 1 ICNS Conference > The German National Project ICONAV > 23.04.2013 The German National Project ICONAV M. Schnell 1, U. Epple 1, D. Shutin 1, N. Schneckenburger 1, Thomas Bögl 2 1) German Aerospace

More information

Recent Advances in Simulation Techniques and Tools

Recent Advances in Simulation Techniques and Tools Recent Advances in Simulation Techniques and Tools Yuyang Li, li.yuyang(at)wustl.edu (A paper written under the guidance of Prof. Raj Jain) Download Abstract: Simulation refers to using specified kind

More information

A GENERAL SYSTEM DESIGN & IMPLEMENTATION OF SOFTWARE DEFINED RADIO SYSTEM

A GENERAL SYSTEM DESIGN & IMPLEMENTATION OF SOFTWARE DEFINED RADIO SYSTEM A GENERAL SYSTEM DESIGN & IMPLEMENTATION OF SOFTWARE DEFINED RADIO SYSTEM 1 J. H.VARDE, 2 N.B.GOHIL, 3 J.H.SHAH 1 Electronics & Communication Department, Gujarat Technological University, Ahmadabad, India

More information

Vector-LDPC Codes for Mobile Broadband Communications

Vector-LDPC Codes for Mobile Broadband Communications Vector-LDPC Codes for Mobile Broadband Communications Whitepaper November 23 Flarion Technologies, Inc. Bedminster One 35 Route 22/26 South Bedminster, NJ 792 Tel: + 98-947-7 Fax: + 98-947-25 www.flarion.com

More information

MASTER THESIS PROJECT PROPOSALS: SIGNAL PROCESSING FOR WIRELESS AND SATELLITE COMMUNICATIONS

MASTER THESIS PROJECT PROPOSALS: SIGNAL PROCESSING FOR WIRELESS AND SATELLITE COMMUNICATIONS MASTER THESIS PROJECT PROPOSALS: SIGNAL PROCESSING FOR WIRELESS AND SATELLITE COMMUNICATIONS Prof. Claudio Sacchi Academic year 2017-2018 General rules The listed thesis projects are specifically available

More information

Hardware Architecture of Software Defined Radio (SDR)

Hardware Architecture of Software Defined Radio (SDR) Hardware Architecture of Software Defined Radio (SDR) Tassadaq Hussain Assistant Professor: Riphah International University Research Collaborations: Microsoft Barcelona Supercomputing Center University

More information

SDR TESTBENCH FOR SATELLITE COMMUNICATIONS

SDR TESTBENCH FOR SATELLITE COMMUNICATIONS SDR TESTBENCH FOR SATELLITE COMMUNICATIONS Kris Huber (Array Systems Computing Inc., Toronto, Ontario, Canada, khuber@array.ca); Weixiong Lin (Array Systems Computing Inc., Toronto, Ontario, Canada). ABSTRACT

More information

Exploring Trends in Technology and Testing in Satellite Communications

Exploring Trends in Technology and Testing in Satellite Communications Exploring Trends in Technology and Testing in Satellite Communications Aerospace Defense Symposium Giuseppe Savoia Keysight Technologies Agenda Page 2 Evolving military and commercial satellite communications

More information

Fixed-Point Aspects of MIMO OFDM Detection on SDR Platforms

Fixed-Point Aspects of MIMO OFDM Detection on SDR Platforms Fixed-Point Aspects of MIMO OFDM Detection on SDR Platforms Daniel Guenther Chair ISS Integrierte Systeme der Signalverarbeitung June 27th 2012 Institute for Communication Technologies and Embedded Systems

More information

New Paradigm in Testing Heads & Media for HDD. Dr. Lutz Henckels September 2010

New Paradigm in Testing Heads & Media for HDD. Dr. Lutz Henckels September 2010 New Paradigm in Testing Heads & Media for HDD Dr. Lutz Henckels September 2010 1 WOW an amazing industry 40%+ per year aerial density growth Source: Coughlin Associates 2010 2 WOW an amazing industry Aerial

More information

Solving Large Multi-Scale Problems in CST STUDIO SUITE

Solving Large Multi-Scale Problems in CST STUDIO SUITE Solving Large Multi-Scale Problems in CST STUDIO SUITE An Aircraft Application M. Kunze, Z. Reznicek, I. Munteanu, P. Tobola, F. Wolfheimer Motivation I New A/C concepts (fly-by-wire, all electric aircraft,

More information

Document downloaded from:

Document downloaded from: Document downloaded from: http://hdl.handle.net/1251/64738 This paper must be cited as: Reaño González, C.; Pérez López, F.; Silla Jiménez, F. (215). On the design of a demo for exhibiting rcuda. 15th

More information

Massively Parallel Signal Processing for Wireless Communication Systems

Massively Parallel Signal Processing for Wireless Communication Systems Massively Parallel Signal Processing for Wireless Communication Systems Michael Wu, Guohui Wang, Joseph R. Cavallaro Department of ECE, Rice University Wireless Communication Systems Internet Information

More information

Monte Carlo integration and event generation on GPU and their application to particle physics

Monte Carlo integration and event generation on GPU and their application to particle physics Monte Carlo integration and event generation on GPU and their application to particle physics Junichi Kanzaki (KEK) GPU2016 @ Rome, Italy Sep. 26, 2016 Motivation Increase of amount of LHC data (raw &

More information

Experience with new architectures: moving from HELIOS to Marconi

Experience with new architectures: moving from HELIOS to Marconi Experience with new architectures: moving from HELIOS to Marconi Serhiy Mochalskyy, Roman Hatzky 3 rd Accelerated Computing For Fusion Workshop November 28 29 th, 2016, Saclay, France High Level Support

More information

Track and Vertex Reconstruction on GPUs for the Mu3e Experiment

Track and Vertex Reconstruction on GPUs for the Mu3e Experiment Track and Vertex Reconstruction on GPUs for the Mu3e Experiment Dorothea vom Bruch for the Mu3e Collaboration GPU Computing in High Energy Physics, Pisa September 11th, 2014 Physikalisches Institut Heidelberg

More information

C-PMSE Improving frequency utilization and coexistence for PMSE systems. Overview and Status of the Project

C-PMSE Improving frequency utilization and coexistence for PMSE systems. Overview and Status of the Project Project Office C-PMSE Robert Bosch GmbH Sennheiser electronic GmbH & Co. KG c-pmse.research-project.de info@c-pmse.research-project.de C-PMSE Improving frequency utilization and coexistence for PMSE systems

More information

TU Dresden uses National Instruments Platform for 5G Research

TU Dresden uses National Instruments Platform for 5G Research TU Dresden uses National Instruments Platform for 5G Research Wireless consumers insatiable demand for bandwidth has spurred unprecedented levels of investment from public and private sectors to explore

More information

Console Architecture 1

Console Architecture 1 Console Architecture 1 Overview What is a console? Console components Differences between consoles and PCs Benefits of console development The development environment Console game design PS3 in detail

More information

FTMS Booster X1 High-performance data acquisition system for FT-ICR MS

FTMS Booster X1 High-performance data acquisition system for FT-ICR MS FTMS Booster X1 High-performance data acquisition system for FT-ICR MS What is FTMS Booster? The Spectroswiss FTMS Booster X1 is a high-performance data acquisition and analysis system based on state-of-the-art

More information

Image-Domain Gridding on Accelerators

Image-Domain Gridding on Accelerators Netherlands Institute for Radio Astronomy Image-Domain Gridding on Accelerators Bram Veenboer Monday 26th March, 2018, GPU Technology Conference 2018, San Jose, USA ASTRON is part of the Netherlands Organisation

More information

DSP Dude: A DSP Audio Pre-Amplifier

DSP Dude: A DSP Audio Pre-Amplifier DSP Dude: A DSP Audio Pre-Amplifier 6.111 Project Proposal Yanni Coroneos and Valentina Chamorro Overview Our goal with this project is to make a digital signal processor for audio that a user can easily

More information

White Paper Unlocking the Potential of LDPC, New FlexLDPC Coding from. Datum Systems. for PSM-500, 500L & 500LT Series Modems

White Paper Unlocking the Potential of LDPC, New FlexLDPC Coding from. Datum Systems. for PSM-500, 500L & 500LT Series Modems White Paper Unlocking the Potential of LDPC, New FlexLDPC Coding from Datum Systems for PSM-500, 500L & 500LT Series Modems DATUM SYSTEMS INC. 23 Las Colinas Lane #112 San Jose, CA 95119 U.S.A. Telephone:

More information

Use Nvidia Performance Primitives (NPP) in Deep Learning Training. Yang Song

Use Nvidia Performance Primitives (NPP) in Deep Learning Training. Yang Song Use Nvidia Performance Primitives (NPP) in Deep Learning Training Yang Song Outline Introduction Function Categories Performance Results Deep Learning Specific Further Information What is NPP? Image+Signal

More information

Virtual EM Prototyping: From Microwaves to Optics

Virtual EM Prototyping: From Microwaves to Optics Virtual EM Prototyping: From Microwaves to Optics Dr. Frank Demming, CST AG Dr. Avri Frenkel, Anafa Electromagnetic Solutions Virtual EM Prototyping Efficient Maxwell Equations solvers has been developed,

More information

VR-OOS System Architecture Workshop zu interaktiven VR-Technologien für On-Orbit Servicing

VR-OOS System Architecture Workshop zu interaktiven VR-Technologien für On-Orbit Servicing www.dlr.de Chart 1 > VR-OOS System Architecture > Robin Wolff VR-OOS Workshop 09/10.10.2012 VR-OOS System Architecture Workshop zu interaktiven VR-Technologien für On-Orbit Servicing Robin Wolff DLR, and

More information

SPACOMM 2009 PANEL. Challenges and Hopes in Space Navigation and Communication: From Nano- to Macro-satellites

SPACOMM 2009 PANEL. Challenges and Hopes in Space Navigation and Communication: From Nano- to Macro-satellites SPACOMM 2009 PANEL Challenges and Hopes in Space Navigation and Communication: From Nano- to Macro-satellites Lunar Reconnaissance Orbiter (LRO): NASA's mission to map the lunar surface Landing on the

More information

Redefining RF Instrumentation

Redefining RF Instrumentation Redefining RF Instrumentation Agenda Introduction RF Platform PXI Architecture NI FPGA Platform RF Instrumentation redefined Wireless Everywhere The proliferation of mobile devices, including smartphones

More information

SMART COMMUNICATION SATELLITE (SCS) PROJECT OVERVIEW. Jin JIN Space Center, Tsinghua University 2015/8/10

SMART COMMUNICATION SATELLITE (SCS) PROJECT OVERVIEW. Jin JIN Space Center, Tsinghua University 2015/8/10 SMART COMMUNICATION SATELLITE (SCS) PROJECT OVERVIEW Jin JIN Space Center, Tsinghua University 2015/8/10 OUTLINE Overview System Scheme Technical Challenges Flight Results Future 2 1 Overview Tsinghua

More information

Design and FPGA Implementation of an Adaptive Demodulator. Design and FPGA Implementation of an Adaptive Demodulator

Design and FPGA Implementation of an Adaptive Demodulator. Design and FPGA Implementation of an Adaptive Demodulator Design and FPGA Implementation of an Adaptive Demodulator Sandeep Mukthavaram August 23, 1999 Thesis Defense for the Degree of Master of Science in Electrical Engineering Department of Electrical Engineering

More information

Software Defined Radio: Enabling technologies and Applications

Software Defined Radio: Enabling technologies and Applications Mengduo Ma Cpr E 583 September 30, 2011 Software Defined Radio: Enabling technologies and Applications A Mini-Literature Survey Abstract The survey paper identifies the enabling technologies and research

More information

A review paper on Software Defined Radio

A review paper on Software Defined Radio A review paper on Software Defined Radio 1 Priyanka S. Kamble, 2 Bhalchandra B. Godbole Department of Electronics Engineering K.B.P.College of Engineering, Satara, India. Abstract -In this paper, we summarize

More information

Dr. Rolf Densing, DLR German Aerospace Center European Interparliamentary Space Conference, 23 March 2015

Dr. Rolf Densing, DLR German Aerospace Center European Interparliamentary Space Conference, 23 March 2015 Space Governance in Europe German Perspective Dr. Rolf Densing, DLR German Aerospace Center European Interparliamentary Space Conference, 23 March 2015 DLR.de Chart 2 I. The Main Actors in European Space

More information

SMACK - A SMart ACKnowledgement Scheme for Broadcast Messages in Wireless Networks. COMP Paper Presentation Junhua Yan Nov.

SMACK - A SMart ACKnowledgement Scheme for Broadcast Messages in Wireless Networks. COMP Paper Presentation Junhua Yan Nov. SMACK - A SMart ACKnowledgement Scheme for Broadcast Messages in Wireless Networks COMP635 -- Paper Presentation Junhua Yan Nov. 28, 2017 1 Reliable Transmission in Wireless Network Transmit at the lowest

More information

Scalable Front-End Digital Signal Processing for a Phased Array Radar Demonstrator. International Radar Symposium 2012 Warsaw, 24 May 2012

Scalable Front-End Digital Signal Processing for a Phased Array Radar Demonstrator. International Radar Symposium 2012 Warsaw, 24 May 2012 Scalable Front-End Digital Signal Processing for a Phased Array Radar Demonstrator F. Winterstein, G. Sessler, M. Montagna, M. Mendijur, G. Dauron, PM. Besso International Radar Symposium 2012 Warsaw,

More information

COMMUNICATIONS PANEL (CP) FIRST MEETING

COMMUNICATIONS PANEL (CP) FIRST MEETING International Civil Aviation Organization INFORMATION PAPER COMMUNICATIONS PANEL (CP) FIRST MEETING Montreal, Canada 1 5 December 2014 Agenda Item 7: Communications Panel Work Programme and Timelines Current

More information

JSC Progress MRI. ACTIVITY AREAS, EXPERIENCE and SUGGESTIONS

JSC Progress MRI. ACTIVITY AREAS, EXPERIENCE and SUGGESTIONS JSC Progress MRI ACTIVITY AREAS, EXPERIENCE and SUGGESTIONS JSC Progress Microelectronic Research Institute is - Leading design centre of the Russian Federation on the development of specialized microelectronic

More information

escience: Pulsar searching on GPUs

escience: Pulsar searching on GPUs escience: Pulsar searching on GPUs Alessio Sclocco Ana Lucia Varbanescu Karel van der Veldt John Romein Joeri van Leeuwen Jason Hessels Rob van Nieuwpoort And many others! Netherlands escience center Science

More information

Mosaic: A GPU Memory Manager with Application-Transparent Support for Multiple Page Sizes

Mosaic: A GPU Memory Manager with Application-Transparent Support for Multiple Page Sizes Mosaic: A GPU Memory Manager with Application-Transparent Support for Multiple Page Sizes Rachata Ausavarungnirun Joshua Landgraf Vance Miller Saugata Ghose Jayneel Gandhi Christopher J. Rossbach Onur

More information

SIGNAL PROCESSING WIRELESS COMMUNICATION RF TEST AND MEASUREMENT AUTOMOTIVE DEFENSE AND AEROSPACE

SIGNAL PROCESSING WIRELESS COMMUNICATION RF TEST AND MEASUREMENT AUTOMOTIVE DEFENSE AND AEROSPACE SIGNAL PROCESSING WIRELESS COMMUNICATION RF TEST AND MEASUREMENT AUTOMOTIVE DEFENSE AND AEROSPACE Your One-Stop Provider for In-Vehicle Infotainment (IVI Test), Set-Top-Box, Digital TV Mobile TV test solution.

More information

MACHINE LEARNING Games and Beyond. Calvin Lin, NVIDIA

MACHINE LEARNING Games and Beyond. Calvin Lin, NVIDIA MACHINE LEARNING Games and Beyond Calvin Lin, NVIDIA THE MACHINE LEARNING ERA IS HERE And it is transforming every industry... including Game Development OVERVIEW NVIDIA Volta: An Architecture for Machine

More information

Quick Introduction to Communication Systems

Quick Introduction to Communication Systems Quick Introduction to Communication Systems p. 1/26 Quick Introduction to Communication Systems Aly I. El-Osery, Ph.D. elosery@ee.nmt.edu Department of Electrical Engineering New Mexico Institute of Mining

More information

Development of Software Defined Radio (SDR) Receiver

Development of Software Defined Radio (SDR) Receiver Journal of Engineering and Technology of the Open University of Sri Lanka (JET-OUSL), Vol.5, No.1, 2017 Development of Software Defined Radio (SDR) Receiver M.H.M.N.D. Herath 1*, M.K. Jayananda 2, 1Department

More information

A GPU Implementation for two MIMO OFDM Detectors

A GPU Implementation for two MIMO OFDM Detectors A GPU Implementation for two MIMO OFDM Detectors Teemu Nyländen, Janne Janhunen, Olli Silvén, Markku Juntti Computer Science and Engineering Laboratory Centre for Wireless Communications University of

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

This is by far the most ideal method, but poses some logistical problems:

This is by far the most ideal method, but poses some logistical problems: NXU to Help Migrate to New Radio System Purpose This Application Note will describe a method at which NXU Network extension Units can aid in the migration from a legacy radio system to a new, or different

More information

Spectrum Detector for Cognitive Radios. Andrew Tolboe

Spectrum Detector for Cognitive Radios. Andrew Tolboe Spectrum Detector for Cognitive Radios Andrew Tolboe Motivation Currently in the United States the entire radio spectrum has already been reserved for various applications by the FCC. Therefore, if someone

More information

Automatic Gain Control Scheme for Bursty Point-to- Multipoint Wireless Communication System

Automatic Gain Control Scheme for Bursty Point-to- Multipoint Wireless Communication System Automatic Gain Control Scheme for Bursty Point-to- Multipoint Wireless Communication System Peter John Green, Goh Lee Kee, Syed Naveen Altaf Ahmed Advanced Communication Department Communication and Network

More information

Module 3: Physical Layer

Module 3: Physical Layer Module 3: Physical Layer Dr. Associate Professor of Computer Science Jackson State University Jackson, MS 39217 Phone: 601-979-3661 E-mail: natarajan.meghanathan@jsums.edu 1 Topics 3.1 Signal Levels: Baud

More information

Novel Satellite Random Access E-SSA Receiver with SIC Simulation and Prototyping

Novel Satellite Random Access E-SSA Receiver with SIC Simulation and Prototyping Novel Satellite Random Access E-SSA Receiver with SIC Simulation and Prototyping Josep Vilà Head of the Digital Signal Processing Group Satellite Communications Unit Indra Sistemas 30 th May 2018 Novel

More information

Programmable Wireless Networking Overview

Programmable Wireless Networking Overview Programmable Wireless Networking Overview Dr. Joseph B. Evans Program Director Computer and Network Systems Computer & Information Science & Engineering National Science Foundation NSF Programmable Wireless

More information

Efficient Messaging Services for Interactive Satellite Networks. Dr. Sandro Scalise, DLR (German Aerospace Center)

Efficient Messaging Services for Interactive Satellite Networks. Dr. Sandro Scalise, DLR (German Aerospace Center) www.dlr.de Chart 1 > Efficient Messaging Services for Interactive Satellite Networks > S.Scalise > 14/10/2013 Efficient Messaging Services for Interactive Satellite Networks Dr. Sandro Scalise, DLR (German

More information

Modeling the multi-conjugate adaptive optics system of the E-ELT. Laura Schreiber Carmelo Arcidiacono Giovanni Bregoli

Modeling the multi-conjugate adaptive optics system of the E-ELT. Laura Schreiber Carmelo Arcidiacono Giovanni Bregoli Modeling the multi-conjugate adaptive optics system of the E-ELT Laura Schreiber Carmelo Arcidiacono Giovanni Bregoli MAORY E-ELT Multi Conjugate Adaptive Optics Relay Wavefront sensing based on 6 (4)

More information

Millimeter Waves. Millimeter Waves. mm- Wave. 1 GHz 10 GHz 100 GHz 1 THz 10 THz 100 THz 1PHz. Infrared Light. Far IR. THz. Microwave.

Millimeter Waves. Millimeter Waves. mm- Wave. 1 GHz 10 GHz 100 GHz 1 THz 10 THz 100 THz 1PHz. Infrared Light. Far IR. THz. Microwave. Millimeter Waves Millimeter Waves 1 GHz 10 GHz 100 GHz 1 THz 10 THz 100 THz 1PHz 30 GHz 300 GHz Frequency Wavelength Microwave mm- Wave THz Far IR Infrared Light UV 10 cm 1 cm 1 mm 100 µm 10 µm 1 µm Page

More information

A 32 Gbps 2048-bit 10GBASE-T Ethernet Energy Efficient LDPC Decoder with Split-Row Threshold Decoding Method

A 32 Gbps 2048-bit 10GBASE-T Ethernet Energy Efficient LDPC Decoder with Split-Row Threshold Decoding Method A 32 Gbps 248-bit GBASE-T Ethernet Energy Efficient LDPC Decoder with Split-Row Threshold Decoding Method Tinoosh Mohsenin and Bevan M. Baas VLSI Computation Lab, ECE Department University of California,

More information

New Forward Error Correction and Modulation Technologies Low Density Parity Check (LDPC) Coding and 8-QAM Modulation in the CDM-600 Satellite Modem

New Forward Error Correction and Modulation Technologies Low Density Parity Check (LDPC) Coding and 8-QAM Modulation in the CDM-600 Satellite Modem New Forward Error Correction and Modulation Technologies Low Density Parity Check (LDPC) Coding and 8-QAM Modulation in the CDM-600 Satellite Modem Richard Miller Senior Vice President, New Technology

More information

Fast Fourier Transform Spectrometer (FFTS) Past, Present and Future

Fast Fourier Transform Spectrometer (FFTS) Past, Present and Future Fast Fourier Transform Spectrometer (FFTS) Past, Present and Future Bernd Klein Max-Planck-Institut für Radioastronomie, Bonn - Germany - instantaneous bandwidth [GHz] FFTS :: A short history 2.5 GHz 32k

More information

GPU-accelerated track reconstruction in the ALICE High Level Trigger

GPU-accelerated track reconstruction in the ALICE High Level Trigger GPU-accelerated track reconstruction in the ALICE High Level Trigger David Rohr for the ALICE Collaboration Frankfurt Institute for Advanced Studies CHEP 2016, San Francisco ALICE at the LHC The Large

More information

ModemX Heterogeneous Multi-Core Architecture for SDR Applications ASOCS Ltd. All rights reserved.

ModemX Heterogeneous Multi-Core Architecture for SDR Applications ASOCS Ltd. All rights reserved. ModemX Heterogeneous Multi-Core Architecture for SDR Applications 2007-2008 ASOCS Ltd. All rights reserved. Agenda Introduction ModemX Architecture Application Examples Summary 2012 ASOCS Ltd. All rights

More information

Payload measurements with digital signals. Markus Lörner, Product Management Signal Generation Dr. Susanne Hirschmann, Signal Processing Development

Payload measurements with digital signals. Markus Lörner, Product Management Signal Generation Dr. Susanne Hirschmann, Signal Processing Development Payload measurements with digital signals Markus Lörner, Product Management Signal Generation Dr. Susanne Hirschmann, Signal Processing Development Agenda ı Why test with modulated signals? ı Test environment

More information

Overview. Cognitive Radio: Definitions. Cognitive Radio. Multidimensional Spectrum Awareness: Radio Space

Overview. Cognitive Radio: Definitions. Cognitive Radio. Multidimensional Spectrum Awareness: Radio Space Overview A Survey of Spectrum Sensing Algorithms for Cognitive Radio Applications Tevfik Yucek and Huseyin Arslan Cognitive Radio Multidimensional Spectrum Awareness Challenges Spectrum Sensing Methods

More information

Importance of object middleware on a digital signal processor for SCA type architectures - a power/cpu management perspective

Importance of object middleware on a digital signal processor for SCA type architectures - a power/cpu management perspective Importance of object middleware on a digital signal processor for SCA type architectures - a power/cpu management perspective S. Aslam-Mir, M. Robert. J. Reed PrismTech & Virginia Tech September 2004 Agenda!

More information

Scalable Multi-Precision Simulation of Spiking Neural Networks on GPU with OpenCL

Scalable Multi-Precision Simulation of Spiking Neural Networks on GPU with OpenCL Scalable Multi-Precision Simulation of Spiking Neural Networks on GPU with OpenCL Dmitri Yudanov (Advanced Micro Devices, USA) Leon Reznik (Rochester Institute of Technology, USA) WCCI 2012, IJCNN, June

More information

FPGA Implementation of Gaussian Multicarrier. Receiver with Iterative. Interference. Canceller. Tokyo Institute of Technology

FPGA Implementation of Gaussian Multicarrier. Receiver with Iterative. Interference. Canceller. Tokyo Institute of Technology FPGA Implementation of Gaussian Multicarrier Receiver with Iterative Interference Canceller Tetsuou Ohori,, Satoshi Suyama, Hiroshi Suzuki, and Kazuhiko Fukawa Tokyo Institute of Technology This work was

More information

Performance Evaluation Of OFDM Based Wireless Communication Systems Using Graphics Processing Unit (GPU) Based High Performance Computing.

Performance Evaluation Of OFDM Based Wireless Communication Systems Using Graphics Processing Unit (GPU) Based High Performance Computing. Performance Evaluation Of OFDM Based Wireless Communication Systems Using Graphics Processing Unit (GPU) Based High Performance Computing. A Thesis submitted in partial fulfillment of the Requirements

More information

CHAPTER-2. LITERATURE REVIEW

CHAPTER-2. LITERATURE REVIEW CHAPTER-2. LITERATURE REVIEW This section describes the brief outline of the literature survey related to the 4th generation wireless technologies such as DVB-T, DVB-S, DVB-S2, IEEE 802.16 standard, Antenna

More information

Mobile Communications I Chapter 1: Introduction and History. Applications History Development of wireless systems

Mobile Communications I Chapter 1: Introduction and History. Applications History Development of wireless systems Mobile Communications I Chapter 1: Introduction and History Applications History Development of wireless systems Wireless networks in comparison to fixed networks Higher loss-rates due to interference

More information

Overview of Cognitive Radio Systems

Overview of Cognitive Radio Systems Workshop Cognitive PMSE Systems Overview of Cognitive Radio Systems Prof. Dr.-Ing. Ruediger Kays Communication Technology Institute ruediger.kays@tu-dortmund.de Contents Overview of Cognitive Radio Systems

More information

National Data Links: Waveform Design and its role in Modern Electronic Warfare operations

National Data Links: Waveform Design and its role in Modern Electronic Warfare operations National Data Links: Waveform Design and its role in Modern Electronic Warfare operations Hatim M. Behairy, Ph.D. Associate Research Professor Coordinator: Information and Communication Sector Director:

More information