skrf.network.Network.s

Network.s

Scattering parameter matrix.

The s-matrix[#]_ 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 s11 can be accessed by taking the slice s[:,0,0].

Returns :

s : complex numpy.ndarray of shape fxnxn

the scattering parameter matrix.

See also

s, y, z, t, a

References

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

Previous topic

skrf.network.Network.passivity

Next topic

skrf.network.Network.s11

This Page