mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-26 22:28:41 -05:00
Change blanking blocksize from 174 to 200.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1021 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
a9a2f328ab
commit
735b4838a4
2
map65.py
2
map65.py
@ -1,4 +1,4 @@
|
|||||||
#--------------------------------------------------------------------- MAP65
|
#-------------------------------------------------------------------- MAP65
|
||||||
# $Date$ $Revision$
|
# $Date$ $Revision$
|
||||||
#
|
#
|
||||||
from Tkinter import *
|
from Tkinter import *
|
||||||
|
@ -32,8 +32,8 @@ subroutine symspec(id,kbuf,kk,kkdone,nutc,newdat)
|
|||||||
enddo
|
enddo
|
||||||
|
|
||||||
! Get baseline power level for this minute
|
! Get baseline power level for this minute
|
||||||
n1=174 !Block size (somewhat arbitrary)
|
n1=200 !Block size (somewhat arbitrary)
|
||||||
n2=(kkk-kkdone)/n1 !Number of blocks
|
n2=(kkk-kkdone)/n1 !Number of blocks
|
||||||
k=0 !Starting place
|
k=0 !Starting place
|
||||||
sqq=0.
|
sqq=0.
|
||||||
nsqq=0
|
nsqq=0
|
||||||
|
Loading…
Reference in New Issue
Block a user