Stability factor K of two-port network
[k,b1,b2,delta] = stabilityk(
calculates and returns the stability factor, s_params
)k
, and the conditions
b1
, b2
, and delta
for the
two-port network.
[k,b1,b2,delta] = stabilityk(
calculates
and returns the stability factor and stability conditions for the two-port network
represented by the S-parameter object hs
)hs
.
Necessary and sufficient conditions for stability are
k
>1
and
abs(delta)
<1
. stabilityk
calculates the outputs using the equations
where:
S11,
S12,
S21, and
S22 are S-parameters from the input argument
s_params
.
Δ is a vector whose members are the determinants of the M 2-port S-parameter matrices:
The function performs these calculations element-wise for each of the M
S-parameter matrices in s_params
.
[1] Gonzalez, Guillermo. Microwave Transistor Amplifiers: Analysis and Design. 2nd ed. Upper Saddle River, N.J: Prentice Hall, 1997.