Name

uW_T2S — Cascade parameter matrix to Scattering matrix convertion for 2 ports matrix.

Calling Sequence

S=uW_T2S(T)

Parameters

S

tlist containing the S parameters.

T

tlist containing the T parameters calculated from the S parameters.

Description

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

Examples


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




 
  

See Also

uW_S2T

Authors

Tibault Reveyrand

www.reveyrand.fr