pyphysim

Simulation of digital communication (physical layer) in python


Keywords
physical, layer, QAM, PSK, QPSK, BPSK, OFDM, Modulation, Monte, Carlo, simulation, MIMO, Tapped, Delay, Line, channel, linear, modulation-techniques, physical-layer, python, wireless-communication
License
CNRI-Python-GPL-Compatible
Install
pip install pyphysim==0.7.2

Documentation

Testing Coverage Status Documentation Status

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.