mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-12 07:06:17 -05:00
Look for a q[0124] decode in the iavg=0 pass as well as iavg=2.
This commit is contained in:
parent
bf1d1dace6
commit
4dd48551b2
@ -205,7 +205,7 @@ subroutine q65_dec0(iavg,nutc,iwave,ntrperiod,nfqso,ntol,ndepth,lclearave, &
|
||||
!3001 format(i4.4,2i4,2f8.2)
|
||||
call q65_write_red(iz,xdt,ccf2_avg,ccf2)
|
||||
|
||||
if(iavg.eq.2) then
|
||||
if(iavg.eq.0 .or. iavg.eq.2) then
|
||||
call q65_dec_q012(s3,LL,snr2,dat4,idec,decoded)
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user