rlgc
Description
returns the resistances, inductances (L), conductances (G), and capacitances per
unit length of a transmission line at the specified frequency.rlgcparams
= rlgc(txline
,frequency
)
Examples
RLGC of Microstrip Transmission Line
Create a microstrip transmission line using a copper conductor.
txline = microstripLine;
txline.Conductor.Name = 'Copper';
txline.Conductor.Conductivity = 5.8e7;
txline.Conductor.Thickness = 0.001;
Calculate the RLGC values of microstrip transmission line at 1 GHz.
freq = 1e9; RLGCparams = rlgc(txline,freq)
RLGCparams = struct with fields:
R: 1.4649
L: 2.0565e-07
G: 9.6413e-05
C: 9.5171e-11
Input Arguments
txline
— Transmission line
transmission line object
Transmission line, specified as a coupledMicrostripLine
, microstripLine
, or microstripLineCustom
object.
Example: txline =
microstripLine
;rlgc(txline)
calculates the
RLGC values of the microstrip transmission line object with handle
txline
.
Data Types: char
| string
frequency
— Frequency to calculate RLGC values
scalar
Frequency to calculate the RLGC values, specified as an integer in Hz.
Output Arguments
rlgcparams
— RLGC values of transmission line
structure
RLGC values line per unit length of the transmission line, returned as a structure with field names for the R, L, G, and C values. Each field contains an n-by-n double precision matrix where n is the total number of traces in the transmission line object. Diagonal and nondiagonal entries in the matrix are self and coupled elements in the traces, respectively.
Version History
Introduced in R2022b
See Also
Abrir ejemplo
Tiene una versión modificada de este ejemplo. ¿Desea abrir este ejemplo con sus modificaciones?
Comando de MATLAB
Ha hecho clic en un enlace que corresponde a este comando de MATLAB:
Ejecute el comando introduciéndolo en la ventana de comandos de MATLAB. Los navegadores web no admiten comandos de MATLAB.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)