hamwaves.com
;

Parallel Circular Conductor Transmission Line Calculator

Serge Y. Stroobandt, ON4AA

Copyright 2015–2020, licensed under Creative Commons BY-NC-SA

  1. Home
  2. Parallel Circular Conductor TL

Introduction

This calculator is a tool for designing balanced transmission lines with a specific desired characteristic impedance \(Z_\text{c}\) and made of parallel circular conductors of a given diameter \(d\). Round open wire Lecher line, ladder or window line and twin‑lead line are all balanced transmission lines which are frequently encountered as the feed line of severely mismatched multi-band wire antennas, especially the G5RV antenna. The conductors being massive or hollow does not affect the characteristic impedance.

Parallel circular conductor transmission line; dimensions.

Input

Input
desired characteristic impedance
of the transmission line
\(Z_\text{c}\)  Ω
diameter of the circular conductors
(IEC 60228 & AWG lookup tables)
\(d\)  *
relative dielectric constant
of the surrounding medium (1.00054 for air)
\(\epsilon_\text{r}\)

Results

Results
centre to centre distance \(D\)  *
space between the circular conductors \(s\)  *

* Use the same length unit (SI or imperial)

Construction

Here is an excellent construction suggestion by Leon Salden, VK3VGA. He devised a ladder line spreader built from durable and readily available materials; a black cable tie and black polyethylene (PE) irrigation extension tube. For smaller separation distances, black LED spacers can also be used.

Ladder line spreader built from black irrigation extension tube and a cable tie. Source: Leon Salden, VK3VGA

Formulas

Following formula can be derived for the characteristic impedance of a parallel wire transmission line:1

\[Z_\text{c} = \frac{Z_0}{\pi\sqrt{\epsilon_\text{r}}}\;\text{acosh}\left(\frac{D}{d}\right)\](1)

The characteristic impedance of free space is exactly:

\[Z_0 = \sqrt{\frac{\mu_0}{\epsilon_0}} = \mu_0\cdot c_0 \approx 376.73\,\Omega\]

where:
\(c_0 = 299\,792\,458\,\frac{\text{m}}{\text{s}}\): the speed of light in free space
\(\mu_0 = 4\pi\cdot10^{-7}\frac{\text{H}}{\text{m}}\): the free space permeability
\(\epsilon_0 = \frac{1}{\mu_0 c_0^2}\): the absolute permittivity of free space
\(Z_0\): the characteristic impedance of free space

Rearranging and solving Eq. 1 for \(D\):

\[D = d\cdot\cosh{\left(\pi\frac{Z_\text{c}}{Z_0}\sqrt{\epsilon_\text{r}}\right)}\]

\[s = D - d\]

where:
\(D\): the centre to centre distance
\(d\): the diameter of the circular conductors
\(Z_\text{c}\): the desired characteristic impedance of the transmission line
\(Z_0\): the characteristic impedance of free space
\(\epsilon_\text{r}\): the relative dielectric constant of the surrounding medium (1.00054 for air)
\(s\): the space between the circular conductors

Brython source code

Here is the Brython code of this calculator. Brython code is not intended for running stand alone, even though it looks almost identical to Python 3. Brython code runs on the client side in the browser, where it is transcoded to secure Javascript.

License: GNU GPL version 3
Download: zc.circular.py

Measuring characteristic impedance

The characteristic impedance of a transmission line can easily be determined from two vector network analyser (VNA) measurements. This is explained in detail here.

References

1.
Robert A. Chipman. Theory and Problems of Transmission Lines. McGraw-Hill Book Company; 1968.
5
Creative Commons Licence
This work is licensed under a Creative Commons Attribution‑NonCommercial‑ShareAlike 4.0 International License.
Other licensing available on request.
GNU GPL v3
Unless otherwise stated, all originally authored software on this site is licensed under the terms of GNU GPL version 3.
cookie
This static web site has no backend database.
Hence, no personal data is collected and GDPR compliance is met.
Moreover, this domain does not set any first party cookies.

All Google ads shown on this web site are, irrespective of your location,
restricted in data processing to meet compliance with the CCPA and GDPR.
However, Google AdSense may set third party cookies for traffic analysis and
use JavaScript to obtain a unique set of browser data.
Your browser can be configured to block third party cookies.
Furthermore, installing an ad blocker like EFF's Privacy Badger
will block the JavaScript of ads.
Google's ad policies can be found here.
This page employs a Python Bottle server‑side script.
This page includes an open-source client-side script, written in Python and
transcoded by Brython to make it run as secure JavaScript in the browser.
Static XHTML generated from Markdown by Pandoc and
the GNU/Linux make, sed and gpp commands.
LaTeXmath markup rendered with MathJax.
BibTeX references are best read with JabRef.
Unattended CSS typesetting with Prince.
This work is published at https://hamwaves.com/zc.circular/en/.
profile for Serge Stroobandt on Stack Exchange, a network of free, community-driven Q&A sites
GnuPG
Use my OpenPGP public key to encrypt messages for:

echo c2VyZ2VAc3Ryb29iYW5kdC5jb20K |base64 -d
Last update: Wednesday, March 24, 2021.