alternative
play

Alternative Iva Bartunkova Institute of Space Technology and Space - PowerPoint PPT Presentation

GPU Based GPS Signal Generator: Low Cost and High Bandwidth Alternative Iva Bartunkova Institute of Space Technology and Space Applications University FAF Munich Germany GPS, Galileo and other Global Navigation Satellite Systems (GNSS) GNSS


  1. GPU Based GPS Signal Generator: Low Cost and High Bandwidth Alternative Iva Bartunkova Institute of Space Technology and Space Applications University FAF Munich Germany

  2. GPS, Galileo and other Global Navigation Satellite Systems (GNSS) GNSS GPS Galileo GPS GPS Galileo GPS Service L1 C/A E1 OS L1C L2C E5ab L5 Modulation BPSK CBOC TMBOC BPSK AltBOC BPSK Components 1 2 2 2 4 2 Code Length 1023 4092 10230 1023/767250 10230 10230 Code 2 Length 0 0/25 0/1800 0 10/20 0

  3. GNSS Signals and Principles • General signal:     s ( t ) A sin( 2 ft ) • GNSS signals: m   cos(  s A D C 2 f ) L 1 C / A p p p p  p 1 m     s A ( D C S C 2 C S ) cos( 2 f ) E 1 OS p p bp b cp cp c p  p 1

  4. GNSS Signal Simulators Nyquist-Shanon: F S > 2BW Services: All Digital Frequency bands: 10 signal Carrier 1 samples Channels: 160 Signal FPGA Analog DAC definition BW: < 40MHz signal Channels: < 16 Simulation and Carrier 2 Signal Definition Spirent GSS9000 DAC RF FPGA Module output SW Services: GPS, Galileo Carrier n Synchronised DAC FPGA Frequency bands: 2 Addition Expensive HW Channels: 48 Signal Samples Generation Modul Spectracom GSC-62

  5. GPU Based GNSS Signal Simulator Signal Digital Analog definition signal signal Carrier 1 - n samples Simulation and RF 2 x GPU Signal Definition DAC output < 2 x 1.000 € Module Bandwidth: 450 MHz SW No addition Signal Samples Generation needed Module Services: GPS, Galileo, … Frequency bands: all in 1 broad band Channels: 84 (2 GPUs) Gaming PC 2x NVIDIA GeForce GTX ASUS Rampage IV Titan Black Intel Core i7-3970X C.C. 3.5 – Kepler GK 110 Corsair Vengeance, 15 SMXs, 2880 cores 12800 MB/s

  6. Simulator Internal Structure Simulation data Signal definition Signal samples 1 s epoch 1 ms epoch generation Satellite channels Transmission time Navigation data 1 - m  Carrier phase computation extraction  Pseudorange User Signal  Carrier freq.  Power input User dynamics samples Signal and noise Addition channels  Code phase  Iono delay computation power  Code freq.  Tropo delay computation Atmospheric and  Amplitude Code phase, freq.  Clock error Addition services clock effects  PRNs computation  etc. modeling  Data bits Navigation data Carrier phase, Quantization generation freq. computation CPU - precomputed CPU GPU

  7. Parallelization and Optimization: CUDA C/C++ • SMs and beyond: get it all run in parallel • Data transfer host <-> device • Parallelization over SMs of a GPU and multiple GPUs • Data transfer to DAC-Board • SM intern: one kernel for each signal service • Parallelization over cores of a SM • Carrier wave generation • Shared memory and GPU memory concept • Addition of services, quantization of signal

  8. Data Transfer CPU <> GPU • Transfer of generated samples GPU -> CPU • Theory: PCIe x16 v.3.0: 16 GB/s, host memory speed: 12.8 GB/s • Reached: 11.6 GB/s to DAC-board specific buffer (6 MB per transfer) • Alternative: GPUDirect RDMA • Transfer of fixed signal parameters CPU -> GPU • Reached: 6 GB/s – (23 kB per transfer) Violet: L1 C/A, Blue: E1 OS, Brown: Data transfer

  9. Parallelization over SMs of a GPU and over Multiple GPUs Satellite channel 1 + + + + Satellite channel 2 Batch n Batch n+x (SM 1) (SM x) + + + + Satellite channel m Signal service 1 + + + + Satellite channel 1 Batch n Batch n+x (SM 1) (SM x) Signal service 2 Stream 1 Stream 4 GPU 1 GPU 2

  10. Parallelization over Cores of a SM • CUDA block of threads: (m, p x 32) • Where m * ((p +1) * 32) > max. # warps per kernel Satellite channel 1 Warp (1,1) Warp (1,p) Warp (1,1) + + + + + + + + + + + + Satellite channel 2 Warp (2,1) Warp (2,p) Warp (2,1) + + + + + + + + + + + + Satellite channel m Warp (m,1) Warp (m,p) Warp (m,1) Signal service Batch n

  11. Carrier Wave Generation: Instruction Throughput • Carrier wave generation • SFUs on GPU: sin and cos in one clock cycle  Limited number of SFUs  Special modulation schemes: AltBOC • Conventional approach in digital signal generation: Lookup table Shared memory: no alignment of access within warp  Registers: too big 

  12. SM Shared Memory Usage Samples of signal service Spreading Codes - parts Device memory: Spreading Codes Size: 32/64 x m (<12) numbers Size: 12288 – (64 x 12) 4-B float numbers s 0 s 32 c 1,n+32 T0, T64, … c 1,n c 2,n c 2,n+32 c 1,n+32 T1, T65 , … s 1 s 33 c 1,n+1 c 1,n+33 c 2,n+1 c 2,n+33 c 1,n c 1,n+33 c 1,n+1 T31, T63, … s 31 s 63 Threads Warp Warp Warp (1,1) (1,p) (2,p) • Parts of PRN sequences reloaded successively • Addition to signal stream in device memory and quantization

  13. Digital Signal Precision 1. Signal samples precision [bits] Signal Samples Precision Value Range Bits Satellite channels [#] 12 - 168 4 - 8 • Float: 23 (100%), double: 52 (30%) 2 – 9 Relative signal power [dBW] -205, -150 2. Carrier, code phase (NCO) resolution Carrier wave resolution [cycle] 1.2E-4 - 6.4E-18 13 - 21 • Float: limited, uint +ulong: OK 3. Time from start of simulation • Precision carrier: 13 bits D f s t NCO Resolution Max. Bits Bits • Phase Step: 64 th. value x.y x.y broad band min. error Float: insufficient • double: 1 week of highest SR Carrier freq. [cyc] .322 0 32 0.23 Hz 0.1 Hz Carrier phase [cyc] 0.999 0 32 -- C freq. [chip] 2.864 16 48 3.5e-6 Hz 0.001 C [chip] 63.99 16 48 --

  14. Verification • Verification: Institute’s own scientific CPU-based software receiver IpexSR Acquisition: PRN 1 Power Spectrum Density Float samples, fixed point NCO Float samples, float NCO

  15. Real-Time Performance Sample Generation Rate: 1 GPU Sample Generation Rate: 2 GPUs

  16. Summary • Benefits • Challenges • Flexible – satellite channels, • High bandwidth DAC for PCIe signal services vs. # GPUs • GPUdirect RDMA for DAC-board • Low-cost mass market • High bandwidth upconversion components for digital part • Full GNSS bandwidth in real time • Future progress:  GPUdirect RDMA  Fast evolution of GPU technology  Double precision units (Quadro, Tesla)

  17. Thank you Iva Bartunkova Institute of Space Technology and Space Applications University FAF Munich, Germany iva.bartunkova@unibw.de The work was supported by German Aerospace Agency DLR grant Nr. 50NA1321

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend