getz0
Calculate characteristic impedance of RFCKT transmission line object
Syntax
Description
Examples
Get Z0 of Network Object
Create and analyze a two-wire network object.
tx1=rfckt.twowire('Radius',7.5e-4)
tx1 = rfckt.twowire with properties: Radius: 7.5000e-04 Separation: 0.0016 MuR: 1 EpsilonR: 2.3000 LossTangent: 0 SigmaCond: Inf LineLength: 0.0100 StubMode: 'NotAStub' Termination: 'NotApplicable' nPort: 2 AnalyzedResult: [] Name: 'Two-Wire Transmission Line'
analyze(tx1,1.9e9)
ans = rfckt.twowire with properties: Radius: 7.5000e-04 Separation: 0.0016 MuR: 1 EpsilonR: 2.3000 LossTangent: 0 SigmaCond: Inf LineLength: 0.0100 StubMode: 'NotAStub' Termination: 'NotApplicable' nPort: 2 AnalyzedResult: [1x1 rfdata.data] Name: 'Two-Wire Transmission Line'
Find the Z0 of the two-wire object.
z0 = getz0(tx1)
z0 = 31.4212
Input Arguments
txline
— Transmission line
rfckt.txline
object (default)
Transmission lines object to analyze, specified as a rfckt.txline
handle.
Example: txline = rfckt.txline
;getz0(txline)
.
Calculates the characteristic impedance of the transmission line object with handle
txline
.
Data Types: char
| string
Output Arguments
z0
— Characteristic impedance of transmission lines
complex scalar
Characteristic impedance of the transmission line, returned as a complex scalar.
Data Types: double
Version History
Introduced before R2006a
Comando MATLAB
Hai fatto clic su un collegamento che corrisponde a questo comando MATLAB:
Esegui il comando inserendolo nella finestra di comando MATLAB. I browser web non supportano i comandi 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)