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.
// Display for every frequency values in the S2P file // filename=uigetfile("*.s2p"); S=uW_S2P_read(filename); uW_S2P_stab_display(S) // Display for 1 frequency : 1 GHz filename=uigetfile("*.s2p"); S=uW_S2P_read(filename); S2=uW_S2P_freq(S,[1.0]*10^9); uW_S2P_stab_display(S2) | ![]() | ![]() |
www.reveyrand.fr