wradlib.trafo.idecibel¶
- wradlib.trafo.idecibel(x)¶
Calculates the inverse of input decibel values
\(z=10^{x \over 10}\)
- Parameters:
x (
floatornumpy.ndarray)
Examples
>>> from wradlib.trafo import idecibel >>> print(idecibel(10.)) 10.0
Calculates the inverse of input decibel values
\(z=10^{x \over 10}\)
x (float or numpy.ndarray)
Examples
>>> from wradlib.trafo import idecibel
>>> print(idecibel(10.))
10.0