MKlimenko / GNSS-DSP-tools

GNSS code generators, acquisition, and tracking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tools for GNSS code generators, acquisition, and tracking, all in the python / numpy environment for easy prototyping

The Numba JIT compiler is used to speed up some computational kernels such as NCOs and code generators.  Building Numba
for a given platform requires some digging for the right versions of LLVM and other dependencies.  Another
option is to install binaries from Anaconda, which is straightforward:

http://conda.pydata.org/miniconda.html

bash Miniconda3-latest-Linux-x86_64.sh
conda install numpy scipy numba

About

GNSS code generators, acquisition, and tracking

License:MIT License


Languages

Language:Python 99.3%Language:Shell 0.6%Language:Makefile 0.1%