mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 21:58:38 -05:00
One more tweak concerning 5 kHz BW.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@303 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
a7f6118adc
commit
d4978a2520
8
sync65.f
8
sync65.f
@ -38,8 +38,11 @@ C Compute power spectrum for each step and get average
|
||||
call flat1(psavg,s2,nh,nsteps,NHMAX,NSMAX) !Flatten the spectra
|
||||
|
||||
C Find the best frequency channel for CCF
|
||||
famin= 670.46
|
||||
fbmax=1870.46
|
||||
! famin= 670.46
|
||||
! fbmax=1870.46
|
||||
famin=3.
|
||||
fbmax=2700.
|
||||
|
||||
fa=famin
|
||||
fb=fbmax
|
||||
if(NFreeze.eq.1) then
|
||||
@ -51,7 +54,6 @@ C Find the best frequency channel for CCF
|
||||
endif
|
||||
ia=fa/df
|
||||
ib=fb/df
|
||||
|
||||
i0=nint(1270.46/df)
|
||||
lag1=-5
|
||||
lag2=59
|
||||
|
Loading…
Reference in New Issue
Block a user