A MATLAB-based simulation of an 8x8 MIMO wireless communication system supporting different decoding techniques:
- MMSE (Minimum Mean Square Error)
- ZF (Zero Forcing)
- ZF-SIC (Zero Forcing with Successive Interference Cancellation)
- MLD (Maximum Likelihood Detection)
mimo-8x8-simulator/ ├── src/ │ └── mimo_simulation.m # Main MATLAB script ├── .gitignore ├── LICENSE ├── README.md └── requirements.txt
- Fully customizable number of antennas
- Configurable SNR ranges
- Visualization of BER vs. SNR performance for different decoders
- MATLAB R2019+ recommended
- Communications System Toolbox (for some decoding functions)
Install dependencies (if needed):
- Plots for BER comparison between MMSE, ZF, ZF-SIC, and MLD
- Performance metrics at varying SNR values
This project is licensed under the MIT License - see the LICENSE file for details.
