Plot the stability circles from S2P data.
uW_S2P_stab_display(S)
2 ports S2P data
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.
// Get the S11 parameter of a measured device // filename=uigetfile("*.s2p"); S=uW_S2P_read(filename); uW_S2P_stab_display(S) | ![]() | ![]() |
www.reveyrand.fr