|
本帖最后由 Xuxingfu 于 2012-6-9 19:44 编辑 1 K( n8 o$ v# w; A C d
5 a$ R# U% h9 e, c: j2 t资用功率增益圆:, r+ s9 i1 z, K
ga_circle()
9 ]. u* \7 o& q4 I+ [Generates an available gain circle.
j; _ ^2 Z: l8 d* _
0 ~1 c( S A5 P5 l9 P) D. u: q语法规则Syntax:' L; x; X9 @; V1 u! M
$ m- [ r5 ]( E! q
y = ga_circle(S, gain, numOfPts, numCircles, gainStep)
$ l. Y/ | G- W r9 M' _' O( n5 C$ l5 Z2 W; `
1 n% G# b3 K* s7 q! x9 ?
0 u, V: J6 z) f2 z" XDefault value for gain is min(max_gain(S)) - {1, 2, 3}6 j, ~, o0 u7 ~/ r1 r# J7 h7 b
( p6 _) J3 {0 k
Examples
8 H9 r/ Q0 X! f7 i6 t+ h$ n3 g- qcircleData = ga_circle(S, 2, 51): Z/ p5 z( A) z0 e( ~: i8 @3 c
circleData = ga_circle(S, {2, 3, 4}, 51) return the points on the circle(s).5 M3 R1 N/ z) i
circleData = 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}
9 ]4 _6 r/ x- xcircleData = ga_circle(S, , , 2, 1.0) return the points on the circle(s) for 2 circles at maxGain - {0,1.0}0 _, c6 x* k9 U
7 g: h# d6 r2 C; M. C6 ]7 A此功能用于在小信号S参数模拟。
4 y- g0 C# _/ `/ a函数生成常数资用增益圆源不匹配造成的,圆的定义在指定的增益源反射系数点。
( ]* z1 \: b( y5 t) K; |2 ^: t) g" D" w! C9 Z4 p, r
This function is used in Small-signal S-parameter simulations.8 @' B: i1 M% S) \8 b
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.
: L# B. A! Q9 I5 \5 F% O Z3 ~+ H7 G, y1 ]6 ~/ ?7 ?
A 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.
) h# ]. T/ j3 j2 [7 \6 @If 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.
, I6 ]5 M; T, F8 y- ~9 ^+ h9 Y5 H8 h: k3 R! a- \# ~+ E' G0 N
If 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).
: |' w. y" @; @, A: r
4 T9 m' P9 S. u" I/ ^1 c& |( f& j圆方程:
0 ~5 r& q ~6 O _% V) b3 w9 L! _+ x5 V' b5 A/ h& z
/ |+ z! T3 S5 w& o5 ?' O. K
, k# t J8 b! u* n
|
|