mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-05 02:48:37 -04:00
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:
parent
0fa2ed81bb
commit
cb65abbb56
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user