Cascade parameter matrix to Scattering matrix convertion for 2 ports matrix.
S=uW_T2S(T)
tlist containing the S parameters.
tlist containing the T parameters calculated from the S parameters.
This function convert a T parameter object into a S parameter one. It works only for 2 ports devices (S2P).
// It converts S to T and then T to S // filename=tk_getfile("*.s2p"); S_measure=uW_S2P_read(filename); T=uW_S2T(S_measure); S=uW_T2S(T); plot2d(S.frequency,abs([S.S11,S_measure.S11])); | ![]() | ![]() |
www.reveyrand.fr