| Contents | Index |
rlgc_params = s2rlgc(s_params,length,freq,z0)
rlgc_params = s2rlgc(s_params,length,freq)
rlgc_params = s2rlgc(s_params,length,freq,z0) transforms multi-port S-parameter data into a frequency-domain representation of an RLGC transmission line.
rlgc_params = s2rlgc(s_params,length,freq) transforms multi-port S-parameter data into RLGC transmission line parameters using a reference impedance of 50 Ω.
s_params |
Specify a 2N-by-2N-by-M array of S-parameters to transform into RLGC transmission line parameters. The following figure describes the port ordering convention assumed by the function.
The function assumes that:
To reorder ports before using this function, use the snp2smp function. |
length |
Specify the length of the transmission line in meters. |
freq |
Specify the vector of M frequencies over which the S-parameter array s_params is defined. |
z0 |
Specify the reference impedance of the S-parameters in ohms. Default: 50 |
The following figure illustrates the RLGC transmission line model.

The representation consists of:
The distributed resistance, R, of the conductors, represented by a series resistor.
The distributed inductance, L, of the conductors, represented by a series inductor.
The distributed conductance, G, between the two conductors, represented by a shunt resistor.
The distributed capacitance, C, between the two conductors, represented by a shunt capacitor.
RLGC component units are all per unit length Δx.
Convert S-parameters to RLGC transmission line parameters:
s_11 = 0.000249791883190134 - 9.42320545953709e-005i; s_12 = 0.999250283783862 - 0.000219770154524734i; s_21 = 0.999250283783863 - 0.000219770154524756i; s_22 = 0.000249791883190079 - 9.42320545953931e-005i; s_params = [s_11,s_12; s_21,s_22]; length = 1e-3; freq = 1e9; z0 = 50; rlgc_params = s2rlgc(s_params,length,freq,z0)
Degerstrom, M.J., B.K. Gilbert, and E.S. Daniel. "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.
Sampath, M.K. "On addressing the practical issues in the extraction of RLGC parameters for lossy multiconductor transmission lines using S-parameter models." Electrical Performance of Electronic Packaging,. IEEE-EPEP, 18th Conference, 27–29 October 2008, pp. 259–262.

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |