skrf.mathFunctions.db_2_magnitude

skrf.mathFunctions.db_2_magnitude(z)[source]

Convert dB to linear magnitude.

Parameters:

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

Returns:

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

Return type:

number or array_like