mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Moves fselect calculation from map65a to spec.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@446 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
dd77f6053d
commit
96b411cdbb
2
map65.py
2
map65.py
@ -1,4 +1,4 @@
|
|||||||
#-------------------------------------------------------------------- MAP65
|
#------------------------------------------------------------------- MAP65
|
||||||
# $Date$ $Revision$
|
# $Date$ $Revision$
|
||||||
#
|
#
|
||||||
from Tkinter import *
|
from Tkinter import *
|
||||||
|
@ -36,7 +36,6 @@ subroutine map65a(newdat)
|
|||||||
nutcdata=nutc
|
nutcdata=nutc
|
||||||
open(23,file='CALL3.TXT',status='old')
|
open(23,file='CALL3.TXT',status='old')
|
||||||
|
|
||||||
fselect=mousefqso + 1.6
|
|
||||||
df=96000.0/NFFT !df = 96000/NFFT = 2.930 Hz
|
df=96000.0/NFFT !df = 96000/NFFT = 2.930 Hz
|
||||||
ftol=0.020 !Frequency tolerance (kHz)
|
ftol=0.020 !Frequency tolerance (kHz)
|
||||||
nfilt=1
|
nfilt=1
|
||||||
|
1
spec.f90
1
spec.f90
@ -37,6 +37,7 @@ subroutine spec(brightness,contrast,ngain,nspeed,a,a2)
|
|||||||
nlines=322/nadd
|
nlines=322/nadd
|
||||||
call zero(s,NFFT*NY)
|
call zero(s,NFFT*NY)
|
||||||
k=0
|
k=0
|
||||||
|
fselect=mousefqso + 1.6
|
||||||
imid=nint(1000.0*(fselect-125.0+48.0)/df)
|
imid=nint(1000.0*(fselect-125.0+48.0)/df)
|
||||||
ia=imid-374
|
ia=imid-374
|
||||||
ib=ia+749
|
ib=ia+749
|
||||||
|
Loading…
Reference in New Issue
Block a user