mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-19 10:32:02 -05:00
Apply sigital gain slider to spectra sent to waterfall.
Update the User's Guide. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3477 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
a5daadb21d
commit
617b9aa9eb
Binary file not shown.
@ -100,7 +100,7 @@ subroutine symspec(k,ntrperiod,nsps,ingain,slope,pxdb,s,df3,ihsym,npts8)
|
|||||||
sx=fac*(real(cx(j))**2 + aimag(cx(j))**2)
|
sx=fac*(real(cx(j))**2 + aimag(cx(j))**2)
|
||||||
ss(n,i)=sx
|
ss(n,i)=sx
|
||||||
ssum(i)=ssum(i) + sx
|
ssum(i)=ssum(i) + sx
|
||||||
s(i)=sx
|
s(i)=gain*sx
|
||||||
enddo
|
enddo
|
||||||
|
|
||||||
! s=0.05*s/ref
|
! s=0.05*s/ref
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//------------------------------------------------------------- MainWindow
|
//-------------------------------------------------------------- MainWindow
|
||||||
#include "mainwindow.h"
|
#include "mainwindow.h"
|
||||||
#include "ui_mainwindow.h"
|
#include "ui_mainwindow.h"
|
||||||
#include "devsetup.h"
|
#include "devsetup.h"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[Setup]
|
[Setup]
|
||||||
AppName=wsjtx
|
AppName=wsjtx
|
||||||
AppVerName=wsjtx Version 1.1.0 r3474
|
AppVerName=wsjtx Version 1.1.0 r3477
|
||||||
AppCopyright=Copyright (C) 2001-2013 by Joe Taylor, K1JT
|
AppCopyright=Copyright (C) 2001-2013 by Joe Taylor, K1JT
|
||||||
DefaultDirName=c:\wsjtx2
|
DefaultDirName=c:\wsjtx2
|
||||||
DefaultGroupName=wsjtx2
|
DefaultGroupName=wsjtx2
|
||||||
|
Loading…
Reference in New Issue
Block a user