ba-thesis/sw
2022-11-07 00:46:21 +01:00
..
decoders Fixed signal amplitude necessary for noise amp calculation 2022-11-07 00:43:23 +01:00
test Fixed [0, 1] and [-1, 1] issue; comments; stopping simulation after n bit errors 2022-11-07 00:32:31 +01:00
main.py Changed target_bit_errors and N_max for simulation 2022-11-07 00:46:21 +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