|
本帖最后由 Xuxingfu 于 2012-6-9 19:44 编辑 ( F( B$ Y+ E; G$ U
- G1 |6 h4 I( w" i I# ~# B/ }
资用功率增益圆:
5 h3 k# j6 E3 }7 V: |' j! A, Iga_circle()1 M* Y: N8 ]0 j! |) p
Generates an available gain circle.+ f6 W8 P6 L: Y- v7 e0 V5 M- A
. D/ o! y+ ]7 [5 f+ b, |* i
语法规则Syntax:2 T" y5 i4 [# W6 {0 [( J- o9 x
, w! y( c3 T3 V4 ?: x
y = ga_circle(S, gain, numOfPts, numCircles, gainStep)
1 D8 I) l5 [' V* N3 R) R5 N/ C3 D) }8 v/ |7 o; Q4 [/ V6 F5 }
5 Z6 c L- ]( y( o
9 _0 o+ Z |% u4 l$ SDefault value for gain is min(max_gain(S)) - {1, 2, 3}
6 c+ M! b; P6 i9 p# h; h1 W0 M- [
Examples
5 M! X% u; J; C) n% lcircleData = ga_circle(S, 2, 51)1 O9 A# \. r/ I7 g6 \* I
circleData = ga_circle(S, {2, 3, 4}, 51) return the points on the circle(s).
3 X% A" ^9 v+ NcircleData = 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}* D# R- y5 a V3 u' ^, n8 f
circleData = ga_circle(S, , , 2, 1.0) return the points on the circle(s) for 2 circles at maxGain - {0,1.0}
8 o7 Y0 W/ P+ }% g7 T3 l" j) w, j! B' g5 l7 V+ b/ b
此功能用于在小信号S参数模拟。) M M ~6 J4 Z: [* G
函数生成常数资用增益圆源不匹配造成的,圆的定义在指定的增益源反射系数点。4 z: w+ U% a6 v6 o% M
F- Z* l* V, Y P2 kThis function is used in Small-signal S-parameter simulations.
6 r5 F e" m. B3 W( e% t1 l* ? A+ dThe 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. ; H: @- `! V! }6 x' }
1 `7 I2 ~: R6 \* T# N
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.
5 a7 ?2 z8 l$ y; E: q2 yIf 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. 3 H4 }4 @' F+ H# {9 m; _3 s
' C: Q4 {* `, ~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).
% x R/ m) a- P7 ^0 w) b9 u/ G% r+ ~
圆方程:' X: C* O$ m5 A: e+ n
7 h# ?; O1 {" b+ i+ p# q; i1 U
! u0 o' x. ]( w. B5 F6 j% }2 L
1 x; Y9 X+ \5 l- X; @7 U2 l5 ~: ^7 q |
|