Name

uW_S2Y — Scattering parameter matrix to Admittance matrix convertion for 2 ports matrix.

Calling Sequence

Y=uW_S2T(S)

Parameters

S

tlist containing the S parameters.

Y

tlist containing the Y parameters calculated from the S parameters.

Description

This function convert a S parameter object into a Y parameter one. It works only for 2 ports devices (S2P).

Examples


// 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));




 
  

See Also

uW_T2S

Authors

Tibault Reveyrand

www.reveyrand.fr