mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-26 22:28:41 -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$
|
||||
#
|
||||
from Tkinter import *
|
||||
|
@ -36,7 +36,6 @@ subroutine map65a(newdat)
|
||||
nutcdata=nutc
|
||||
open(23,file='CALL3.TXT',status='old')
|
||||
|
||||
fselect=mousefqso + 1.6
|
||||
df=96000.0/NFFT !df = 96000/NFFT = 2.930 Hz
|
||||
ftol=0.020 !Frequency tolerance (kHz)
|
||||
nfilt=1
|
||||
|
Loading…
Reference in New Issue
Block a user