xdsopl / LDPC

Playing with Low-density parity-check codes
BSD Zero Clause License
83 stars 24 forks source link

Incorrect precision variable in test #5

Closed vvsvvsvvs closed 3 months ago

vvsvvsvvs commented 3 months ago

In the testbench precision is taken from the SNR (sigma_noise), but really, it is required to take it from MER. Thus, the real performance starts from 0.5 SNR on 50 iterations.

xdsopl commented 3 months ago

Yes, there are many problems in there and I haven't touched LDPC codes since playing with Polar codes. Would you like to implement the fixes and create a pull-request?

vvsvvsvvs commented 3 months ago

Not just now, but can.

xdsopl commented 3 months ago

Take your time