stabilityk
Stability factor K of two-port network
Description
[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
.
Examples
Input Arguments
Algorithms
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
.
References
[1] Gonzalez, Guillermo. Microwave Transistor Amplifiers: Analysis and Design. 2nd ed. Upper Saddle River, N.J: Prentice Hall, 1997.
Version History
Introduced before R2006a