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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user