volts_to_decibel#

waveline.utils.volts_to_decibel(volts)[source]#

Convert from volts to dB(AE).

Parameters:

volts (Union[float, ndarray]) – Inpult in volts, scalar or array

Return type:

Union[float, ndarray]

Returns:

Input value(s) in dB(AE)