Function lupnt::DecibelToDecimal(Real)¶
Defined in File math_utils.cc
Function Documentation¶
-
Real lupnt::DecibelToDecimal(Real x)¶
Convert decibel value to decimal.
Convert a value in decibels to a decimal (linear) ratio:
10^(x/10).Used by the link-budget / C/N0 computations (e.g.
GnssConstellation’s C/N0 models,comms_utils.cc’s FLL/PLL tracking-loop equations) to convert a C/N0 value from dB-Hz to linear (Hz) units before further computation.- Parameters:
x – Decibel value
x – Value in decibels [dB]
- Returns:
Decimal value
- Returns:
Decimal (linear-scale) ratio