フィルターのクリア

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 件)

コミュニティ

カテゴリ

Help Center および File ExchangeSimulink についてさらに検索

製品


リリース

R2014b

Community Treasure Hunt

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

Start Hunting!

Translated by