Skip to content

CUDA-C: Blazingly fast rectangular to polar normalization of massive datasets of projected magnetometer values

Notifications You must be signed in to change notification settings

fuxelius/cu_normalize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Normalize skewed magnetometer values with GPU and CUDA-C

Blazingly fast rectangular to polar normalization of massive datasets of projected magnetometer values

Install CUDA Toolkit

https://developer.nvidia.com

Update .bashrc

# Cuda Toolkit
export PATH="/usr/local/cuda-12.2/bin:$PATH"
export LD_LIBRARY_PATH="/usr/local/cuda-12.2/lib64:$LD_LIBRARY_PATH"

Install SQLite3 development library and compile

sudo apt-get install libsqlite3-dev
make

Usage

./normalize ga_uppsala_2.sqlite3

Normalized dataset

Dataset projected on the unity circle (R heatmap)

About

CUDA-C: Blazingly fast rectangular to polar normalization of massive datasets of projected magnetometer values

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published