Skip to content

function dB_to_string(const T &, double) string_io

template <typename T>
std::string dB_to_string(const T& value, double minimum = -140.0)

Converts dB value to string (uses oo for infinity symbol)

Defined at io/tostring.hpp:163