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