mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-24 21:19:02 -04:00
Merge branch 'sfox3' of bitbucket.org:k1jt/wsjtx into sfox3
This commit is contained in:
commit
e7bfdbc656
@ -107,7 +107,7 @@ subroutine ftrsd3(s3,rxdat,rxprob,rxdat2,rxprob2,ntrials0,correct,param,ntry)
|
||||
ratio=float(rxprob2(j))/(float(rxprob(j))+0.01)
|
||||
ii=7.999*ratio
|
||||
jj=int((7.999/NN)*(NN-1-i))
|
||||
thresh0(i)=0.90*perr(jj,ii)
|
||||
thresh0(i)=1.15*perr(jj,ii)
|
||||
enddo
|
||||
if(nsum.le.0) return
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user