Commit Graph

17 Commits

Author SHA1 Message Date
a6849a1f7d changed test_decoder() to accept target frame errors instead of bit errors 2022-11-10 10:21:57 +01:00
f29c2e71de Renamed naive soft decision to maximum likelihood; Removed reference to R matrix 2022-11-10 08:43:54 +01:00
3a178f2d35 Now calculating the error rate based on the codewrords, not datawords 2022-11-08 20:03:48 +01:00
6fc01b20ff Restructured main.py 2022-11-08 19:10:51 +01:00
d8258a36f6 Changed main.py to work with new utility.codes 2022-11-08 12:57:43 +01:00
781ae1442d Reorganized 'utility' into own package 2022-11-08 00:52:43 +01:00
e6a7c39f50 Added timer and changed simulation params 2022-11-07 15:34:39 +01:00
296feaf1fb Simulating more parameters for proximal decoding; Changed theme 2022-11-07 14:09:00 +01:00
0ea297ad45 Made the way simulations are done and plotted more scalable 2022-11-07 12:10:06 +01:00
2c620a77df Added Encoder class and modified interface of utility.test_decoder() 2022-11-07 11:54:28 +01:00
78fd8bf95c Implemented naive soft decision decoder 2022-11-07 10:58:35 +01:00
04eaea92a1 Changed target_bit_errors and N_max for simulation 2022-11-07 00:46:21 +01:00
be6ded2162 Fixed SNR amplitude; Fixed BER calculation 2022-11-07 00:32:54 +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
bf469afbd1 Added requirements.txt and instructions for running to README 2022-11-04 21:32:07 +01:00
6444914296 Finished initial (non-working) implementation of proximal decoder 2022-11-04 21:08:41 +01:00