Skip to content

Repository containing source code for the "Tracking.jl: Accelerating multi-antenna GNSS receivers with CUDA" paper.

License

Notifications You must be signed in to change notification settings

coezmaden/GPUAcceleratedTracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tracking.jl: Accelerating multi-antenna GNSS receivers with CUDA

DOI DOI

This repository contains the source code for the paper "Tracking.jl: Accelerating multi-antenna GNSS receivers with CUDA". It is submitted to be published in the JuliaCon Proceedings. desktop_allplots

Scripts reproducing the benchmarks and figures can be found under /scripts, the algorithms source code under /src. Paper itself resides under /paper. Here is a URL to the current paper.pdf.

Data

You can download the raw data from the experiments on the two platforms specified in the paper here. The dataset is identified witha a DOI: 10.5281/zenodo.5933726

How to use this repository

This code base is using the Julia Language and DrWatson to make a reproducible scientific project named

GPUAcceleratedTracking

It is authored by Can Özmaden.

To (locally) reproduce this project, do the following:

  1. Download this code base. Notice that raw data are typically not included in the git-history and may need to be downloaded independently.
  2. Open a Julia console and do:
    julia> using Pkg
    julia> Pkg.add("DrWatson") # install globally, for using `quickactivate`
    julia> Pkg.activate("path/to/this/project")
    julia> Pkg.instantiate()
    

This will install all necessary packages for you to be able to run the scripts and everything should work out of the box, including correctly finding local paths.

Algorithms Description

algorithms

NVIDIA Jetson AGX Xavier

jetson_allplots

Acknowledgements

The following packages have played a crucial role during the preparation of this paper:

About

Repository containing source code for the "Tracking.jl: Accelerating multi-antenna GNSS receivers with CUDA" paper.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published