<< uW_S2P_to_SnP S2P files uW_S2P_u2 >>

Microwave Toolbox >> S2P files > uW_S2P_u1

uW_S2P_u1

Calculate the Edwards-Sinsky stability parameter : µ1 of a S2P.

Calling Sequence

M=uW_S2P_u1(S)

Parameters

S

tlist containing the S parameters.

M

vector. Value of the Edwards-Sinsky stability parameter : µ1 according to the frequency list of the S2P object.

Description

This function calculates the Edwards-Sinsky stability parameter : µ1 of a S2P object.

Examples

// Get the T11 parameter of a measured device
// 

filename=uigetfile("*.s2p");
S=uW_S2P_read(filename);
plot2d(S.frequency./(10^9),uW_S2P_u1(S));

See Also

Authors

Tibault Reveyrand

www.reveyrand.fr


Report an issue
<< uW_S2P_to_SnP S2P files uW_S2P_u2 >>