From 7f039d57b40e80c0453da84815c2d1bb877c8e88 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 13 Sep 2016 12:51:34 +0000 Subject: [PATCH] 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 --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 5f27f4656..a96e3c542 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -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