skrf.mathFunctions.db_2_mag

skrf.mathFunctions.db_2_mag(z)

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