pylupnt.decimal2decibel¶
- pylupnt.decimal2decibel(*args, **kwargs)¶
Overloaded function.
decimal2decibel(x: float) -> float
Convert decimal to dB
decimal2decibel(x: numpy.ndarray[numpy.float64[m, 1]]) -> numpy.ndarray[numpy.float64[m, 1]]
decimal2decibel(x: numpy.ndarray[numpy.float64[m, n]]) -> numpy.ndarray[numpy.float64[m, n]]