Writing code for MPPT algorithm to control a synchronous converter
7 次查看(过去 30 天)
显示 更早的评论
Hi all,
I am trying to use an algorithm to operate at the maximum power point with PV panles under both uniform and partial shading cases.
However, I managed to model my converter and the converter has two main signals (to control the swithces - PWM). Each singal controls two switches in a complementary manner. Therefore, I have a few issues here:
1- How can write the code for the MPPT on simulink and connect the output to the PWM block? I would like that controller to output the two signals to control the switches.
I'm really new (beginner) to simulink and I could not find a way to write my code to implemetn the algorithm. I want to know which block for example allows me to write the code and how I can connect the output of the panles to the code, so I can continously moniter the operation.
2- How can I connect the output of the PV panles to my code (I need to check the output of the PV as the PWM varies)?
0 个评论
回答(1 个)
Kiran Felix Robert
2020-12-18
Hi Adam,
Refer the MPPT Algorithm documentation for a detailed information and examples. The example and video links can be found at the bottom of the page. This example shows a use case.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!