Another attempt at optimizing the red sync curve for QRA64.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6895 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2016-07-08 15:22:50 +00:00
parent 4386536cf3
commit 19c91949c7
3 changed files with 16 additions and 15 deletions
+2 -1
View File
@@ -148,7 +148,8 @@ void CPlotter::draw(float swide[], bool bScroll, bool bRed)
y3[i]=smax;
if(smax>y3max)y3max=smax;
}
float fac=0.8/qMax(y3max,50.0f);
float fac=0.8/qMax(y3max,10.0f);
qDebug() << "a" << y3max;
for(int i=1; i<iz; i++) {
if(y3[i]>0.0) {
y2=fac*y3[i];