1. Re-scale the 2-d cumulative spectrum.

2. Swap positions of "QSO Frequency" and "Band Activity" windows.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3265 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2013-05-14 00:22:22 +00:00
parent c2e0d2d4c9
commit c7ee9ff304
4 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ void CPlotter::draw(float swide[], float red[], int i0) //draw()
for(int k=0; k<m_binsPerPixel; k++) {
sum+=jt9com_.savg[j++];
}
y2=gain*10.0*log10(sum/m_binsPerPixel) - 20;
y2=gain*6.0*log10(sum/m_binsPerPixel) - 10.0;
}
if(m_bJT9Sync) y2=3.0*gain*red[i] - 15;
if(strong != strong0 or i==m_w-1) {