mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-30 13:22:26 -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)
|
ratio=float(rxprob2(j))/(float(rxprob(j))+0.01)
|
||||||
ii=7.999*ratio
|
ii=7.999*ratio
|
||||||
jj=int((7.999/NN)*(NN-1-i))
|
jj=int((7.999/NN)*(NN-1-i))
|
||||||
thresh0(i)=0.90*perr(jj,ii)
|
thresh0(i)=1.15*perr(jj,ii)
|
||||||
enddo
|
enddo
|
||||||
if(nsum.le.0) return
|
if(nsum.le.0) return
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user