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:
Joe Taylor 2016-06-01 12:23:25 +00:00
parent 311dcdf7b9
commit ab8f641bb1
1 changed files with 1 additions and 0 deletions

View File

@ -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