ba-thesis/sw
2022-11-13 23:55:41 +01:00
..
decoders Removed unnecessary import 2022-11-13 23:15:00 +01:00
sim_results Added simulations results 2022-11-08 19:33:56 +01:00
test Renamed utility.simulations to utility.simulation; Implemented first version of the SimulationManager class 2022-11-13 23:14:47 +01:00
utility Removed unused code 2022-11-13 23:55:41 +01:00
main.py Finished first rough implementation of show_BER_curves() 2022-11-10 13:05:13 +01:00
README.md Added requirements.txt and instructions for running to README 2022-11-04 21:32:07 +01:00
requirements.txt Added requirements.txt and instructions for running to README 2022-11-04 21:32:07 +01:00

Bachelorarbeit

Software

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