krogk / Pytsdr

Simple SDR python implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PytSDR

Logo

Software defined radio concepts implemented in python.

Contents

  1. About
  2. Getting Started
  3. Contributing
  4. License
  5. Contact

About

Learn about digital communication schemes.

Contributors Forks Stars Issues License

Roadmap

[x] BASK (OOF)
[x] BPSK
[x] QPSK
[x] Cordic Algorithm
[x] Costas Loop

Getting Started

Prerequisites

Anaconda enviroment is recommended, it contains all necessary libraries.
If you wish to download individual modules:

  • numpy

    pip install numpy
  • scipy

    pip install scipy
  • matplotlib

    pip install matplotlib

Installation

  1. Clone the repository
    git clone https://github.com/krogk/Pytsdr

Usage

Run demo.py specifing only one modulation scheme:

python ./demo.py --QPSK

License

Distributed under the GPL-3.0 License. See LICENSE for more information.

Contact

Kamil Rog

About

Simple SDR python implementation

License:GNU General Public License v3.0


Languages

Language:Python 100.0%