mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-23 04:38:37 -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$
|
||||
#
|
||||
from Tkinter import *
|
||||
|
@ -32,7 +32,7 @@ subroutine symspec(id,kbuf,kk,kkdone,nutc,newdat)
|
||||
enddo
|
||||
|
||||
! 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
|
||||
k=0 !Starting place
|
||||
sqq=0.
|
||||
|
Loading…
Reference in New Issue
Block a user