필터 지우기
필터 지우기

Predictive Control Simulation – Three-Phase Inverter 2 level

조회 수: 13 (최근 30일)
belal hariz
belal hariz 2020년 5월 20일
편집: belal hariz 2020년 5월 21일
I have a problem inside matlab function

채택된 답변

Joel Van Sickel
Joel Van Sickel 2020년 5월 21일
편집: Joel Van Sickel 2020년 5월 21일
Hello Belal,
there are 2 main problesm I see. First, you were using a 3 level inverter, which requires 12 control signals while you were only generating 6. So the 3 level converter needs to be changed to a 2 level converter (or you need to change how you generate the control signals to provide 12). That will fix your port dimensions error. The next issue is that the you will need to convert your values to boolean so that everything is the same data type going into the mux (see image below). Alternatively, you could have your interpreted Matlab Fcn define it's outputs as booleans, right now they are treated as double.
The 2 level converter is the 'universal bridge' block with IGBT's selected.
Regards,
Joel
  댓글 수: 1
belal hariz
belal hariz 2020년 5월 21일
편집: belal hariz 2020년 5월 21일
Thank you very much Joel
I understand what you mean ...It works well

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

추가 답변 (0개)

커뮤니티

더 많은 답변 보기:  Power Electronics Community

카테고리

Help CenterFile Exchange에서 Simulink에 대해 자세히 알아보기

제품


릴리스

R2014b

Community Treasure Hunt

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

Start Hunting!

Translated by