skrf.mathFunctions.complex2Scalar

skrf.mathFunctions.complex2Scalar(z)[source]

Serialize a list/array of complex numbers

Parameters:

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

Returns:

re_im – produce the following array for an input z: z[0].real, z[0].imag, z[1].real, z[1].imag, etc.

Return type:

array_like

See also

scalar2Complex