mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-17 17:42:02 -05:00
Set minimum SNR in JT4 mode to -26 dB.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6715 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
311dcdf7b9
commit
ab8f641bb1
@ -162,6 +162,7 @@ contains
|
||||
call timer('sync4 ',1)
|
||||
|
||||
snrx=db(sync) - 26.
|
||||
if(snrx.lt.-26.0) snrx=-26.0
|
||||
nsnr=nint(snrx)
|
||||
if(sync.lt.syncmin) then
|
||||
if (associated (this%decode_callback)) then
|
||||
|
Loading…
Reference in New Issue
Block a user