Update call to ft8b.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7885 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Steven Franke 2017-07-14 19:46:04 +00:00
parent bcf6ab933b
commit 23b514a2f8
3 changed files with 7 additions and 5 deletions

View File

@ -14,6 +14,7 @@ subroutine ft8apset(mycall12,hiscall12,hisgrid6,apsym,iaptype)
if(len_trim(hiscall).eq.0) then
iaptype=1
hiscall="K9AN " ! dummy call
hisgrid="EN50" ! and dummy's grid
else
iaptype=2
hisgrid=hisgrid6(1:4)

View File

@ -113,9 +113,10 @@ subroutine ft8b(dd0,newdat,nfqso,ndepth,lsubtract,iaptype,icand,sync0,f1,xdt,
apmag=4.0
! nera=1
nera=3
nap=0
if(ndepth.eq.3) nap=2
! do iap=0,3
do iap=0,0 !### Temporary ###
do iap=0,nap !### Temporary ###
do iera=1,nera
llr=llr0
nblank=0

View File

@ -47,7 +47,7 @@ contains
1001 format("000000_",i6.6)
if(index(hisgrid6," ").eq.0) hisgrid6="EN50"
call ft8apset(mycall12,hiscall12,hisgrid6,apsym)
call ft8apset(mycall12,hiscall12,hisgrid6,apsym,iaptype)
dd=iwave
@ -76,8 +76,8 @@ contains
xdt=candidate(2,icand)
nsnr0=min(99,nint(10.0*log10(sync) - 25.5)) !### empirical ###
call timer('ft8b ',0)
call ft8b(dd,newdat,nfqso,ndepth,lsubtract,icand,sync,f1,xdt, &
apsym,nharderrors,dmin,nbadcrc,iap,ipass,iera,message,xsnr)
call ft8b(dd,newdat,nfqso,ndepth,lsubtract,iaptype,icand,sync,f1, &
xdt,apsym,nharderrors,dmin,nbadcrc,iap,ipass,iera,message,xsnr)
nsnr=xsnr
xdt=xdt-0.6
call timer('ft8b ',1)