1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-14 23:43:43 -04:00

All mod and demod plugins: try to fix channel power display

This commit is contained in:
f4exb
2017-05-26 01:19:36 +02:00
parent 3a3d8e3dcb
commit 59a4dab7df
18 changed files with 247 additions and 269 deletions
+1 -1
View File
@@ -594,7 +594,7 @@ void DSDDemodGUI::tick()
(100.0f + powDbPeak) / 100.0f,
nbMagsqSamples);
ui->channelPower->setText(QString::number(powDbAvg, 'f', 1));
ui->channelPower->setText(tr("%1 dB").arg(powDbAvg, 0, 'f', 1));
// Real powDb = CalcDb::dbPower(m_dsdDemod->getMagSq());
// m_channelPowerDbAvg.feed(powDb);