skrf.network.Network.a

Network.a

Active scattering parameter matrix.

Active scattering parameters are simply inverted s-parameters, defined as a = 1/s. Useful in analysis of active networks. The a-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 a11 can be accessed by taking the slice a[:,0,0].

Returns :

a : complex numpy.ndarray of shape fxnxn

the active scattering parameter matrix.

See also

s, y, z, t, a

Previous topic

skrf.network.Network.write_touchstone

Next topic

skrf.network.Network.a_arcl

This Page