Calculation of characteristic impedance from S parameters.
08 Jan 2024Introduction
Suppose one wants to measure or simulate the characteristic impedance of something similar to a transmission line. This can be for example a 75 Ω coax cable or a via structure on HFSS. The characteristic impedance can be calculated form its measured or simulated S parameters references to 50 Ω.
Suppose also that the structure is “symmetric enough” to have the same characteristic impedance on each side (see https://en.wikipedia.org/wiki/Image_impedance)…
Recommended method using ABCD parameters
According to https://en.wikipedia.org/wiki/Image_impedance, and assuming the symmetry hypothesis which allows to simply discard the second result, the characteristic impedance can be calculated as:
The ABCD parameters can be obtained from S parameters with https://www.microwaves101.com/encyclopedias/network-parameters:
Calculation is made as follows:
These formulas can be conveniently entered into an Excel spreadsheet.
Alternative non recommended method using transfer S parameters
Transfer S parameters can also be used for this calculation. However, this method is NOT recommended because the calculations are cumbersome.
Expressing the characteristic impedance as a reflection coefficient from 50 Ω, and recalling that by definition its invariant through the system, the following can be written:
Rearranging:
Solving by the usual methods:
So, the procedure, can be outlined as follows:
-
Convert S parameters to T parameters using the previous formulas or scikit-rf (https://scikit-rf.readthedocs.io/en/latest/api/generated/skrf.network.s2t.html)
-
Calculate the
Gamma of the characteristic impedance references to 5 Ω. -
From the
Gamma , calculate the characteristic impedance.