GPU-based data analysis for Synthetic Aperture Microwave Imaging

Size: px
Start display at page:

Download "GPU-based data analysis for Synthetic Aperture Microwave Imaging"

Transcription

1 GPU-based data analysis for Synthetic Aperture Microwave Imaging 1 st IAEA Technical Meeting on Fusion Data Processing, Validation and Analysis 1 st -3 rd June 2015 J.C. Chorley 1, K.J. Brunner 1, N.A. Dipper 1, S.J. Freethy 4, R.M. Sharples 1 V.F. Shevchenko 3, D.A. Thomas 2, R.G.L. Vann 2 1 Durham University 2 University of York 3 Culham Centre for Fusion Energy 4 Max-Planck-Institut für Plasmaphysik This work is funded by Durham University and EPSRC grant EP/K504178/1

2 Talk outline SAMI overview Motivation for GPU acceleration GPU code and techniques Acceleration results Summary and future work 1

3 SAMI overview SAMI is the Synthetic Aperture Microwave Imaging diagnostic that reconstructs 2d thermal images of the plasma SAMI is a phased array the phase on each antenna is determined by the geometry and polarisation If the antennas do not have perfectly aligned polarisations there is an additional phase difference between the antennas The image is then the sum of the products of antenna cross-correlation 2

4 SAMI overview SAMI is the Synthetic Aperture Microwave Imaging diagnostic that reconstructs 2d thermal images of the plasma SAMI is a phased array the phase on each antenna is determined by the geometry and polarisation If the antennas do not have perfectly aligned polarisations there is an additional phase difference between the antennas The image is then the sum of the products of antenna cross-correlation 3

5 SAMI overview Optimised design for SAMI satisfying bandwidth and space requirements consists of 8 antennas [1] [2] [1] S.J. Freethy et al. IEEE transactions on antennas and propagation (2012) [2] S.J. Freethy et al. Plasma Phys. Control Fusion (2013) 4

6 SAMI overview Shot SAMI is the first diagnostic of its kind: 2d maps of Electron Bernstein Emission process and mode conversion windows Useful for RF heating and current drive SAMI has demonstrated the feasibility of a phased array microwave imaging system through a successful campaign on MAST and will be installed on NSTX-U for the next campaign In a future reactor environment a microwave imaging diagnostic such as SAMI is essential: SAMI is resilient to high energy neutron fluxes Antennas can be incorporated into vessel wall Compact design, doesn t use much wall space S.J. Freethy et al. Plasma Phys. Control Fusion (2013) 5

7 SAMI overview Above: An image of the array of Vivaldi antennas in a 21 configuration Right: The RF electronics mounted on MAST V.F. Shevchenko et al. J. Inst. 7 p10016 (2012) 6

8 SAMI overview Demanding data acquisition requirements! 16 frequency channels 14 bit sample depth (dynamic range of plasma during ELMs) Sampling at 250 Msamples/s For a total of 500ms (length of MAST shot) Data rate of 8 Gbytes/s Meaning we have 4 Gbytes raw data from SAMI per shot 7

9 Motivation for GPU code 4 Gbytes raw data per shot on MAST => 12Tbyte RAID system plus backup for M8 and M9 campaigns Data nant and Computation/Resolution nant(nant 1) Original IDL data analysis code takes ~30 minutes to process data for 1 shot on AMD Phenom(tm) II X2 560 Processor Time between shots on MAST is ~15 minutes => no intershot analysis Masses of unanalysed raw data accumulating An accelerated GPU data processing code could cycle through the data from previous campaigns in significantly reduced time and in future campaigns provide the ability to do intershot analysis Aim for real time data analysis as a multi-megawatt EBW current drive and heating system will require real time aiming and interlocking diagnostics 8

10 GPU architecture CPU CPU Cache Main System Bus System Memory Size = 64GB, Speed = 40GB/s PCIe Bus 8GB/s GPU Cache GPU Memory Size = 6GB, Speed = 250GB/s GPU Key hardware features: Massive use of long vector units Low clock speed Very fast memory No advanced instruction processing Designed to do massive parallel computations 9

11 SAMI suitability for GPU code SAMI aquires nint data points in all 8 antennas simultaneously and has a 160µs switching frequency => data structure with shape nint*nant*nf*nsweeps nsweeps = shot length switching frequency nint SIMD scenario => parallelisation by CUDA nf =1... nf=16 x nsweeps Each CUDA thread mapped to 1 element of vector unit Full vector unit = 32 consecutive threads = warp Warp processed at once by the hardware On software level threads are grouped into thread blocks 0B 128B 256B 384B 0B 128B 256B 384B Warp Warp 10

12 bootconfig.rfctrl.ini IDL code configuration data specifies which frequencies to read in and the time windows length and location TF test shot noise data data file data get_config.pro integer data cross-correlations calculated for each antenna pair, frequency sweep and upper and lower sidebands read_freq_split.pro gpu_correlate_model.pro read_bin_raw.pro voltage data for each selected frequency for each frequency sweep filter.pro calibration data correcting for phase offsets and balancing amplitudes between I and Q components via matrix inversion sideband_cal_values_upper.dat complexify.pro upper_lower_complex.dat 16 real signals get converted to 8 complex signals for upper and lower sideband calibration data correcting for phase differences between antennas due to RF electrical lengths iqphasegradient.dat calibration data correcting for phase drift between I and Q components 11

13 GPU code read_bin_raw_gpu.cu copy to GPU data conditioning forward CUFFT sideband suppression IQ correction backward CUFFT IQ_filter forward CUFFT filter backward CUFFT RF phase calibration results available on the host copy from GPU Wrote 14 CUDA kernels and made use of CUFFT library calculate cross correlations Limited memory available on GPU => can t copy all data to GPU and process at once Need to carve problem up and exploit CUDA streams and concurrency 12

14 CUDA streams and concurrency Exploit concurrency overlap copy to the GPU with kernel execution on the GPU CUDA exposes concurrency through streams a sequence of commands that execute in order copy 1 up kernel 1 copy 1 down copy 2 up kernel 2 copy 2 down Stream 1 copy 3 up copy 5 up kernel 3 kernel 5 copy 3 down copy 5 down copy 4 up copy 6 up kernel 4 kernel 6 copy 4 down copy 6 down copy 1 up kernel 1 copy 1 down copy 4 up kernel 4 copy 4 down Stream 1 copy 2 up kernel 2 copy 2 down copy 5 up kernel 5 copy 5 down Stream 2 copy 3 up kernel 3 copy 3 down copy 6 up kernel 6 copy 6 down Stream 3 13

15 GPUs support the following forms of concurrency: CUDA streams and concurrency Overlapping copies to or from the device with kernel execution Executing more than one kernel at the same time Overlapping copies to the GPU with copies from the GPU copy 1 up kernel 1 copy down 1 copy 4 up kernel 4 copy down 4 Stream 1 copy 2 up kernel 2 copy down 2 copy 5 up kernel 5 copy down 5 Stream 2 copy 3 up kernel 3 copy down 3 copy 6 up kernel 6 copy down 6 Stream 3 Time 14

16 Code development on a machine with: Acceleration results Intel(R) Xeon(R) CPU E GHz Tesla K40C 12Gbytes GDDR5 Data for a few shots on development machine to check correctness with IDL code IDL C CUDA Total time (s) Total time (mins:s) 17:18 7:44 0:17 Speed-up 2.24x 59.61x (26.67x) Acquired a dedicated GPU card for SAMI GeForce GTX770 4Gbytes GDDR5 Cycle through 1837 shots in 30 hours => averaging 58 seconds per shot Most of this increase due to CPU time and reading from hard disk 15

17 Summary and future work Successfully achieved acceleration of the SAMI data analysis code to enable the processing of 12Tbytes raw data from previous MAST campaigns Ability to compare cross-correlation data from many shots Enables inter-shot analysis in future campaigns (NSTX-U, MAST-U) Reduce run time of code aiming for real-time (how the code accesses raw data/data shape, FPGA/GPU communication 1 ) Demonstrate benefit of a multi-gpu system 1 R. Bittner et al. Cluster Comput. DOI 10/1007/s

Imaging EBW emission on MAST to diagnose the plasma edge

Imaging EBW emission on MAST to diagnose the plasma edge Imaging EBW emission on MAST to diagnose the plasma edge Roddy Vann 1, Simon Freethy 1,2, Billy Huang 2,3, Vladimir Shevchenko 2 and the MAST team Roddy.Vann@york.ac.uk 1 York Plasma Institute, Department

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

Synthetic Aperture Beamformation using the GPU

Synthetic Aperture Beamformation using the GPU Paper presented at the IEEE International Ultrasonics Symposium, Orlando, Florida, 211: Synthetic Aperture Beamformation using the GPU Jens Munk Hansen, Dana Schaa and Jørgen Arendt Jensen Center for Fast

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

Real-time Pulsar Timing signal processing on GPUs

Real-time Pulsar Timing signal processing on GPUs Real-Time Pulsar Timing Signal Processing on GPUs Plan : Pulsar Timing Instrumentations LPC2E, CNRS Orléans - FRANCE Ismaël Cognard, Gilles Theureau, Grégory Desvignes, Cédric Viou, Dalal Ait-Allal Pulsars

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

Signal Processing on GPUs for Radio Telescopes

Signal Processing on GPUs for Radio Telescopes Signal Processing on GPUs for Radio Telescopes John W. Romein Netherlands Institute for Radio Astronomy (ASTRON) Dwingeloo, the Netherlands 1 Overview radio telescopes motivation processing pipelines signal-processing

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

arxiv: v1 [astro-ph.im] 1 Sep 2015

arxiv: v1 [astro-ph.im] 1 Sep 2015 Experimental Astronomy manuscript No. (will be inserted by the editor) A Real-time Coherent Dedispersion Pipeline for the Giant Metrewave Radio Telescope Kishalay De Yashwant Gupta arxiv:1509.00186v1 [astro-ph.im]

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

TWO-DIMENSIONAL STUDIES OF ELECTRON BERNSTEIN WAVE EMISSION IN MAST

TWO-DIMENSIONAL STUDIES OF ELECTRON BERNSTEIN WAVE EMISSION IN MAST TWO-DIMENSIONAL STUDIES OF ELECTRON BERNSTEIN WAVE EMISSION IN MAST V. F. SHEVCHENKO, a * M. DE BOCK, a S. J. FREETHY, a,b A. N. SAVELIEV, c and R. G. L. VANN b a EURATOM0CCFE Fusion Association, Culham

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

BYU SAR: A LOW COST COMPACT SYNTHETIC APERTURE RADAR

BYU SAR: A LOW COST COMPACT SYNTHETIC APERTURE RADAR BYU SAR: A LOW COST COMPACT SYNTHETIC APERTURE RADAR David G. Long, Bryan Jarrett, David V. Arnold, Jorge Cano ABSTRACT Synthetic Aperture Radar (SAR) systems are typically very complex and expensive.

More information

Synthetic aperture microwave imaging with active probing for fusion plasma diagnostics

Synthetic aperture microwave imaging with active probing for fusion plasma diagnostics Synthetic aperture microwave imaging with active probing for fusion plasma diagnostics Vladimir F. Shevchenko, a Roddy G. L. Vann, b Simon J. Freethy, a,b Billy K. Huang b,c a EURATOM/CCFE Fusion Association,

More information

Liu Yang, Bong-Joo Jang, Sanghun Lim, Ki-Chang Kwon, Suk-Hwan Lee, Ki-Ryong Kwon 1. INTRODUCTION

Liu Yang, Bong-Joo Jang, Sanghun Lim, Ki-Chang Kwon, Suk-Hwan Lee, Ki-Ryong Kwon 1. INTRODUCTION Liu Yang, Bong-Joo Jang, Sanghun Lim, Ki-Chang Kwon, Suk-Hwan Lee, Ki-Ryong Kwon 1. INTRODUCTION 2. RELATED WORKS 3. PROPOSED WEATHER RADAR IMAGING BASED ON CUDA 3.1 Weather radar image format and generation

More information

Synthetic Aperture Microwave Imaging with Active Probing for Fusion Plasma Diagnostics

Synthetic Aperture Microwave Imaging with Active Probing for Fusion Plasma Diagnostics CCFE-PR(12)25 Vladimir F. Shevchenko, Roddy G. L. Vann, Simon J. Freethy, Billy K. Huang Synthetic Aperture Microwave Imaging with Active Probing for Fusion Plasma Diagnostics Enquiries about copyright

More information

How different FPGA firmware options enable digitizer platforms to address and facilitate multiple applications

How different FPGA firmware options enable digitizer platforms to address and facilitate multiple applications How different FPGA firmware options enable digitizer platforms to address and facilitate multiple applications 1 st of April 2019 Marc.Stackler@Teledyne.com March 19 1 Digitizer definition and application

More information

ni.com The NI PXIe-5644R Vector Signal Transceiver World s First Software-Designed Instrument

ni.com The NI PXIe-5644R Vector Signal Transceiver World s First Software-Designed Instrument The NI PXIe-5644R Vector Signal Transceiver World s First Software-Designed Instrument Agenda Hardware Overview Tenets of a Software-Designed Instrument NI PXIe-5644R Software Example Modifications Available

More information

2-PAD: An Introduction. The 2-PAD Team

2-PAD: An Introduction. The 2-PAD Team 2-PAD: An Introduction The 2-PAD Team Workshop, Jodrell Bank, 10 Presented th November 2009 by 2-PAD: Dr An Georgina Introduction Harris Georgina Harris for the 2-PAD Team 1 2-PAD Objectives Demonstrate

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

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

Application of Maxwell Equations to Human Body Modelling

Application of Maxwell Equations to Human Body Modelling Application of Maxwell Equations to Human Body Modelling Fumie Costen Room E, E0c at Sackville Street Building, fc@cs.man.ac.uk The University of Manchester, U.K. February 5, 0 Fumie Costen Room E, E0c

More information

2002 IEEE International Solid-State Circuits Conference 2002 IEEE

2002 IEEE International Solid-State Circuits Conference 2002 IEEE Outline 802.11a Overview Medium Access Control Design Baseband Transmitter Design Baseband Receiver Design Chip Details What is 802.11a? IEEE standard approved in September, 1999 12 20MHz channels at 5.15-5.35

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

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

Borut Baricevic. Libera LLRF. 17 September 2009

Borut Baricevic. Libera LLRF. 17 September 2009 Borut Baricevic Libera LLRF borut.baricevic@i-tech.si 17 September 2009 Outline Libera LLRF introduction Libera LLRF system topology Signal processing structure GUI and signal acquisition RF system diagnostics

More information

Automatic electron density measurements with microwave reflectometry during highdensity H-mode discharges on ASDEX Upgrade

Automatic electron density measurements with microwave reflectometry during highdensity H-mode discharges on ASDEX Upgrade Automatic electron density measurements with microwave reflectometry during highdensity H-mode discharges on ASDEX Upgrade A. Silva, P. Varela, L. Cupido, M. Manso, L. Meneses, L.Guimarãis, G. Conway 2,

More information

PXI Maestro PXI Maestro, software that accelerates wireless device test speed and reduces ATE system development time.

PXI Maestro PXI Maestro, software that accelerates wireless device test speed and reduces ATE system development time. PXI Maestro PXI Maestro, software that accelerates wireless device test speed and reduces ATE system development time. Highlights End-to-end ATE for multi-up non signalling RF test Supports single or dual

More information

PARALLEL ALGORITHMS FOR HISTOGRAM-BASED IMAGE REGISTRATION. Benjamin Guthier, Stephan Kopf, Matthias Wichtlhuber, Wolfgang Effelsberg

PARALLEL ALGORITHMS FOR HISTOGRAM-BASED IMAGE REGISTRATION. Benjamin Guthier, Stephan Kopf, Matthias Wichtlhuber, Wolfgang Effelsberg This is a preliminary version of an article published by Benjamin Guthier, Stephan Kopf, Matthias Wichtlhuber, and Wolfgang Effelsberg. Parallel algorithms for histogram-based image registration. Proc.

More information

Detection of Radio Pulses from Air Showers with LOPES

Detection of Radio Pulses from Air Showers with LOPES Detection of Radio Pulses from Air Showers with LOPES Andreas Horneffer for the LOPES Collaboration Radboud University Nijmegen Radio Emission from Air Showers air showers are known since 1965 to emit

More information

Advanced Density Profile Reflectometry; the State-of-the-Art and Measurement Prospects for ITER

Advanced Density Profile Reflectometry; the State-of-the-Art and Measurement Prospects for ITER Advanced Density Profile Reflectometry; the State-of-the-Art and Measurement Prospects for ITER by E.J. Doyle With W.A. Peebles, L. Zeng, P.-A. Gourdain, T.L. Rhodes, S. Kubota and G. Wang Dept. of Electrical

More information

CUDA 를활용한실시간 IMAGE PROCESSING SYSTEM 구현. Chang Hee Lee

CUDA 를활용한실시간 IMAGE PROCESSING SYSTEM 구현. Chang Hee Lee 1 CUDA 를활용한실시간 IMAGE PROCESSING SYSTEM 구현 Chang Hee Lee Overview Thin film transistor(tft) LCD : Inspection Object Type of Defect Type of Inspection Instrument Brief Lighting / Focusing Optic Magnification

More information

Correlator electronics. Alejandro Saez

Correlator electronics. Alejandro Saez Correlator electronics Alejandro Saez List of hardware elements to be discussed Correlator Interface Cards (CI) Correlator Cards (CC) Long Term Accumulator (LTA) Final Adder (FA) Data Port Interface (DPI)

More information

CUDA Threads. Terminology. How it works. Terminology. Streaming Multiprocessor (SM) A SM processes block of threads

CUDA Threads. Terminology. How it works. Terminology. Streaming Multiprocessor (SM) A SM processes block of threads Terminology CUDA Threads Bedrich Benes, Ph.D. Purdue University Department of Computer Graphics Streaming Multiprocessor (SM) A SM processes block of threads Streaming Processors (SP) also called CUDA

More information

Amplifier Characterization in the millimeter wave range. Tera Hertz : New opportunities for industry 3-5 February 2015

Amplifier Characterization in the millimeter wave range. Tera Hertz : New opportunities for industry 3-5 February 2015 Amplifier Characterization in the millimeter wave range Tera Hertz : New opportunities for industry 3-5 February 2015 Millimeter Wave Converter Family ZVA-Z500 ZVA-Z325 Y Band (WR02) ZVA-Z220 J Band (WR03)

More information

Parallel Programming Design of BPSK Signal Demodulation Based on CUDA

Parallel Programming Design of BPSK Signal Demodulation Based on CUDA Int. J. Communications, Network and System Sciences, 216, 9, 126-134 Published Online May 216 in SciRes. http://www.scirp.org/journal/ijcns http://dx.doi.org/1.4236/ijcns.216.9511 Parallel Programming

More information

PLANAR R54. Vector Reflectometer KEY FEATURES

PLANAR R54. Vector Reflectometer KEY FEATURES PLANAR R54 Vector Reflectometer KEY FEATURES Frequency range: 85 MHz 5.4 GHz Reflection coefficient magnitude and phase, cable loss, DTF Transmission coefficient magnitude when using two reflectometers

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

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

System Upgrades to the DIII-D Facility

System Upgrades to the DIII-D Facility System Upgrades to the DIII-D Facility A.G. Kellman for the DIII-D Team 24th Symposium on Fusion Technology Warsaw, Poland September 11-15, 2006 Upgrades Performed During the Long Torus Opening (LTOA)

More information

Phased Array Feeds A new technology for multi-beam radio astronomy

Phased Array Feeds A new technology for multi-beam radio astronomy Phased Array Feeds A new technology for multi-beam radio astronomy Aidan Hotan ASKAP Deputy Project Scientist 2 nd October 2015 CSIRO ASTRONOMY AND SPACE SCIENCE Outline Review of radio astronomy concepts.

More information

H. Y. Lee, J. W. Lee, J. G. Jo, J. Y. Park, S. C. Kim, J. I. Wang, J. Y. Jang, S. H. Kim, Y. S. Na, Y. S. Hwang

H. Y. Lee, J. W. Lee, J. G. Jo, J. Y. Park, S. C. Kim, J. I. Wang, J. Y. Jang, S. H. Kim, Y. S. Na, Y. S. Hwang Study on EBW assisted start-up and heating experiments via direct XB mode conversion from low field side injection in VEST H. Y. Lee, J. W. Lee, J. G. Jo, J. Y. Park, S. C. Kim, J. I. Wang, J. Y. Jang,

More information

Adrian Loch, Hany Assasa, Joan Palacios, and Joerg Widmer IMDEA Networks Institute. Hans Suys and Björn Debaillie Imec Belgium

Adrian Loch, Hany Assasa, Joan Palacios, and Joerg Widmer IMDEA Networks Institute. Hans Suys and Björn Debaillie Imec Belgium 1 Adrian Loch, Hany Assasa, Joan Palacios, and Joerg Widmer IMDEA Networks Institute Hans Suys and Björn Debaillie Imec Belgium 2 Zero Overhead Device Tracking December 14, 2017 Paper Lamp Omnidirectional

More information

Summer of LabVIEW. The Sunny Side of System Design. 30th June - 18th July. spain.ni.com/foro-aeroespacio-defensa

Summer of LabVIEW. The Sunny Side of System Design. 30th June - 18th July. spain.ni.com/foro-aeroespacio-defensa Summer of LabVIEW The Sunny Side of System Design 30th June - 18th July 1 Italy.ni.com National Instruments USRP RDS platform for passive radar systems development Mª Pilar Jarabo Amores Universidad de

More information

A NOVEL FPGA-BASED DIGITAL APPROACH TO NEUTRON/ -RAY PULSE ACQUISITION AND DISCRIMINATION IN SCINTILLATORS

A NOVEL FPGA-BASED DIGITAL APPROACH TO NEUTRON/ -RAY PULSE ACQUISITION AND DISCRIMINATION IN SCINTILLATORS 10th ICALEPCS Int. Conf. on Accelerator & Large Expt. Physics Control Systems. Geneva, 10-14 Oct 2005, PO2.041-4 (2005) A NOVEL FPGA-BASED DIGITAL APPROACH TO NEUTRON/ -RAY PULSE ACQUISITION AND DISCRIMINATION

More information

Dynamic Sciences International, Inc. Detection with Direction

Dynamic Sciences International, Inc. Detection with Direction Dynamic Sciences International, Inc Detection with Direction CORPORATE OVERVIEW WHO WE ARE Dynamic Sciences International, Inc. (DSII) is a public corporation Serving customers worldwide since 1972. DSII

More information

Smart Antennas in Radio Astronomy

Smart Antennas in Radio Astronomy Smart Antennas in Radio Astronomy Wim van Cappellen cappellen@astron.nl Netherlands Institute for Radio Astronomy Our mission is to make radio-astronomical discoveries happen ASTRON is an institute for

More information

IEEE SUPPLEMENT TO IEEE STANDARD FOR INFORMATION TECHNOLOGY

IEEE SUPPLEMENT TO IEEE STANDARD FOR INFORMATION TECHNOLOGY 18.4.6.11 Slot time The slot time for the High Rate PHY shall be the sum of the RX-to-TX turnaround time (5 µs) and the energy detect time (15 µs specified in 18.4.8.4). The propagation delay shall be

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

SKA NON IMAGING PROCESSING CONCEPT DESCRIPTION: GPU PROCESSING FOR REAL TIME ISOLATED RADIO PULSE DETECTION

SKA NON IMAGING PROCESSING CONCEPT DESCRIPTION: GPU PROCESSING FOR REAL TIME ISOLATED RADIO PULSE DETECTION SKA NON IMAGING PROCESSING CONCEPT DESCRIPTION: GPU PROCESSING FOR REAL TIME ISOLATED RADIO PULSE DETECTION Document number... WP2 040.130.010 TD 001 Revision... 1 Author... Aris Karastergiou Date... 2011

More information

THE USE OF A FREQUENCY DOMAIN STEPPED FREQUENCY TECHNIQUE TO OBTAIN HIGH RANGE RESOLUTION ON THE CSIR X-BAND SAR SYSTEM

THE USE OF A FREQUENCY DOMAIN STEPPED FREQUENCY TECHNIQUE TO OBTAIN HIGH RANGE RESOLUTION ON THE CSIR X-BAND SAR SYSTEM THE USE OF A FREQUENCY DOMAIN STEPPED FREQUENCY TECHNIQUE TO OBTAIN HIGH RANGE RESOLUTION ON THE CSIR X-BAND SAR SYSTEM Willie Nel, CSIR Defencetek, Pretoria, South Africa Jan Tait, CSIR Defencetek, Pretoria,

More information

Supplementary Figures

Supplementary Figures 1 Supplementary Figures a) f rep,1 Δf f rep,2 = f rep,1 +Δf RF Domain Optical Domain b) Aliasing region Supplementary Figure 1. Multi-heterdoyne beat note of two slightly shifted frequency combs. a Case

More information

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

GPU-accelerated SDR Implementation of Multi-User Detector for Satellite Return Links 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 DLR.de Chart

More information

Automatic Kernel Code Generation for Focal-plane Sensor-Processor Devices

Automatic Kernel Code Generation for Focal-plane Sensor-Processor Devices Automatic Kernel Code Generation for Focal-plane Sensor-Processor Devices Thomas Debrunner - MSc Student Imperial College London Paul Kelly - Software Performance Optimisation Group Lead, Imperial College

More information

THE OFFICINE GALILEO DIGITAL SUN SENSOR

THE OFFICINE GALILEO DIGITAL SUN SENSOR THE OFFICINE GALILEO DIGITAL SUN SENSOR Franco BOLDRINI, Elisabetta MONNINI Officine Galileo B.U. Spazio- Firenze Plant - An Alenia Difesa/Finmeccanica S.p.A. Company Via A. Einstein 35, 50013 Campi Bisenzio

More information

Threading libraries performance when applied to image acquisition and processing in a forensic application

Threading libraries performance when applied to image acquisition and processing in a forensic application Threading libraries performance when applied to image acquisition and processing in a forensic application Carlos Bermúdez MSc. in Photonics, Universitat Politècnica de Catalunya, Barcelona, Spain Student

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

R&D for ILC detectors

R&D for ILC detectors EUDET R&D for ILC detectors Daniel Haas Journée de réflexion Cartigny, Sep 2007 Outline ILC Timeline and Reference Design EUDET JRA1 testbeam infrastructure JRA1 DAQ Testbeam results Common DAQ efforts

More information

Measurement Setup for Phase Noise Test at Frequencies above 50 GHz Application Note

Measurement Setup for Phase Noise Test at Frequencies above 50 GHz Application Note Measurement Setup for Phase Noise Test at Frequencies above 50 GHz Application Note Products: R&S FSWP With recent enhancements in semiconductor technology the microwave frequency range beyond 50 GHz becomes

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

An evaluation of debayering algorithms on GPU for real-time panoramic video recording

An evaluation of debayering algorithms on GPU for real-time panoramic video recording An evaluation of debayering algorithms on GPU for real-time panoramic video recording Ragnar Langseth, Vamsidhar Reddy Gaddam, Håkon Kvale Stensland, Carsten Griwodz, Pål Halvorsen University of Oslo /

More information

Technical challenges for high-frequency wireless communication

Technical challenges for high-frequency wireless communication Journal of Communications and Information Networks Vol.1, No.2, Aug. 2016 Technical challenges for high-frequency wireless communication Review paper Technical challenges for high-frequency wireless communication

More information

Data acquisition and Trigger (with emphasis on LHC)

Data acquisition and Trigger (with emphasis on LHC) Lecture 2 Data acquisition and Trigger (with emphasis on LHC) Introduction Data handling requirements for LHC Design issues: Architectures Front-end, event selection levels Trigger Future evolutions Conclusion

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

6 TH INTERNATIONAL CONFERENCE ON APPLIED INTERNET AND INFORMATION TECHNOLOGIES 3-4 JUNE 2016, BITOLA, R. MACEDONIA PROCEEDINGS

6 TH INTERNATIONAL CONFERENCE ON APPLIED INTERNET AND INFORMATION TECHNOLOGIES 3-4 JUNE 2016, BITOLA, R. MACEDONIA PROCEEDINGS 6 TH INTERNATIONAL CONFERENCE ON APPLIED INTERNET AND INFORMATION TECHNOLOGIES 3-4 JUNE 2016, BITOLA, R. MACEDONIA PROCEEDINGS Editor: Publisher: Prof. Pece Mitrevski, PhD Faculty of Information and Communication

More information

MIMO RFIC Test Architectures

MIMO RFIC Test Architectures MIMO RFIC Test Architectures Christopher D. Ziomek and Matthew T. Hunter ZTEC Instruments, Inc. Abstract This paper discusses the practical constraints of testing Radio Frequency Integrated Circuit (RFIC)

More information

Efficient FDTD parallel processing on modern PC CPUs

Efficient FDTD parallel processing on modern PC CPUs Efficient FDTD simulations 1 of 8 Efficient FDTD parallel processing on modern PC CPUs Efficient FDTD simulations W. Simon, A. Lauer, D. Manteuffel, A. Wien, I.Wolff IMST GmbH, Carl-Friedrich-Gauss-Str.

More information

Evaluation of a Field Aligned ICRF Antenna in Alcator C-Mod

Evaluation of a Field Aligned ICRF Antenna in Alcator C-Mod Evaluation of a Field Aligned ICRF Antenna in Alcator C-Mod 24th IAEA Fusion Energy Conference San Diego, USA October 8-13 2012 S.J. Wukitch, D. Brunner, M.L. Garrett, B. Labombard, C. Lau, Y. Lin, B.

More information

NRC Workshop on NASA s Modeling, Simulation, and Information Systems and Processing Technology

NRC Workshop on NASA s Modeling, Simulation, and Information Systems and Processing Technology NRC Workshop on NASA s Modeling, Simulation, and Information Systems and Processing Technology Bronson Messer Director of Science National Center for Computational Sciences & Senior R&D Staff Oak Ridge

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

An IR UWB Research and Development Platform for a

An IR UWB Research and Development Platform for a An IR UWB Research and Development Platform for 802.15.4a Michael Fischer Ayse Adalan 2009-04-15 4 th UWB Forum on Sensing and Communication Vienna University of Technology INSTITUT FÜR NACHRICHTENTECHNIK

More information

FTMS Booster X1 High-performance data acquisition system for Orbitrap FTMS

FTMS Booster X1 High-performance data acquisition system for Orbitrap FTMS FTMS Booster X1 High-performance data acquisition system for Orbitrap FTMS 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

Data Acquisition and Digital Processing in Nuclear Fusion

Data Acquisition and Digital Processing in Nuclear Fusion Data Acquisition and Digital Processing in Nuclear Fusion Tiago Ferreira de Castro te Lintel Hekkert tiago.hekkert@ist.utl.pt Instituto de Plasmas e Fusão Nuclear (IPFN) Instituto Superior Técnico - IST,

More information

DEEP LEARNING ON RF DATA. Adam Thompson Senior Solutions Architect March 29, 2018

DEEP LEARNING ON RF DATA. Adam Thompson Senior Solutions Architect March 29, 2018 DEEP LEARNING ON RF DATA Adam Thompson Senior Solutions Architect March 29, 2018 Background Information Signal Processing and Deep Learning Radio Frequency Data Nuances AGENDA Complex Domain Representations

More information

Some Notes on Beamforming.

Some Notes on Beamforming. The Medicina IRA-SKA Engineering Group Some Notes on Beamforming. S. Montebugnoli, G. Bianchi, A. Cattani, F. Ghelfi, A. Maccaferri, F. Perini. IRA N. 353/04 1) Introduction: consideration on beamforming

More information

Model 855 RF / Microwave Signal Generator

Model 855 RF / Microwave Signal Generator Features Very low phase noise Fast switching Phase coherent switching option 2 to 8 phase coherent outputs USB, LAN, GPIB interfaces Applications Radar simulation Quantum computing High volume automated

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

ni.com Redefining RF and Microwave Instruments

ni.com Redefining RF and Microwave Instruments Redefining RF and Microwave Instruments RF Engineering Experience NI s Investment in RF & Microwave Test Research and Development (R&D): More than 15 times the R&D investment in RF & Microwave since 2003

More information

An Indoor Localization System Based on DTDOA for Different Wireless LAN Systems. 1 Principles of differential time difference of arrival (DTDOA)

An Indoor Localization System Based on DTDOA for Different Wireless LAN Systems. 1 Principles of differential time difference of arrival (DTDOA) An Indoor Localization System Based on DTDOA for Different Wireless LAN Systems F. WINKLER 1, E. FISCHER 2, E. GRASS 3, P. LANGENDÖRFER 3 1 Humboldt University Berlin, Germany, e-mail: fwinkler@informatik.hu-berlin.de

More information

Software Requirements Specification for LLRF Applications at FLASH Version 1.0 Prepared by Zheqiao Geng MSK, DESY Nov. 06, 2009

Software Requirements Specification for LLRF Applications at FLASH Version 1.0 Prepared by Zheqiao Geng MSK, DESY Nov. 06, 2009 Software Specification for LLRF Applications at FLASH Version 1.0 Prepared by Zheqiao Geng MSK, DESY Nov. 06, 2009 Copyright 2009 by Zheqiao Geng. Any change of this document should be agreed by the development

More information

KSTAR ICRF transmission line system upgrade for load resilient operation

KSTAR ICRF transmission line system upgrade for load resilient operation KSTAR ICRF transmission line system upgrade for load resilient operation H. J. Kim, S. J. Wang, Y. S. Bae, H. L. Yang, J.-G. Kwak, S. H. Kim a and M. Park a KSTAR Research Center, NFRI a Fusion Plasma

More information

SX-NSR 2.0 A Multi-frequency and Multi-sensor Software Receiver with a Quad-band RF Front End

SX-NSR 2.0 A Multi-frequency and Multi-sensor Software Receiver with a Quad-band RF Front End SX-NSR 2.0 A Multi-frequency and Multi-sensor Software Receiver with a Quad-band RF Front End - with its use for Reflectometry - N. Falk, T. Hartmann, H. Kern, B. Riedl, T. Pany, R. Wolf, J.Winkel, IFEN

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

PXI WLAN Measurement Suite Data Sheet

PXI WLAN Measurement Suite Data Sheet PXI WLAN Measurement Suite Data Sheet The most important thing we build is trust Bench-top R&D and production ready ATE RF performance verification tools Multi device parallel testing for higher production

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

FAST RADIX 2, 3, 4, AND 5 KERNELS FOR FAST FOURIER TRANSFORMATIONS ON COMPUTERS WITH OVERLAPPING MULTIPLY ADD INSTRUCTIONS

FAST RADIX 2, 3, 4, AND 5 KERNELS FOR FAST FOURIER TRANSFORMATIONS ON COMPUTERS WITH OVERLAPPING MULTIPLY ADD INSTRUCTIONS SIAM J. SCI. COMPUT. c 1997 Society for Industrial and Applied Mathematics Vol. 18, No. 6, pp. 1605 1611, November 1997 005 FAST RADIX 2, 3, 4, AND 5 KERNELS FOR FAST FOURIER TRANSFORMATIONS ON COMPUTERS

More information

A HILBERT TRANSFORM BASED RECEIVER POST PROCESSOR

A HILBERT TRANSFORM BASED RECEIVER POST PROCESSOR A HILBERT TRANSFORM BASED RECEIVER POST PROCESSOR 1991 Antenna Measurement Techniques Association Conference D. Slater Nearfield Systems Inc. 1330 E. 223 rd Street Bldg. 524 Carson, CA 90745 310-518-4277

More information

High Performance Imaging Using Large Camera Arrays

High Performance Imaging Using Large Camera Arrays High Performance Imaging Using Large Camera Arrays Presentation of the original paper by Bennett Wilburn, Neel Joshi, Vaibhav Vaish, Eino-Ville Talvala, Emilio Antunez, Adam Barth, Andrew Adams, Mark Horowitz,

More information

Real-time Systems in Tokamak Devices. A case study: the JET Tokamak May 25, 2010

Real-time Systems in Tokamak Devices. A case study: the JET Tokamak May 25, 2010 Real-time Systems in Tokamak Devices. A case study: the JET Tokamak May 25, 2010 May 25, 2010-17 th Real-Time Conference, Lisbon 1 D. Alves 2 T. Bellizio 1 R. Felton 3 A. C. Neto 2 F. Sartori 4 R. Vitelli

More information

Reflectometer Series:

Reflectometer Series: Reflectometer Series: R54, R60 & R140 Vector Network Analyzers Clarke & Severn Electronics Ph +612 9482 1944 Email sales@clarke.com.au BUY NOW - www.cseonline.com.au KEY FEATURES Patent: US 9,291,657 No

More information

Video Enhancement Algorithms on System on Chip

Video Enhancement Algorithms on System on Chip International Journal of Scientific and Research Publications, Volume 2, Issue 4, April 2012 1 Video Enhancement Algorithms on System on Chip Dr.Ch. Ravikumar, Dr. S.K. Srivatsa Abstract- This paper presents

More information

Simulating and Testing of Signal Processing Methods for Frequency Stepped Chirp Radar

Simulating and Testing of Signal Processing Methods for Frequency Stepped Chirp Radar Test & Measurement Simulating and Testing of Signal Processing Methods for Frequency Stepped Chirp Radar Modern radar systems serve a broad range of commercial, civil, scientific and military applications.

More information

ΕΠΛ 605: Προχωρημένη Αρχιτεκτονική

ΕΠΛ 605: Προχωρημένη Αρχιτεκτονική ΕΠΛ 605: Προχωρημένη Αρχιτεκτονική Υπολογιστών Presentation of UniServer Horizon 2020 European project findings: X-Gene server chips, voltage-noise characterization, high-bandwidth voltage measurements,

More information

N5194A and N5192A. UXG Agile Vector Adapter 50 MHz to 20 GHz DATA SHEET

N5194A and N5192A. UXG Agile Vector Adapter 50 MHz to 20 GHz DATA SHEET N5194A and N5192A UXG Agile Vector Adapter 50 MHz to 20 GHz DATA SHEET Table of Contents Definitions and Conditions... 03 Specifications... 04 Frequency... 04 Amplitude... 05 Switching speed... 04 Synchronization...07

More information

High Gain Advanced GPS Receiver

High Gain Advanced GPS Receiver High Gain Advanced GPS Receiver NAVSYS Corporation 14960 Woodcarver Road, Colorado Springs, CO 80921 Introduction The NAVSYS High Gain Advanced GPS Receiver (HAGR) is a digital beam steering receiver designed

More information

Multi-Channel Time Digitizing Systems

Multi-Channel Time Digitizing Systems 454 IEEE TRANSACTIONS ON APPLIED SUPERCONDUCTIVITY, VOL. 13, NO. 2, JUNE 2003 Multi-Channel Time Digitizing Systems Alex Kirichenko, Saad Sarwana, Deep Gupta, Irwin Rochwarger, and Oleg Mukhanov Abstract

More information

Casper Instrumentation at Green Bank

Casper Instrumentation at Green Bank Casper Instrumentation at Green Bank John Ford September 28, 2009 The NRAO is operated for the National Science Foundation (NSF) by Associated Universities, Inc. (AUI), under a cooperative agreement. GBT

More information

A HIGH SPEED MICROWAVE MEASUREMENT RECEIVER

A HIGH SPEED MICROWAVE MEASUREMENT RECEIVER A HIGH SPEED MICROWAVE MEASUREMENT RECEIVER William L. Tuttle ABSTRACT In order to justify the expenditure for capital equipment such as a microwave receiver, it must be shown that the instrument provides

More information

The detector read-out in ALICE during Run 3 and 4

The detector read-out in ALICE during Run 3 and 4 The detector read-out in ALICE during Run 3 and 4 CHEP 2016 Conference, San Francisco, October 8-14, 2016 Filippo Costa ALICE O2/CRU for the ALICE collaboration OUTLINE 1 st PART: INTRODUCTION TO ALICE

More information

GMES Sentinel-1 Transponder Development

GMES Sentinel-1 Transponder Development GMES Sentinel-1 Transponder Development Paul Snoeij Evert Attema Björn Rommen Nicolas Floury Malcolm Davidson ESA/ESTEC, European Space Agency, Noordwijk, The Netherlands Outline 1. GMES Sentinel-1 overview

More information