mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 13:48:42 -05:00
Revert to Steve's SNR estimator, for now.
This commit is contained in:
parent
947307af0c
commit
9075fef228
@ -342,7 +342,7 @@ subroutine ft8b_2(dd0,newdat,nQSOProgress,nfqso,nftx,ndepth,lapon,lapcqonly, &
|
||||
! factor=xnoi/xbase
|
||||
factor=3.6e6
|
||||
xsnr2=10*log10(xsig/xbase/factor-1.0)-27.0
|
||||
if(.not.nagain) xsnr=xsnr2
|
||||
! if(.not.nagain) xsnr=xsnr2
|
||||
if(xsnr .lt. -24.0) xsnr=-24.0
|
||||
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user