setting resonant frequency and finding circuit properties (power, current, voltage) for a wireless power transfer system
Show older comments
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.
Accepted Answer
More Answers (1)
Sohag Kumar Saha
on 9 Nov 2019
0 votes
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 ....
Communities
More Answers in the Power Electronics Control
Categories
Find more on RF Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!