<< uW_S2P_write S2P files uW_S2Y >>

Microwave Toolbox >> S2P files > uW_S2T

uW_S2T

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

Calling Sequence

T=uW_S2T(S)

Parameters

S

tlist containing the S parameters.

T

tlist containing the T parameters calculated from the S parameters.

Description

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

Examples

// Get the T11 parameter of a measured device
// 
filename=tk_getfile("*.s2p");
S_measure=uW_S2P_read(filename);
T=uW_S2T(S_measure);

plot2d(T.frequency,abs(T.T11));

See Also

Authors

Tibault Reveyrand

www.reveyrand.fr


Report an issue
<< uW_S2P_write S2P files uW_S2Y >>