mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-19 10:32:02 -05:00
Tweaked signal level for Linrad input of data.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@411 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
020264e99e
commit
f7e88fbdd7
2
map65.py
2
map65.py
@ -1,4 +1,4 @@
|
|||||||
#-------------------------------------------------------------------- MAP65
|
#--------------------------------------------------------------------- MAP65
|
||||||
# $Date$ $Revision$
|
# $Date$ $Revision$
|
||||||
#
|
#
|
||||||
from Tkinter import *
|
from Tkinter import *
|
||||||
|
@ -11,7 +11,8 @@ C Compute spectra at four polarizations, using half-symbol steps.
|
|||||||
real*8 ts,hsym
|
real*8 ts,hsym
|
||||||
common/spcom/ip0,ss(4,322,NFFT),ss5(322,NFFT)
|
common/spcom/ip0,ss(4,322,NFFT),ss5(322,NFFT)
|
||||||
|
|
||||||
fac=1.e-4
|
! fac=1.e-4
|
||||||
|
fac=1.7e-4
|
||||||
hsym=2048.d0*96000.d0/11025.d0 !Samples per half symbol
|
hsym=2048.d0*96000.d0/11025.d0 !Samples per half symbol
|
||||||
npts=hsym !Integral samples per half symbol
|
npts=hsym !Integral samples per half symbol
|
||||||
nsteps=322 !Half symbols per transmission
|
nsteps=322 !Half symbols per transmission
|
||||||
|
Loading…
Reference in New Issue
Block a user