mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 19:55:20 -05:00
Fix a bug in calculation of S/N in JT4 mode.
This commit is contained in:
parent
350391d66e
commit
2044b736da
@ -156,7 +156,7 @@ contains
|
||||
nfreqz=nint(dfx)
|
||||
call timer('sync4 ',1)
|
||||
|
||||
nsnr=nint(snrx)
|
||||
nsnr=-26
|
||||
if(sync.lt.syncmin) then
|
||||
if (associated (this%decode_callback)) then
|
||||
call this%decode_callback(nsnr,dtxz,nfreqz,.false.,csync, &
|
||||
@ -166,6 +166,7 @@ contains
|
||||
endif
|
||||
|
||||
! We have achieved sync
|
||||
nsnr=nint(snrsync - 22.9)
|
||||
decoded=blank
|
||||
deepmsg=blank
|
||||
special=' '
|
||||
|
Loading…
Reference in New Issue
Block a user