| .. | ||
| cpp | ||
| decoders | ||
| res | ||
| test | ||
| utility | ||
| plot_results.py | ||
| README.md | ||
| requirements.txt | ||
| simulate_2d_BER.py | ||
Bachelorarbeit
Software
Warning: At least a Python 3.9 or higher is required to properly run the
scripts in this project
Create a python virtual environment
In the root directory of this repository run
$ python3 -m venv venv
$ source venv/bin/activate
$ pip3 install -r requirements.txt
Run the unit tests
In the root directory of this repository run
$ python -m unittest discover test