Now computing (but not yet plotting) spectra s1 and s2.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/jtms3@2508 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2012-07-13 00:45:43 +00:00
parent 91c5d3915a
commit 945b6ef048
4 changed files with 49 additions and 146 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ void CPlotter::draw(float green[], int ig) //draw()
for(i=0; i<ig; i++) {
y = green[i];
painter1.drawPoint(i,0);
int y2 = 7*(y-m_plotZero);
int y2 = 4*(y-m_plotZero);
if (y2<0) y2=0;
if (y2>254) y2=254;
LineBuf[j].setX(i);