mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-06-25 06:35:17 -04:00
Go back to original settings for sync threshold and decode acceptance criteria.
This commit is contained in:
parent
fc40770960
commit
c26aa9160b
@ -451,11 +451,11 @@ subroutine ft8b(dd0,newdat,nQSOProgress,nfqso,nftx,ndepth,nzhsym,lapon, &
|
|||||||
if(.not.nagain) then
|
if(.not.nagain) then
|
||||||
xsnr=xsnr2
|
xsnr=xsnr2
|
||||||
endif
|
endif
|
||||||
if(nsync.le.6 .and. xsnr.lt.-25.0) then !bail out, likely false decode
|
if(nsync.le.10 .and. xsnr.lt.-24.0) then !bail out, likely false decode
|
||||||
nbadcrc=1
|
nbadcrc=1
|
||||||
return
|
return
|
||||||
endif
|
endif
|
||||||
if(xsnr .lt. -25.0) xsnr=-25.0
|
if(xsnr .lt. -24.0) xsnr=-24.0
|
||||||
return
|
return
|
||||||
enddo
|
enddo
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user