27 lines
517 B
Markdown
27 lines
517 B
Markdown
|
|
# Getting Started
|
||
|
|
|
||
|
|
This is a GNSS Software Defined Radio (SDR) implemented in python, based on SoftGNSS 3.0 developed by Darius Plausinaitis and Dennis M. Akos in Matlab.
|
||
|
|
|
||
|
|
# System requirements
|
||
|
|
|
||
|
|
* python 2.7
|
||
|
|
* matplotlib
|
||
|
|
* scipy
|
||
|
|
* numpy
|
||
|
|
|
||
|
|
# Installation
|
||
|
|
|
||
|
|
Coming soon!
|
||
|
|
|
||
|
|
# Running the GNSS SDR
|
||
|
|
|
||
|
|
1. Examine "main.py"
|
||
|
|
2. Tweak parameters for the "settings" class if necessary
|
||
|
|
3. Specify the binary file to be processed and run "main.py"
|
||
|
|
4. Wait until it is finished
|
||
|
|
|
||
|
|
|
||
|
|
# Resources
|
||
|
|
* The official homepage of the textbook
|
||
|
|
|