Commit Graph

15 Commits

Author SHA1 Message Date
ffcce7b3f2 Renamed utility.simulations to utility.simulation; Implemented first version of the SimulationManager class 2022-11-13 23:14:47 +01:00
0f8de32e3f Fixed bugs in visualization.show_BER_curves 2022-11-11 17:38:15 +01:00
6105eef4c1 Properly implemented visualization._get_num_rows() and added unit tests 2022-11-11 15:33:29 +01:00
f791a9a086 Fixed noise variance calculation 2022-11-10 11:43:04 +01:00
f29c2e71de Renamed naive soft decision to maximum likelihood; Removed reference to R matrix 2022-11-10 08:43:54 +01:00
5865a8683f Removed references to the R-Matrix; Comment changes 2022-11-10 08:37:13 +01:00
b4623580af Removed Codes enum; Added functions for H and R matrix generation and unit tests 2022-11-08 12:57:08 +01:00
781ae1442d Reorganized 'utility' into own package 2022-11-08 00:52:43 +01:00
2002b1faa8 Added proper unit tests for gradient calculation 2022-11-07 19:38:41 +01:00
cbb6036beb Added unit tests for the calculation of the A nd B sets; Fixed broken unit tests 2022-11-07 14:39:09 +01:00
26fa791872 Added unit tests for soft decision decoder 2022-11-07 11:26:34 +01:00
74ee1cc4db Fixed [0, 1] and [-1, 1] issue; comments; stopping simulation after n bit errors 2022-11-07 00:32:31 +01:00
2c16e2c2a3 Implemented projection; Added TODOs and fixed docstrings 2022-11-04 22:05:16 +01:00
01bc41b8c5 Fixed gradient unit test 2022-11-04 21:35:20 +01:00
6444914296 Finished initial (non-working) implementation of proximal decoder 2022-11-04 21:08:41 +01:00