pylupnt.decibel_to_decimal

pylupnt.decibel_to_decimal(*args, **kwargs)

Overloaded function.

  1. decibel_to_decimal(x: Real) -> Real

Convert a value in decibels [dB] to a linear ratio: 10^(x/10).

  1. decibel_to_decimal(x: typing.Annotated[numpy.typing.ArrayLike, Real, “[m, n]”]) -> typing.Annotated[numpy.typing.NDArray[Real], “[m, n]”]

Element-wise conversion of decibels [dB] to linear ratios.