mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-04 15:12:25 -04:00
Activate the W3SZ code for 'q5' decodes only when max_drift = 50.
This commit is contained in:
parent
a969f304ab
commit
385f0e7b62
@ -241,9 +241,8 @@ contains
|
|||||||
nused=navg(iseq)
|
nused=navg(iseq)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
100 stageno = 5
|
100 if(idec.lt.0 .and. max_drift.eq.50) then
|
||||||
|
stageno = 5
|
||||||
if(idec.lt.0) then
|
|
||||||
call timer('q65_dec0',0)
|
call timer('q65_dec0',0)
|
||||||
! Call top-level routine in q65 module: establish sync and try for a
|
! Call top-level routine in q65 module: establish sync and try for a
|
||||||
! q3 or q0 decode.
|
! q3 or q0 decode.
|
||||||
|
@ -268,7 +268,7 @@ subroutine q65_dec0(iavg,nutc,iwave,ntrperiod,nfqso,ntol,ndepth,lclearave, &
|
|||||||
idec=5
|
idec=5
|
||||||
endif
|
endif
|
||||||
|
|
||||||
endif ! if(idec.lt.0 .and. maxdrift.eq.50 .and. stageno.eq.5)
|
endif ! if(idec.lt.0 .and. max_drift.eq.50 .and. stageno.eq.5)
|
||||||
|
|
||||||
return
|
return
|
||||||
end subroutine q65_dec0
|
end subroutine q65_dec0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user