mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-03 14:42:25 -04:00
Correct a problem with reporting DT and f0 for Q65 'q3' decodes.
This commit is contained in:
parent
455ec12e44
commit
b343deb8cd
@ -154,7 +154,11 @@ subroutine q65_dec0(iavg,nutc,iwave,ntrperiod,nfqso,ntol,ndepth,lclearave, &
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
! Get 2d CCF and ccf2 using sync symbols only
|
! Get 2d CCF and ccf2 using sync symbols only
|
||||||
call q65_ccf_22(s1,iz,jz,nfqso,ia,ia2,ipk,jpk,f0,xdt,ccf,ccf2)
|
call q65_ccf_22(s1,iz,jz,nfqso,ia,ia2,ipk,jpk,f0a,xdta,ccf,ccf2)
|
||||||
|
if(idec.lt.0) then
|
||||||
|
f0=f0a
|
||||||
|
xdt=xdta
|
||||||
|
endif
|
||||||
|
|
||||||
! Estimate rms on ccf baseline
|
! Estimate rms on ccf baseline
|
||||||
sq=0.
|
sq=0.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user