Home
last modified time | relevance | path

Searched refs:formatSIValue (Results 1 – 3 of 3) sorted by relevance

/dports/comms/inspectrum/inspectrum-d6115cb458068fa64c7bbd9020bcbab3373fee0e/
H A Dspectrogramcontrols.cpp211 periodLabel->setText(QString::fromStdString(formatSIValue(time)) + "s"); in timeSelectionChanged()
212 rateLabel->setText(QString::fromStdString(formatSIValue(1 / time)) + "Hz"); in timeSelectionChanged()
215 symbolPeriodLabel->setText(QString::fromStdString(formatSIValue(time / symbols)) + "s"); in timeSelectionChanged()
216 symbolRateLabel->setText(QString::fromStdString(formatSIValue(symbols / time)) + "Bd"); in timeSelectionChanged()
H A Dutil.cpp22 std::string formatSIValue(float value) in formatSIValue() function
H A Dutil.h100 std::string formatSIValue(float value);