| Contents | Index |
s_params = rlgc2s(R,L,G,C,length,freq,z0)
s_params = rlgc2s(R,L,G,C,length,freq)
s_params = rlgc2s(R,L,G,C,length,freq,z0) transforms RLGC transmission line parameter data into S-parameters.
s_params = rlgc2s(R,L,G,C,length,freq) transforms RLGC transmission line parameter data into S-parameters with a reference impedance of 50 Ω.
s_params |
The output is a 2N-by-2N-by-M array of S-parameters. The following figure describes the port ordering convention of the output.
This port ordering convention assumes that:
To reorder ports after using this function, use the snp2smp function. |
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, represented by a series inductor.
The distributed conductance, G,
The distributed capacitance, C, between the two conductors, represented by a shunt capacitor.
RLGC component units are all per unit length Δx.
Convert RLGC transmission line parameters into S-parameters:
%Define transmission line variables length = 1e-3; freq = 1e9; z0 = 50; R = 50; L = 1e-9; G = .01; C = 1e-12; % Calculate S-parameters s_params = rlgc2s(R,L,G,C,length,freq,z0)
Bhatti, A. Aziz. "A computer Based Method for Computing the N-Dimensional Generalized ABCD Parameter Matrices of N-Dimensional Systems with Distributed Parameters." Southeastern Symposium on System Theory. SSST, 22nd Conference, 11–13 March 1990, pp. 590–593.

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 |