Scattering parameter matrix to Admittance matrix convertion for 2 ports matrix.
Y=uW_S2T(S)
tlist containing the S parameters.
tlist containing the Y parameters calculated from the S parameters.
This function convert a S parameter object into a Y parameter one. It works only for 2 ports devices (S2P).
// Get the Y11 parameter of a measured device // filename=tk_getfile("*.s2p"); S_measure=uW_S2P_read(filename); Y=uW_S2Y(S_measure); plot2d(Y.frequency,abs(Y.Y11)); | ![]() | ![]() |
www.reveyrand.fr