Main Content
gammaout
Calculate output reflection coefficient of two-port network
Description
calculates the output reflection coefficient of a two-port network. coefficient
= gammaout(s_params
,z0
,zs
)z0
is
the reference impedance Z0; its default value is
50 ohms. zs
is the source impedance
Zs; its default value is also 50 ohms.
coefficient
is an M-element complex vector.
calculates the output reflection coefficient of the two-port network represented by the
S-parameter object coefficient
= gammaout(hs
,zs
)hs
.
Examples
Input Arguments
Output Arguments
Algorithms
The function calculates coefficient
using the equation
where
Version History
Introduced before R2006a