mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-24 21:19:02 -04:00
Tweak erasure probability in ftrsd3.f90
This commit is contained in:
parent
0c38d3b83f
commit
d040026672
@ -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