M.ain Content

S2RLGC.

将S-参数转换为RLGC传输线参数

描述

rlgc_params= s2rlgc(s_params.长度弗里克的)transforms multi-port S-parameter data into RLGC transmission line parameters using a reference impedance of 50 Ω.

例子

rlgc_params= s2rlgc(___Z0.的)使用特征阻抗将多端口S参数数据转换为RLGC传输线的频域表示Z0.。使用此选项在上一个语法中使用此选项。

例子

全部收缩

定义S参数。

S_11 = 0.000249791883190134  -  9.423205459537090-005i;S_12 = 0.999250283783862  -  0.000219770154524734i;S_21 = 0.999250283783863  -  0.000219770154524756i;S_22 = 0.000249791883190079  -  9.423205459539310-005i;s_params = [s_11,s_12;S_21,S_22];

Specify the length, frequency of operation, and impedance of the transmission line.

长度= 1e-3; freq = 1e9; z0 = 50;

从S参数转换为RLGC参数。

rlgc_params = s2rlgc(s_params.那长度那弗里克,z0)
rlgc_params =结构与字段:R.: 50.0000 L: 1.0000e-09 G: 0.0100 C: 1.0000e-12 alpha: 0.7265 beta: 0.2594 Zc: 63.7761 -14.1268i

输入参数

全部收缩

指定2N.-By-2N.-by-M.用于转换为RLGC传输线参数的S参数阵列。下图描述了该函数假定的端口排序约定。

该函数假定:

  • 每2N.-By-2N.矩阵包括N.输入端子和N.输出端子。

  • 首先N.港口(1到N.的)of the S-parameter matrix are input ports.

  • 最后N.港口(N.+ 1通过2.N.)是输出端口。

要在使用此功能之前重新排序端口,请使用snp2smp功能。

指定以米为单位的传输线的长度。

指定载体M.S参数阵列的频率s_params.is defined.

参考阻抗ofN.- 在欧姆中指定为正实标量的Port Parameter。

输出参数

全部收缩

输出rlgc_params是田地的结构N.-by-N.-by-M.阵列of transmission line parameters. Each of theM.N.-by-N.matrices correspond to a frequency in the input vector弗里克

  • rlgc_params.R是一系列分布式电阻,以ω/ m为单位。矩阵是真实对称的,对角线术语是非负面的,并且非对角线术语是非负的。

  • rlgc_params.Lis an array of distributed inductances, in units of H/m. The matrices are real symmetric, the diagonal terms are positive, and the off-diagonal terms are nonnegative.

  • rlgc_params.G是一系列分布式电导,以S / m为单位。矩阵是真实对称的,对角线术语是非负的,而非对角线术语是非叠形的。

  • rlgc_params.Cis an array of distributed capacitances, in units of F/m. The matrices are real symmetric, the diagonal terms are positive, and the off-diagonal terms are nonpositive.

  • rlgc_params.zc.是一系列复杂的特征线阻抗,欧姆。

  • rlgc_params.alpha.是一系列实际衰减系数,单位为np / m。

  • rlgc_params.beta.is an array of real phase constants, in units of rad/m.

更多关于

全部收缩

RLCG传输线模型

下图说明了RLGC传输线模型。

该代表包括:

  • The distributed resistance,R.那of the conductors, represented by a series resistor.

  • 分布式电感,L.,导体由串联电感表示。

  • 分布式电导,G,在两个导体之间由分流电阻表示。

  • The distributed capacitance,C那between the two conductors, represented by a shunt capacitor.

R.L.GCcomponent units are all per unit length ΔX

R.eferences

[1] Degerstrom, M.J., Gilbert, B.K., and Daniel, E.S . "Accurate resistance, inductance, capacitance, and conductance (RLCG) from uniform transmission line measurements."Electrical Performance of Electronic Packaging。IEEE-EPEP, 18th Conference, 27–29 October 2008, pp. 77–80.

[2] Sampath,M.K.“通过S参数模型解决有损多导线RLGC参数提取的实际问题。”电子包装的电气性能,。IEEE-EPEP,第18届会议,2008年10月27日至29日,第259-262页。

[3] Eisenstadt,W. R.和EO,Y。“基于参数的IC互连传输线表征”Component,Hybrids和制造技术的IEEE交易。卷。15,1992年8月4日,第483-490页。

版本历史记录

Introduced in R2011b