db10_2_mag

pmrf.math.db10_2_mag(z: Array | ndarray | bool | number | bool | int | float | complex)

Convert dB (factor 10) to linear magnitude.

Parameters:

z (array_like) – A complex number or sequence of complex numbers.

Returns:

z – 10**((z)/10) where z is a complex number.

Return type:

array_like