Updates to Users Guide.

Double-click on waterfall sets Tol to a reduced (mode-dependent) value.
Tol is saved/restored on program restart.
Added digital gain slider for setting input level.
Garbage decode "15P6715P67WCV" is rejected.
Arrays ss and c0 are copied and saved when newdat=1.  Further processing is
done on the copies.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@2712 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2012-11-01 19:54:40 +00:00
parent 38867d68fb
commit a84c3a8c5d
14 changed files with 94 additions and 29 deletions
+2 -2
View File
@@ -214,14 +214,14 @@ void WideGraph::wideFreezeDecode(int n)
void WideGraph::setTol(int n)
{
ui->widePlot->m_tol=n;
ui->widePlot->setTol(n);
ui->widePlot->DrawOverlay();
ui->widePlot->update();
}
int WideGraph::Tol()
{
return ui->widePlot->m_tol;
return ui->widePlot->Tol();
}
void WideGraph::setFcal(int n)