Welcome to Komm's development page!
Komm is an open-source library for Python 3 providing tools for analysis and simulation of analog and digital communication systems. This project is inspired by---but is not meant to be compatible with---the MATLAB® Communications System Toolbox™. Other sources of inspiration include GNU Radio, CommPy, and SageMath. Komm is licensed under the GNU General Public License v3.0.
For library reference, please check the project's documentation page at Read the Docs.
This software is still under development. Contributions are very welcome!
Before you start, make sure you have Python (version 3.4 or later), NumPy, and SciPy installed.
$ pip install komm
$ git clone https://github.com/rwnobrega/komm
$ cd komm/
$ pip install .