Limit frequency search to plus/minus ntol.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7083 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Steven Franke 2016-09-14 22:29:15 +00:00
parent 1c5a7e0fbc
commit 2402fa8fa8

View File

@ -80,7 +80,7 @@ subroutine opdetmsk144(cbig,n,lines,nmessages,nutc,ntol,t00)
xmax=0.0
bestf=0.0
do if=-200,200 ! search for frequency that maximizes sync correlation
do if=-ntol,ntol ! search for frequency that maximizes sync correlation
ferr=if
! shift analytic signal to baseband
call tweak1(cdat,NPTS,-(1500+ferr),cdat2)