ic_microstrip_calc - Integrated circuit microstrip transmission line analysis
SYNOPSIS
ic_microstrip_calc w l tox h er sigmas tmet rho rough f PARAMETERS
INPUT PARAMETERS
- w
: width of ic_microstrip line (meters)
- l
: lentgh of ic_microstrip line (meters)
- tox
: oxide thickness (meters)
- h
: substrate thickness (meters)
- er
: substrate relative permitivity
- sigmas
: substrate conductivity (1/ohm-m)
- tmet
: metal thickness (meters)
- rho
: resistivity of wire (relative to copper)
- rough
: conductor surface roughness (meters-rms)
- f
: synthesis frequency (Hz)
OUTPUT VALUES
- z0
: calculated characteristic impedance (Ohms)
- keff
: calculated effective relative permitivitty
- elen
: calculated electrical length of the line (degrees)
- loss
: calculated loss of the line (dB)
- L
: calculated inductance per length (Henries/meter)
- R
: calculated resistance per length (Ohms/meter)
- C
: calculated capacitance per length (Farads/meter)
- G
: calculated conductance per length (Siemens/meter)
DESCRIPTION
Function to analyze the electrical characteristics of a single
integrated circuit microstrip transmission line. The physical
dimensions of the microstrip line are given as inputs and the
characteristic impedance, effective dielectric constant, loss and
open circuit end correction are calculated.
|<--W-->|
_______
| metal | <- tmet,rho,rough
----------------------------------------------
{************** Oxide (tox,eox) **************
----------------------------------------------
( substrate /|\ (
) es,sigmas H | )
( \|/ (
----------------------------------------------
XXXXXXXXXXXXXXXXXX ground XXXXXXXXXXXXXXXXXXXX
EXAMPLE
* MIS microstrip calculation
ic_microstrip_calc 50e-6 1e-3 1.0e-6 4.5 200e-6 9.6 0.1 1.0e-6 3.0e-8 0.1e-6 2.4e9
*
SEE ALSO
air_coil_calc
air_coil_syn
coax_calc
coax_syn
coplanar_calc
coplanar_syn
coupled_microstrip_calc
coupled_microstrip_syn
coupled_stripline_calc
coupled_stripline_syn
ic_microstrip_calc
ic_microstrip_syn
microstrip_calc
microstrip_syn
stripline_calc
stripline_syn
AUTHOR
Dan McMahill
BUGS
None known
Please report any bugs on the
Wcalc Sourceforge Project Page
Return to the Stdio-Wcalc page.