Skip to content
forked from darcamo/pyphysim

Simulation of Digital Communication (physical layer) in Python.

License

Notifications You must be signed in to change notification settings

JY00002/pyphysim

 
 

Repository files navigation

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

It is possible to run the files in the "apps" and "tests" folders without installing PyPhysim. In that case, you should probably at least run the setup script to compile any C extension with

python setup.py build_ext

About

Simulation of Digital Communication (physical layer) in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.0%
  • Jupyter Notebook 45.8%
  • Other 0.2%