Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 929 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 929 Bytes

MIMO-Simulation

Simulation of digital Communication with MIMO in Python.

This includes classes related to digital modulation (M-QAM, M-PSK, etc), AWGN channel, Rayleigh and MIMO channel models, including Rayleigh and mmWave etc.. It is implemented for easily creating physical layer simulations.

Moreover, we will also impelment some other key techniques in MIMO communications, such as channel feedback, estimation, MRC, and Alamouti.

TODO

  • implement a basic SISO digital communication systems with digital modulations over digital channel models.
  • implement a MIMO communication systems over SVD MIMO schemes.
  • implement the channel feedback.
  • implement the channel estimation.
  • Other channel models, such as tapped delay line channel model.
  • Other modulation schemes, such as OFDM.
  • Other transmission schemes for MIMO, such as MRC and Alamouti etc..

Thanks and Reference

...