필터 지우기
필터 지우기

Can we change parameters inside 'block parameters' of Ideal IGBT block?

조회 수: 5 (최근 30일)
Prerana Suguna
Prerana Suguna 2024년 3월 6일
답변: Antonino Riccobono 2024년 3월 12일
Hello Team, I must actually simulate the aging condistions of a 3 pahse inverter.In my model ,i tried to change the block parameters like Eon and Eoff ,i have multiplied the vector with 2 ex: [0 2 3 4 300 600 800]*2. But nothing is affecting the efficiecny which I have calculated inside the scope block .Please check my model and offer me a solution or a way to age.I have then added a resistor of 1hm to show conduction loss, but the output voltage and current waveforms are changing drastically . My project is to have a reference model which works with high efficiency .For the same voltage and current waveforms,now I have to simulate an aged_model ,but now it must be a aging model with changing few parameters of power module and observe the drop in efficiency.with this info.,I am supposed to write a diagnostic algorithm.Please provide me a way to simulate this .I am stuck with no help.
Scope Block for efficiency Calculation
I have attached images and model .Please check.

답변 (1개)

Antonino Riccobono
Antonino Riccobono 2024년 3월 12일
Hi,
A little head-up on your task.
I see that you are calculating the efficiency by using Simulink blocks. Even though theoretically correct, you may want to explore a post-simulation function that is [efficiency, lossTable] = ee_getEfficiency('loadIdentifier',node,startTime,endTime). Please, refer to the doc page: https://www.mathworks.com/help/sps/ref/ee_getefficiency.html?s_tid=doc_ta
You'd need to enable Simscape logging first, then execute the function making sure that you pick startTime and endTime when you're system is in steady-state.
The good thing about using that function with the IGBT (Ideal, Switching) block is that it reports on conduction and switching losses separately enabling your aging studies especially on the switching losses.
Hope this helps,
Antonino Riccobono, PhD

커뮤니티

더 많은 답변 보기:  Power Electronics Community

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by