CommPy
Digital Communication with Python
Project maintained by veeresht
Hosted on GitHub Pages — Theme by mattgraham
Introduction
CommPy is an open source software toolkit in python implementing digital communication algorithms.
Installation
- To use the released version on PyPi, use pip or conda to install as follows:
$ pip install scikit-commpy
$ conda install -c https://conda.binstar.org/veeresht scikit-commpy
- To work with the development branch, clone from github and install as follows:
$ git clone https://github.com/veeresht/CommPy.git
$ cd CommPy
$ python setup.py install
Citing CommPy
If you use CommPy in a publication, presentation or a demo, I request you to please cite CommPy as follows:
Veeresh Taranalli, "CommPy: Digital Communication with Python, version 0.3.0. Available at https://github.com/veeresht/CommPy", 2015.
CommPy related Articles
Documentation
The CommPy documentation can be found here