필터 지우기
필터 지우기

Generating pulse width modulation gates

조회 수: 15 (최근 30일)
Nate Nauman
Nate Nauman 2020년 8월 15일
댓글: An 2020년 8월 24일
In my attempts to model a spatial vector pwm system with FOC, I have been running into problems obtaining the proper gate responses. They appear similar to delta functions (they have almost no time width) so there must be a problem with my comparison between on-times for a, b, and c phases with the repeating sequence block.
I attached my model here. I believe that the Clarke and Park transformations are accurate, but I am not well-versed with the repeating sequence block and the simscape electrical permanent magnet synchronous machine component. The SVPWM subsystem contains the gate calculation subsystem which does not seem output correctly.
I would deeply appreciate any help because I have read every online example that I can find. Thank you so much!

답변 (1개)

Joel Van Sickel
Joel Van Sickel 2020년 8월 17일
Hello Nate,
You can use a repeating sequence to generate your carrier wave. It looks like that is what you are trying to do. If you have simscape electrical installed, you don't need to do this from scratch.
You can right click this block and choose look under mask, to view the different subsystems and see how the logic is implemented. There are various ways to generate PWM signals using simulink blocks. You can also use some of the prepackaged PWM generators instead of building your own. You can also explore how they were implemented.
the block above can be selected to use SVM.
For your model, typically for generating PWM waves, you would want to compaire your values to the carrier wave. Instead of adding values to the repeating sequence and passing them through a relay, it might be more intutive to start with the 'relational operator' block to generate the PWM signals.
Regards,
Joel
  댓글 수: 1
An
An 2020년 8월 24일
Hello!
Unfortunately I have similar problem with pulse generation. I use 2-level PWM generator (https://se.mathworks.com/help/physmod/sps/powersys/ref/pwmgenerator2level.html) for three-phase converter with IGBTs (universal bridge). After appliying three-phase sinusoidal reference voltage to pulse generator, I receive pulses but going to the converter the three-phase sinusoidal waveform becomes similar to pulses, also the DC voltage is not contant at all. What might cause that mistake?
My question is here:

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

카테고리

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

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by