JCK-1096 / komm

An open-source library for Python 3 providing tools for analysis and simulation of analog and digital communication systems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Komm

Build status Documentation status PyPI page Binder

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!

Installation

Before you start, make sure you have Python (version 3.4 or later), NumPy, and SciPy installed.

Using pip

$ pip install komm

From source

$ git clone https://github.com/rwnobrega/komm
$ cd komm/
$ pip install .

About

An open-source library for Python 3 providing tools for analysis and simulation of analog and digital communication systems.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%