Coder Social home page Coder Social logo

sydr's Introduction

Documentation Status

SyDR

SyDR is an open-source Software Defined Radio (SDR) for GNSS processing developed in Python. SyDR's goal is to provide a controlled environment for testing new processing algorithms, for benchmarking purposes.

The software is still at the very early development stages, with limited testing of the software functionalities. Issues and bugs are to be expected with the current version.

Requirements

The software has been developed and tested on Python 3.11 on a Windows Linux Subsytem (WSL) version 2. It is recommand to create a python virtual environement after cloning the directory.

python3 -m venv env

source env/bin/activate

To install the different libraries required, use the pip command line with the requirements.txt.

pip install -r requirements.txt

To create a directory hosting the output results mkdir .results

OS support

The design had been tested in WSL2 as well as x86 Ubuntu 20.04.5 LTS

Mac User

This design may required modification in order to run in MacOS and some Unix system. This is due to ._get_value() method of the semaphore in Python's multiprocessing module on some unix system has not been implemented. You will come across with error such as:

return self._maxsize - self._sem._semlock._get_value()
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
NotImplementedError

Documentation

TBD

Related publications

A. Grenier, E. S. Lohan, A. Ometov, and J. Nurmi, “An Open-Source Software-Defined Receiver for GNSS Algorithms Benchmarking,” in Proc. of 14th International Congress on Ultra Modern Telecommunications and Control Systems and Workshops (ICUMT). IEEE, 2022, pp. 31–38. https://ieeexplore.ieee.org/document/9943489

sydr's People

Contributors

agrenier-gnss avatar hansemandse avatar jiegh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.