From cb65abbb56b300f48376a1b2fe7880a23171ce9c Mon Sep 17 00:00:00 2001 From: Steven Franke Date: Sun, 12 Jun 2016 21:27:26 +0000 Subject: [PATCH] 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 --- lib/detectmsk144.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/detectmsk144.f90 b/lib/detectmsk144.f90 index f2da31329..3abf2791d 100644 --- a/lib/detectmsk144.f90 +++ b/lib/detectmsk144.f90 @@ -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)