mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-27 11:52:28 -04:00
Re-activate use of MaxDrift for late-stage decoding. Make sure this is OK for Lance!
This commit is contained in:
parent
21e377d363
commit
da8e6e92b3
@ -501,7 +501,7 @@ subroutine q65_ccf_22(s1,iz,jz,nfqso,ntol,iavg,ipk,jpk, &
|
||||
|
||||
ia=max(nfa,100)/df
|
||||
ib=min(nfb,4900)/df
|
||||
if(nqd.ne.1 .or. iavg.ne.0) max_drift=0
|
||||
! if(nqd.ne.1 .or. iavg.ne.0) max_drift=0 !### Disabled March 22, 2023
|
||||
if(max_drift.ne.0) then
|
||||
ia=max(nint(100/df),nint((nfqso-ntol)/df))
|
||||
ib=min(nint(4900/df),nint((nfqso+ntol)/df))
|
||||
|
Loading…
x
Reference in New Issue
Block a user