mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-23 04:28:36 -04:00
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:
parent
1c5a7e0fbc
commit
2402fa8fa8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user