Turn off soft-symbol dithering to move RNG out of the picture.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6775 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Steven Franke 2016-06-12 21:27:26 +00:00
parent 0fa2ed81bb
commit cb65abbb56
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ subroutine detectmsk144(cbig,n,pchk_file,lines,nmessages,nutc)
unscrambledsoftbits(2:128:2)=lratio(65:128)
max_iterations=20
max_dither=50
max_dither=1
call ldpc_decode(unscrambledsoftbits, decoded, &
max_iterations, niterations, max_dither, ndither)