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
|
---|
References
[1] | http://en.wikipedia.org/wiki/Scattering_parameters#Scattering_transfer_parameters |