Improved JT65 decoding performance when input signal level is well above "normal".

This commit is contained in:
Joe Taylor 2021-05-09 16:35:12 -04:00
parent 7b98a0c585
commit 5d097b8c2b
1 changed files with 2 additions and 1 deletions

View File

@ -125,7 +125,8 @@ subroutine map65a(dd,ss,savg,newdat,nutc,fcenter,ntol,idphi,nfa,nfb, &
if(nqd.lt.2) then
! Look for JT65 sync patterns and shorthand square-wave patterns.
call timer('ccf65 ',0)
ssmax=smax
! ssmax=smax
ssmax=1.e30
call ccf65(ss(1,1,i),nhsym,ssmax,sync1,ipol,jpz,dt, &
flipk,syncshort,snr2,ipol2,dt2)
call timer('ccf65 ',1)