stripline_syn - Symmetric stripline transmission line synthesis
SYNOPSIS
stripline_syn z0 w h l tmet rho rough er tand f flag PARAMETERS
INPUT PARAMETERS
- z0
: desired characteristic impedance (Ohms)
- w
: width of stripline line (meters)
- h
: substrate thickness (meters)
- l
: lentgh of stripline line (meters)
- tmet
: metal thickness (meters)
- rho
: resistivity of the metalization (relative to copper)
- rough
: conductor surface roughness (meters-rms)
- er
: substrate relative permitivitty
- tand
: substrate loss tangent
- f
: synthesis frequency (Hz)
- flag
: indicates which parameters should be optimized
- flag=1 : synthesize the metal width
- flag=1 : synthesize the substrate thickness
- flag=2 : synthesize the substrate dielectric constant
- flag=3 : synthesize the metal length
OUTPUT VALUES
- w_out
: Calculated width of stripline line (meters)
- h_out
: Calculated height of stripline line (meters)
- l_out
: Calculated length of stripline line (meters)
- er_out
: Calculated substrate relative permitivitty of stripline line
DESCRIPTION
Function to synthesize the physical dimenstions of a single
stripline transmission line to achieve a desired characteristic
impedance and electrical length. The desired characteristic
impedance and some of the physical
dimensions of the stripline line are given as inputs and the
remaining dimensions are calculated.
XXXXXXXXXXXXXXXXX ground XXXXXXXXXXXXXXXXXXXXX
----------------------------------------------
( dielectric,er \/ /|\ (
) ------- -- | )
( | metal | Tmet | H (
) ------- -- | )
( <---W---> /\ \|/ (
----------------------------------------------
XXXXXXXXXXXXXXXXX ground XXXXXXXXXXXXXXXXXXXXX
EXAMPLE
* 30.00 Ohms
stripline_syn 30.0 90.0 2.933e-3 2.0e-3 1.0 3e-5 1.72e-8 0.0 2.55 0.001 1e9 0
* 30.00 Ohms
stripline_syn 30.0 90.0 1.060e-3 2.0e-3 1.0 1e-5 1.72e-8 0.0 10.20 0.001 1e9 0
* 50.00 Ohms
stripline_syn 50.0 90.0 1.397e-3 2.0e-3 1.0 3e-5 1.72e-8 0.0 2.55 0.001 1e9 0
* 50.00 Ohms
stripline_syn 50.0 90.0 0.335e-3 2.0e-3 1.0 1e-5 1.72e-8 0.0 10.20 0.001 1e9 0
* 75.00 Ohms
stripline_syn 75.0 90.0 0.643e-3 2.0e-3 1.0 1e-5 1.72e-8 0.0 2.55 0.001 1e9 0
* 75.00 Ohms
stripline_syn 75.0 90.0 0.075e-3 2.0e-3 1.0 3e-5 1.72e-8 0.0 10.20 0.001 1e9 0
*
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.