skrf.network.Network.t

Network.t

Scattering transfer parameters

The t-matrix [1] is a 3-dimensional numpy.ndarray which has shape fx2x2, where f is frequency axis. Note that indexing starts at 0, so t11 can be accessed by taking the slice t[:,0,0].

The t-matrix, also known as the wave cascading matrix, is only defined for a 2-port Network.

Returns :

t : complex numpy.ndarry of shape fx2x2

t-parameters, aka scattering transfer parameters

See also

s, y, z, t, a

References

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

Previous topic

skrf.network.Network.s_re

Next topic

skrf.network.Network.y

This Page