mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 05:38:46 -05:00
Fix sigma ramp-up for short messages in msk40. Should decrease false decodes.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7050 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
5eaeeb6469
commit
6a7a9ce6bf
@ -378,7 +378,7 @@ subroutine detectmsk40(cbig,n,pchk_file,mycall,hiscall,lines,nmessages, &
|
||||
softbits=softbits/ssig
|
||||
|
||||
sigma=0.75
|
||||
if(xsnr.lt.1.5) sigma=1.1 - 0.0875*(xsnr+4.0)
|
||||
if(xsnr.lt.0.0) sigma=0.75-0.0875*xsnr
|
||||
lratio(1:32)=exp(2.0*softbits(9:40)/(sigma*sigma)) ! Use this for Radford Neal's routines
|
||||
llr(1:32)=2.0*softbits(9:40)/(sigma*sigma) ! Use log likelihood for bpdecode40
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user