LC ladder impedance matching.
25 Jun 2023This blog page is an English translation and adaptation of a part of my PhD thesis. Numbers in brackets refers to the original bibliography, they will be replaced in a future revision.
Impedance matching is performed by LC ladder networks. This method allows to synthesize low impedances (around 5 Ω) on the same PCB than the standard 50 Ω output (no need for a second PCB with high permittivity). Moreover, this method is more compact than quarter-wave transformer.
Exact value calculation was performed by numerical optimization. Manual calculation would be too difficule because the output impedance of the transistor is not a pure resistance1. However, numerical optimization needs to know the number of components of the ladder, because the ADS optimizer is not able to add components when needed, but is only able to determine their value. Moreover, an initial estimate of the values of the components of the LC ladder is useful for the optimizer to converge quicker towards the solution. Calculation method is the one of [84], adapted for the needs of the PhD thesis.
Inductors and capacitors are assumed ideal and lossless, as well as the microstrip junctions. The effets of the polarization networks of the transistors are also ignored. Such effects are absolutely not negligeable, but will be easily corrected by the numerical optimizer in the final phase of the design.
A simple empirical method is commonly used [32], but it doesn’t allows a priori calculation of the order and of the mismatch of the matching network.
In [116] and [29], tables of [84] are used to calculate a low-pass matching network of Chebychev type. Unfortunately these tables does not provide values for very broadband impedance matching network (1:6 ratio for the amplifier module of the PhD thesis).
For these reasons this page describes in detail the calculation of such impedance matching networks. The calculation method is the one of [84], adapted for the needs of the PhD thesis.
As usual,
In a first time, the matching network is calculated for the center frequency
The reflexion coefficient of a LC ladder (output) matching network of type Chebychev, seen from the source, is2:
with
Next figure shows the reflection coefficient seen from the source of an example of an (output) LC matching network going from 5 Ω towards 50 Ω from 1 to 2,5 GHz. These values are approximately those of the first wideband amplifier of the PhD thesis.
In previous expression,
This last condition is needed because LC ladders have no effect in DC. So, the transfert function is entirely determined by the order and the &&Z_2/Z_1&& ratio.
In the passband, maximum reflection coefficient and maximum insertion losses are respectively:
The first step of the calculation is to determine the first n such as
This n is half the number of elements of the final network [84].
Next, variable change p = j · ω is performed. This variable change enables to simplify greatly the calculations to come. Then, the square of the magnitude of the reflection coefficient is factored as such:
with a and b two polynomials whose roots have negative real parts3.
With this factorization, reflection coefficient (and not only his squared norm) can be calculted as such:
At the beginning of our work on the subject, factorization was performed numerically. This method was thereafter discarded due to numerical instability problems for high orders. This is why a semi-analytic method was taken, inspired by [47, 84]. Roots of the numerator and of the denominator are calculated analytically. Next, factorized polynomianls are calculated by taken only roots with negative real parts.
The calculation, more long than complex, won’t be detailed. The roots of the numerator and of the denominator are given by the following formulas:
The first equation give directly the set of needed roots, since the numerator has double imaginary roots. However, negative real part roots need to be selected from all the roots given by second equation. This point is easily done numerically.
A polynomial is defined by the set of its roots, but up to a multiplicative factor. The next step is to determine this multiplicative factor. Details of the calculation won’t be given here, but only the result:
with &&a_1&& and &&b_1&& the polynomials initially determined.
Next, the input impedance, normalized4 with respect to Z1, is calculated as follows:
This impedance is then expanded into a continued fraction through successive divisions:
This expression immediately leads to an LC network. The odd gm values are the normalized values of the inductances, while the even gm values are the normalized values of the capacitances. This denormalization is performed according to the following equations5:
The last &&g_m&& is the load resistance, which is also normalized. Its value has been known for a long time, but it can be interesting to recalculate it to verify that there is no significant error due to numerical inaccuracies.
-
It is not even a pure impedance. See the blog pages to come! ↩
-
In [84], &&\Delta\omega^2&& is named A. ↩
-
Such polynomials are called Hurwitz polynomials. The reasons why a and b must satisfy this condition go beyond the scope of this thesis. The reader is encouraged to refer to a book on network synthesis [12, 56, 73]. ↩
-
This point has been forgotten to be mentioned in the PhD thesis pdf. Sorry. ↩
-
There is a typo in these formulas in the PhD thesis pdf. Sorry. ↩