Calculate the stability K factor.
K=uW_S2P_K(S)
tlist containing the S parameters.
vector. Value of the K stability factor according to the frequency list of the S2P object.
This function calculates the K factor. The condition of unconditional stability is achieved when K greater than 1 and abs(D) lower than 1 with : K=uW_S2P_K(S) and D=uW_S2P_DELTA(S).
// Get the T11 parameter of a measured device // filename=uigetfile("*.s2p"); S=uW_S2P_read(filename); plot2d(S.frequency./(10^9),uW_S2P_K(S)); | ![]() | ![]() |
www.reveyrand.fr