skrf.network.Network.z

Network.z

Impedance parameter matrix.

The z-matrix [1] is a 3-dimensional numpy.ndarray which has shape fxnxn, where f is frequency axis and n is number of ports. Note that indexing starts at 0, so z11 can be accessed by taking the slice z[:,0,0].

Returns :

z : complex numpy.ndarray of shape fxnxn

the Impedance parameter matrix.

See also

s, y, z, t, a

References

[1]http://en.wikipedia.org/wiki/impedance_parameters

Previous topic

skrf.network.Network.y_vswr

Next topic

skrf.network.Network.z0

This Page