Update sync thresholds and add threshold for h=8.

This commit is contained in:
Steven Franke 2020-06-17 11:24:29 -05:00
parent c25ed618b3
commit 03632d9759

View File

@ -89,13 +89,13 @@ program fst280d
case('B') case('B')
nsps=1680 nsps=1680
nmax=30*12000 nmax=30*12000
ndown=42/hmod ! 40 Sa/symbol ndown=42/hmod
if(hmod.eq.4) ndown=10 if(hmod.eq.4) ndown=10
if(hmod.eq.8) ndown=5 if(hmod.eq.8) ndown=5
case('C') case('C')
nsps=4000 nsps=4000
nmax=60*12000 nmax=60*12000
ndown=100/hmod ! 40 Sa/symbol ndown=100/hmod
if(hmod.eq.8) ndown=16 if(hmod.eq.8) ndown=16
case('D') case('D')
nsps=8400 nsps=8400
@ -461,9 +461,10 @@ subroutine get_candidates_fst280(c_bigfft,nfft1,nsps,hmod,fs,fa,fb,ncand,candida
s2(i)=db(s2(i)) - 48.5 s2(i)=db(s2(i)) - 48.5
enddo enddo
if(nh.eq.1) thresh=-29.5 if(hmod.eq.1) thresh=-29.5
if(nh.eq.2) thresh=-27.0 if(hmod.eq.2) thresh=-27.0
if(nh.eq.4) thresh=-25.0 if(hmod.eq.4) thresh=-27.0
if(hmod.eq.8) thresh=-27.0
ncand=0 ncand=0
do i=ia,ib do i=ia,ib