l_stab_circle_center_radius()

Returns the center and radius of the load (output) stability circle

Syntax
l_cr = l_stab_circle_center_radius(S, Type)

Arguments
Name Description Range Type Default Required
S 2-port S-Parameters   complex   yes
Type Type of parameter to return ["both"|"center"|"radius"] string "both" no

Examples

l_cr = l_stab_circle_center_radius(S)
returns a 1X2 matrix containing center and radius
lCirc = expand(circle(l_cr(1), real(l_cr(2)), 51))
returns data for the load stability circle
l_radius = l_stab_circle_center_radius(S, "radius")
returns the radius

Defined in

$HPEESOF_DIR/expressions/ael/circle_fun.ael

See Also

l_stab_circle(), s_stab_circle(), s_stab_circle_center_radius()

Notes/Equations

Used in Small-signal S-parameter simulations.
If the argument Type is not specified, the function returns complex data. Although radius is of type real, the values are returned as complex. Therefore, when using the returned radius, use the real part. To obtain the radius as a real number, set the Type argument to radius .

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources