Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Low loss impedance matching without a transformer

+2
−0

I have a signal at 10 MHz produced from a 50 Ω source. How can I match that to a 300 Ω load with low losses without using an RF transformer (space constraints)? Are there any circuits and formulas that can help me achieve this?

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

2 answers

+2
−0

Low-pass impedance transformation

Image alt text

Theory

Input Impedance: -

$$Z_{IN} = j\omega L + \dfrac{\dfrac{R_L}{j\omega C}}{R_L + \dfrac{1}{j\omega C}} = j\omega L +\dfrac{R_L}{1 + j\omega R_L C} = \dfrac{j\omega L - \omega^2 R_L LC + R_L}{1 + j\omega R_L C}$$

Multiply numerator and denominator by the denominator's complex conjugate to get: -

$$Z_{IN} = \dfrac{(j\omega L - \omega^2 R_L LC + R_L)(1 - j\omega R_L C)}{1 + \omega^2 R_L^2 C^2}$$

$$Z_{IN} = \dfrac{j\omega L -\omega^2 R_L LC + R_L + \omega^2 R_L LC +j\omega^3 R_L^2 LC^2 - j\omega R_L^2 C}{1 + \omega^2 R_L^2 C^2}$$

$$\boxed{Z_{IN} = \dfrac{j\omega L + R_L + j\omega^3 R_L^2 LC^2 - j\omega R_L^2 C}{1 + \omega^2 R_L^2 C^2}}$$

To find $\color{red}{\boxed{\omega}}$ that produces a real impedance, equate the numerator's imaginary terms to zero: -

$$\omega L + \omega^3 R_L^2 LC^2 - \omega R_L^2 C = 0$$

$$\color{red}{\boxed{\omega = \sqrt{\dfrac{R_L^2 C - L}{R_L^2 LC^2}} = \sqrt{\dfrac{1}{LC} - \dfrac{1}{R_L^2 C^2}}}}$$

$\color{red}{\boxed{\omega}}$ is the operating frequency of the impedance transformer. We use this relationship below: -


With imaginary terms at zero, $Z_{IN}\rightarrow R_{IN}$ hence: -

$$\boxed{R_{IN} = \dfrac{\cancel{j\omega L} + R_L + \cancel{j\omega^3 R_L^2 LC^2} - \cancel{j\omega R_L^2 C}}{1 + \omega^2 R_L^2 C^2}} = \dfrac{R_L}{1 + \omega^2 R_L^2 C^2}$$

If we substitute the formula for $\color{red}{\boxed{\omega}}$ in the above equation, we can drill down to this: -

$$\boxed{R_{IN} = \dfrac{L}{R_L C}} \text{ and therefore } \boxed{L = R_{IN} R_L C}$$

We can now substitute for L in the $\color{red}{\boxed{\omega}}$ equation hence: -

$$\color{red}{\omega = \sqrt{\dfrac{1}{LC} - \dfrac{1}{R_L^2 C^2}}}\color{black}{ \Longrightarrow \dfrac{1}{C}\sqrt{\dfrac{1}{R_{IN} R_L} - \dfrac{1}{R_L^2}} = \dfrac{1}{R_L C}\sqrt{\dfrac{R_L}{R_{IN}}-1}}$$

We can now solve for C: -

$$\boxed{ C = \dfrac{1}{\omega R_L}\sqrt{\dfrac{R_L}{R_{IN}}-1} }$$

So, if the frequency is 10 MHz, C = 118.62 pF

Given C, we can calculate L = 1.779 μH

Low-pass simulation

Circuit

Image alt text

Results

Image alt text

Conclusion

What the results tell us at 10 MHz is this: -

  • The voltage amplification to the load from the source is 1.761 dB
  • A 50 Ω to 50 Ω interface will naturally attenuate by 6 dB hence, the result is good
  • The phase angle of current into L1 is leading the applied voltage by a fraction of 1 degree (0.0147°) i.e. the circuit input impedance can be regarded as resistive
  • The input impedance magnitude is 50.003 Ω i.e. as desired
  • The usable bandwidth (± 10°) is about 2 MHz producing a 63 Ω to 46 Ω impedance magnitude change across the bandwidth

High-pass impedance transformation

The alternative to the above circuit is to swap L and C like this: -

Image alt text

Without going through the math again we get: -

$$\boxed{R_{IN} = \dfrac{L}{R_L C}} \text{ and therefore } \boxed{L = R_{IN} R_L C}\text{ (as previously) but,}$$

$$\boxed{ C = \dfrac{1}{\omega R_{IN}}\sqrt{\dfrac{1}{\dfrac{R_L}{R_{IN}}-1}} }$$

So, if the frequency is 10 MHz, C = 142.35 pF

Given C, we can calculate L = 2.135 μH and we see this AC response: -

High-pass simulation

Circuit

Image alt text

Results

Image alt text

Conclusion

  • The voltage amplification is 1.761 dB (as per low-pass version)
  • The phase angle of current into L1 is leading the applied voltage by a fraction of 1 degree (0.000493°) i.e. the circuit input impedance can be regarded as resistive
  • The input impedance magnitude is 49.995 Ω i.e. as desired

Why choose one over the other?

Both circuits work just fine for resistive loads but, if the load is partially reactive (as is often the case), the load can be broken into its parallel equivalent circuit. Then, you choose the top circuit for a load that has parallel capacitance and, you choose the lower circuit for a load that has parallel inductance. Then make the appropriate numerical adjustments to C (low-pass) or L (high-pass).

History
Why does this post require moderator attention?
You might want to add some details to your flag.

0 comment threads

+0
−0

As an alternative to doing the math, as detailed in Andy's answer, you can use a graphical aid called a Smith chart:

Image alt text

These were used routinely before computers to match transmitters to antennas. The math behind them is what Andy described. See the Wikipedia page for details, which is where the image above was copied from.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

1 comment thread

General comments (6 comments)

Sign up to answer this question »