Need help with the boost converter simulink model (average model).

조회 수: 4 (최근 30일)
Haider Agha
Haider Agha 2017년 7월 6일
댓글: Nisar Ahmed 2020년 5월 6일
Hello ! I am trying to implement an MPPT and for that I need a boost converter. Since the average model works better I am using the average model boost converter with a P&O code, however when I use the P&O code, it decrements the duty cycle untill it is 0. However the same code works fine with the conventional self made converter (but response is slow).
Please provide feedback.

답변 (1개)

Sebastian Castro
Sebastian Castro 2017년 7월 6일
It could potentially be that switching from PWM to Average mode is messing with the sample rate of your P&O MATLAB Function block, as it could be inheriting sample times (the default setting).
Go to "Display > Sample Time > All" and see whether the sample rate of that block changes depending on which converter to use.
The best option is to explicitly set your P&O algorithm sample time by going to the block properties and choosing a Discrete sample time of your choice: https://www.mathworks.com/help/simulink/ug/matlab-function-block-editor.html#bqoe0f9
- Sebastian
  댓글 수: 2
Haider Agha
Haider Agha 2017년 7월 6일
Thank you for your reply Sebastian ! I checked the sample times for both the function blocks and they both seem to be working at the same sample times which the hold block is providing them (in my case 0.01). Could have to do something with my design of the system ? I don't understand the reason, because when I provide a 0.5 constant block input to the duty cycle to the Average model block, it doubles the ref voltage perfectly. The issues seems to be only when I insert the function block.
Nisar Ahmed
Nisar Ahmed 2020년 5월 6일
send me
nisark37@gmail.com

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Electrical Block Libraries에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by