|
本帖最后由 Xuxingfu 于 2012-6-9 19:44 编辑
' f6 `8 ?% X( V% ?
) Y v+ D1 j+ ?5 C/ i资用功率增益圆:/ r: P) b% Z( I2 ]$ q5 m" F' z
ga_circle()
) u# m; G) D% Z" {! N! A, S+ S/ f8 W) XGenerates an available gain circle.
' G2 p& R- L& L3 y$ q$ Z9 c& M6 f M; X4 O6 n1 h
语法规则Syntax:' `' e/ Z, ~" ]+ @5 F( t. ]
1 P# j7 E/ n3 z1 c7 Q& p
y = ga_circle(S, gain, numOfPts, numCircles, gainStep)
, X3 b/ c# T7 k K" x% H# h! S8 h8 I; @; O2 j
' [! R3 G: h+ h9 `
1 u4 e8 [% v8 S, ~Default value for gain is min(max_gain(S)) - {1, 2, 3}8 S: r: Z+ v% f" A% P7 J" I
( n1 q: u6 B% @2 L
Examples
; k+ @9 Z7 F- l" c8 A/ s3 acircleData = ga_circle(S, 2, 51)
% {2 p% U! T( Y \( S% `' c' Z0 x' pcircleData = ga_circle(S, {2, 3, 4}, 51) return the points on the circle(s).
! W" d# S, ~; b9 G! X7 ecircleData = ga_circle(S, , 51, 5, 0.5) return the points on the circle(s) for 5 circles at maxGain - {0,0.5,1.0,1.5,2.0}* ?8 g5 I# x+ N% I
circleData = ga_circle(S, , , 2, 1.0) return the points on the circle(s) for 2 circles at maxGain - {0,1.0}
; o. f7 K+ j. g! a# W4 _: ^& x! Y$ b% q5 R* j8 g( l: _
此功能用于在小信号S参数模拟。
% D* ~! T! o( Z" C3 C函数生成常数资用增益圆源不匹配造成的,圆的定义在指定的增益源反射系数点。, ?- T0 `2 Z ^; E( D) c6 a
6 ?6 |4 V, e9 w$ c* `$ Y' y7 sThis function is used in Small-signal S-parameter simulations.
0 q3 R, S4 |. ^The function generates the constant available-gain circle resulting from a source mismatch. The circle is defined by the loci of the source-reflection coefficients resulting in the specified gain.
I& @4 X: F, g6 c* [8 w, i
3 x/ m. H. C5 l( H+ zA gain circle is created for each value of the swept variable(s). Multiple gain values can be specified for a scattering parameter that has dimension less than four. This measurement is supported for 2-port networks only.
0 f( r) M$ n8 I, [8 `: x1 N& XIf gain and numCircles are not specified, gain circles are drawn at min(max_gain(S)) - {0,1,2,3}. That is, gain is calculated at a loss of 0,1,2,3 dB from maxGain. ; S; M$ q- m1 a1 q
4 I+ z' }) S. dIf gain is not specified and numCircles is given, then numCircles gain circles are drawn at gainStep below max_gain(). Gain is also limited by max_gain(S). That is, if gain > max_gain(S), then the circle is generated at max_gain(S).
1 u+ p% E* c4 I& i+ `1 D6 M9 K
, I s: C7 b8 q( b) ]# Q- l圆方程:, z F* J0 M" |. U- f! ^+ o, G
( _1 R; m+ M' d6 J+ `% U8 J
" D4 |# c+ e" L4 _
/ }, X6 C+ j3 `& e' D6 c4 h$ T |
|