mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Decode Q65 from within MAP65. Not very elegant yet, and has some problems.
This commit is contained in:
parent
bfaff3c6d8
commit
701b883bcf
@ -212,6 +212,7 @@ subroutine map65a(dd,ss,savg,newdat,nutc,fcenter,ntol,idphi,nfa,nfb, &
|
|||||||
call flush(13)
|
call flush(13)
|
||||||
go to 999
|
go to 999
|
||||||
endif
|
endif
|
||||||
|
|
||||||
call timer('decode1a',0)
|
call timer('decode1a',0)
|
||||||
ifreq=i
|
ifreq=i
|
||||||
ikHz=nint(freq+0.5*(nfa+nfb)-foffset)-nfshift
|
ikHz=nint(freq+0.5*(nfa+nfb)-foffset)-nfshift
|
||||||
@ -223,9 +224,9 @@ subroutine map65a(dd,ss,savg,newdat,nutc,fcenter,ntol,idphi,nfa,nfb, &
|
|||||||
call timer('decode1a',1)
|
call timer('decode1a',1)
|
||||||
if(nqd.eq.2) then
|
if(nqd.eq.2) then
|
||||||
call timer('qra64 ',0)
|
call timer('qra64 ',0)
|
||||||
call qra64b(nutc,nqd,fcenter,nfcal,nfsample,ikhz, &
|
call q65b(nutc,nqd,fcenter,nfcal,nfsample,ikhz, &
|
||||||
mousedf,ntol,xpol,mycall,hiscall,hisgrid, &
|
mousedf,ntol,xpol,mycall,hiscall,hisgrid, &
|
||||||
mode64,nwrite_qra64)
|
mode64)
|
||||||
call timer('qra64 ',1)
|
call timer('qra64 ',1)
|
||||||
cycle
|
cycle
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user