Many changes to the procedures for selecting decodable candidate JT9 signals.

This code may be the new benchmark?


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3274 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2013-05-16 16:02:00 +00:00
parent cef2d18677
commit 6339dc4b7e
11 changed files with 94 additions and 44 deletions
+1 -1
View File
@@ -1760,7 +1760,7 @@ void MainWindow::startTx2()
double snr=t.mid(1,5).toDouble();
if(snr>0.0 or snr < -50.0) snr=99.0;
soundOutThread.setTxSNR(snr);
soundOutThread.start(QThread::HighPriority);
soundOutThread.start(QThread::HighestPriority);
ui->xThermo->setValue(0.0); //Set Thermo to zero
m_monitoring=false;
soundInThread.setMonitoring(false);