setting resonant frequency and finding circuit properties (power, current, voltage) for a wireless power transfer system
Mostrar comentarios más antiguos
I have seen the example "Modeling Resonant Coupled Wireless Power Transfer System" and i have a few questions about that:
1) How can i set the resonant frequency of my system to 100kHz?
i have tried changeing the first lines to:
fc=100e3;
fcmin = 50e3;
fcmax = 200e3;
fband1 = 25e3:3e3:fcmin;
fband2 = fcmin:3e3:fcmax;
fband3 = fcmax:3e3:250e3;
freq = unique([fband1 fband2 fband3]);
didnt work as the reactance graph didnt show a peak, it just kept rising continuously.
2) How can i set and find properties such as voltage, power, current and efficiency?
I want to set certain values as fixed, for example a voltage of 50V and find values of the remaining.
Respuesta aceptada
Más respuestas (1)
Sohag Kumar Saha
el 9 de Nov. de 2019
0 votos
Is it possible to use this type of Resonant coupled wpt system for Microwave frequency range like 2.45 GHZ or 5.8 GHZ ?
I want to implement such system in a WPT system working in the microwave frequency range. I tried but the result seems unsatisfatory till now....
Thanks in advance ....
Comunidades de usuarios
Más respuestas en Power Electronics Control
Categorías
Más información sobre RF Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!