mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-24 18:32:27 -04:00
Remove obsolete references to nqd.eq.2.
This commit is contained in:
parent
51dd025a8b
commit
857fe04e00
@ -86,10 +86,7 @@ subroutine map65a(dd,ss,savg,newdat,nutc,fcenter,ntol,idphi,nfa,nfb, &
|
|||||||
nutc0=nutc
|
nutc0=nutc
|
||||||
|
|
||||||
do nqd=1,0,-1
|
do nqd=1,0,-1
|
||||||
if(nqd.eq.2) then
|
if(nqd.eq.1) then !Quick decode, at fQSO
|
||||||
fa=1000.0*fqso
|
|
||||||
fb=1000.0*fqso
|
|
||||||
else if(nqd.eq.1) then !Quick decode, at fQSO
|
|
||||||
fa=1000.0*(fqso+0.001*mousedf) - ntol
|
fa=1000.0*(fqso+0.001*mousedf) - ntol
|
||||||
fb=1000.0*(fqso+0.001*mousedf) + ntol + 4*53.8330078
|
fb=1000.0*(fqso+0.001*mousedf) + ntol + 4*53.8330078
|
||||||
else !Wideband decode at all freqs
|
else !Wideband decode at all freqs
|
||||||
@ -143,7 +140,6 @@ subroutine map65a(dd,ss,savg,newdat,nutc,fcenter,ntol,idphi,nfa,nfb, &
|
|||||||
enddo
|
enddo
|
||||||
|
|
||||||
if(smax.gt.1.1 .or. ia.eq.ib) then
|
if(smax.gt.1.1 .or. ia.eq.ib) then
|
||||||
if(nqd.lt.2) then
|
|
||||||
! Look for JT65 sync patterns and shorthand square-wave patterns.
|
! Look for JT65 sync patterns and shorthand square-wave patterns.
|
||||||
call timer('ccf65 ',0)
|
call timer('ccf65 ',0)
|
||||||
! ssmax=smax
|
! ssmax=smax
|
||||||
@ -208,7 +204,6 @@ subroutine map65a(dd,ss,savg,newdat,nutc,fcenter,ntol,idphi,nfa,nfb, &
|
|||||||
endif
|
endif
|
||||||
enddo
|
enddo
|
||||||
endif
|
endif
|
||||||
endif
|
|
||||||
|
|
||||||
! ########################### Search for Normal Messages ###########
|
! ########################### Search for Normal Messages ###########
|
||||||
! Is sync1 above threshold?
|
! Is sync1 above threshold?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user