<< uW_S2P_display Display uW_display_smith >>

Microwave Toolbox >> Display > uW_S2P_stab_display

uW_S2P_stab_display

Plot the stability circles from S2P data.

Calling Sequence

uW_S2P_stab_display(S)

Parameters

S

2 ports S2P data

Description

This function plots the stability circles on a smith chart into the current graphic window. Input stability circles are blue. Output stability circles are red. The frequency list is the one embedded in the S2P data.

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_display Display uW_display_smith >>