mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-15 16:42:12 -05:00
Rough first attempt at setting minsync according to setup.
This commit is contained in:
parent
0357af2eb5
commit
3fe6fa3d72
@ -83,7 +83,7 @@ contains
|
|||||||
dxcall13=hiscall ! initialize for use in packjt77
|
dxcall13=hiscall ! initialize for use in packjt77
|
||||||
mycall13=mycall
|
mycall13=mycall
|
||||||
|
|
||||||
fMHz=10.0
|
fMHz=1.0
|
||||||
|
|
||||||
if(first) then
|
if(first) then
|
||||||
mcq=2*mod(mcq+rvec(1:29),2)-1
|
mcq=2*mod(mcq+rvec(1:29),2)-1
|
||||||
@ -285,7 +285,13 @@ contains
|
|||||||
fb=min(4800,nfb)
|
fb=min(4800,nfb)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
minsync=1.25
|
if(hmod.eq.1) then
|
||||||
|
if(ntrperiod.eq.15) minsync=1.15
|
||||||
|
if(ntrperiod.gt.15) minsync=1.20
|
||||||
|
elseif(hmod.gt.1) then
|
||||||
|
minsync=1.5
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
! Get first approximation of candidate frequencies
|
! Get first approximation of candidate frequencies
|
||||||
call get_candidates_fst240(c_bigfft,nfft1,nsps,hmod,fs,fa,fb, &
|
call get_candidates_fst240(c_bigfft,nfft1,nsps,hmod,fs,fa,fb, &
|
||||||
|
Loading…
Reference in New Issue
Block a user