From 7ac2e3af9f5919d986c43503159f2cfb30ffe540 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 19 Sep 2006 20:15:27 +0000 Subject: [PATCH] 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 --- sync65.f | 8 +++++--- wsjt.py | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/sync65.f b/sync65.f index 581cd063b..24977e26f 100644 --- a/sync65.f +++ b/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 diff --git a/wsjt.py b/wsjt.py index 57c1188ef..bfbb9f032 100644 --- a/wsjt.py +++ b/wsjt.py @@ -1,4 +1,4 @@ -#------------------------------------------------------------------ WSJT +#------------------------------------------------------------------- WSJT # $Date$ $Revision$ # from Tkinter import *