/pyphysim

Simulation of Digital Communication (physical layer) in Python.

Primary LanguageJupyter NotebookGNU General Public License v2.0GPL-2.0

Testing Coverage Status Documentation Status pre-commit

PyPhysim

Simulation of Digital Communication (physical layer) in Python.

This includes classes related to digital modulation, AWGN channels, MIMO, OFDM, etc.. It also includes classes related to multiuser transmission such as block diagonalization, interference alignment, etc.

Furthermore, a framework for implementing Monte Carlo simulations is also implemented (see the pyphysim.simulations package).

Note

Install poetry, clone this repository and then use the command poetry install to install pyphysim.

You can also directly install it from pypi with pip install pyphysim.