<< uW_S2P_split S2P files uW_S2P_stab_display >>

Microwave Toolbox >> S2P files > uW_S2P_stab

uW_S2P_stab

Returns the centers and radius of input stability circles for a S2P.

Calling Sequence

output=uW_S2P_stab(S)

Parameters

S

2 ports S2P data

output

2xn matrix. The first column is center of the input stability circle. The second column is the radius. n is the number of frequency into the S2P objet

Description

This function returns the centers and the radius of input stability circles of a S2P.

Examples

// Get the S11 parameter of a measured device
// 
filename=uigetfile("*.s2p");
S=uW_S2P_read(filename);
uW_S2P_stab_display(S)

See Also

Authors

Tibault Reveyrand

www.reveyrand.fr


Report an issue
<< uW_S2P_split S2P files uW_S2P_stab_display >>