skrf.network
skrf.frequency
skrf.networkSet
skrf.plotting
skrf.taper
skrf.calibration.calibration
skrf.calibration.deembedding
skrf.vi
skrf.vi.vna
skrf.vectorFitting
skrf.qfactor
skrf.time
skrf.circuit
skrf.media.device
skrf.mathFunctions
skrf.tlineFunctions
skrf.instances
skrf.constants
skrf.data
skrf.util
Convert linear magnitude to dB.
z (number or array_like) – A complex number or sequence of complex numbers
zero_nan (bool, optional) – Replace NaN with zero. The default is True.
z – Magnitude in dB given by 20*log10(|z|)
number or array_like