Home - ku-fpg/ecc-ldpc GitHub Wiki
Welcome to the ecc-ldpc wiki!
% stack build
% stack exec ecc-ldpc 3 ldpc/reference/jpl.1024.4.5/200/4/5
This runs the reference for upto 200 iterations, with a 4/5 puncture. Expect approximately 2.93e-3 BER.
% stack exec ecc-ldpc 2.2 ldpc/reference/jpl.1024.4.5/20
% stack exec ecc-ldpc 2.2 ldpc/model-0-0/jpl.1024.4.5/20
There is also a -s<seed>
option, to specify a seed instead of using a random one. This is useful for repeatability, which you might want for something such as performance measurement. This uses the seed 18
:
% ecc-ldpc -s18 3 ldpc/reference/jpl.1024.4.5/200/4/5