wradlib.trafo.idecibel

wradlib.trafo.idecibel(x)

Calculates the inverse of input decibel values

\(z=10^{x \over 10}\)

Parameters:

x (float or numpy.ndarray)

Examples

>>> from wradlib.trafo import idecibel
>>> print(idecibel(10.))
10.0