Remove the arbitrary "-5 dB" from signal-meter readings.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7077 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2016-09-13 12:51:34 +00:00
parent 55dab421f8
commit 7f039d57b4
1 changed files with 1 additions and 1 deletions

View File

@ -1267,7 +1267,7 @@ void MainWindow::fastSink(qint64 frames)
}
hspec_(dec_data.d2, &k, &m_inGain, fast_green, fast_s, &fast_jh);
float px = fast_green[fast_jh] - 5.0;
float px = fast_green[fast_jh];
QString t;
t.sprintf(" Rx noise: %5.1f ",px);
ui->signal_meter_widget->setValue(px); // Update thermometer