Returns the centers and radius of input stability circles for a S2P.
output=uW_S2P_stab(S)
2 ports S2P data
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
This function returns the centers and the radius of input stability circles of a S2P.
// Get the S11 parameter of a measured device // filename=uigetfile("*.s2p"); S=uW_S2P_read(filename); uW_S2P_stab_display(S) | ![]() | ![]() |
www.reveyrand.fr