ba-thesis/sw
2022-11-14 20:07:11 +01:00
..
decoders Removed TODOs; Formatting; Changed test_decoder() default SNR array 2022-11-10 10:04:31 +01:00
res Added alist files; Simulated proximal decoder with ldpc code from paper 2022-11-14 20:07:11 +01:00
sim_results Added alist files; Simulated proximal decoder with ldpc code from paper 2022-11-14 20:07:11 +01:00
test Fixed bugs in visualization.show_BER_curves 2022-11-11 17:38:15 +01:00
utility Removed N_max from simulations.test_decoder() 2022-11-11 21:24:56 +01:00
main.py Added alist files; Simulated proximal decoder with ldpc code from paper 2022-11-14 20:07:11 +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