Parallel Square Conductor Transmission Line Calculator
Serge Y. Stroobandt, ON4AA
Copyright 2015–2020, licensed under Creative Commons BY-NC-SA
- Home
- Parallel Square 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 square stock conductors of a given side length \(d\). This type of transmission line is frequently encountered as a feed line on antenna booms, especially with log-periodic dipole arrays. The results of this calculator are not applicable to rectangular conductors. The square conductors being massive or hollow does not affect the characteristic impedance.
Formula
Owen Duffy, VK1OD developed an approximative expression1 based on modelling the centre distance to side length ratio \(\frac{D}{d}\) as a function of the desired characteristic impedance \(Z_\text{c}\). Owen did his modelling using ATLC, the Arbitrary Transmission Line Calculator,2 which happens to be also available in many GNU/Linux distributions.
\[D = d\cdot \left[ 0.539774145266 + 0.404050444546\;\text{e}^{\left( 0.009504588299\cdot Z_\text{c} \right)} \right]\]
\[s = D - d\]
\(D\): the centre to centre distance
\(d\): the side length of the square conductors
\(Z_\text{c}\): the desired characteristic impedance of the transmission‑line
\(s\): the space between the square conductors
Limitations
For \(\frac{D}{d} \geqslant 1.2\), the error between his exponential model and the ATLC simulation is less than 1% of \(\frac{D}{d}\). Extrapolation beyond the modelled range of 30–300 Ω may yield less accurate results.
Neither does the ATLC simulator take into account the finite conductivity of the conductors. Hence, the proximity effect is probably not accounted for. Therefore, \(Z_\text{c}\) figures below about 100 Ω will likely be underestimated.
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.
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
This work is licensed under a Creative Commons Attribution‑NonCommercial‑ShareAlike 4.0 International License.
Other licensing available on request.
Unless otherwise stated, all originally authored software on this site is licensed under the terms of GNU GPL version 3.
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.
transcoded by to make it run as secure JavaScript in the browser.