Friday, 20 September 2019

impedance matching - Conditions for maximum power transfer in an AC circuit


So, if we're given the circuit below: enter image description here


Known values are:
$E_g=35 \ kV$
$f=685 \ kHz$
$\underline{Z}_g=150 \ \Omega$
$\underline{Z}_p=(200-j300) \ \Omega$


We have to calculate $L$ and $C$ to maximize the power transfer to the load $\underline{Z}_p$.

Aside from the impedance matching condition: $Z_p=Z_g^*$, is there anything else that can help me solve this circuit?




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...