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:
Joe Taylor 2006-09-19 20:15:27 +00:00
parent a7f6118adc
commit d4978a2520
2 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
#------------------------------------------------------------------ WSJT
#------------------------------------------------------------------- WSJT
# $Date$ $Revision$
#
from Tkinter import *