Why does the PWM Generator (DC-DC) block not work for negative time?
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Micah Anderson
el 21 de Feb. de 2020
Respondida: Sabin
el 12 de Ag. de 2025
I've attached a simple Simulink model that runs from -0.1 seconds to 0.1 seconds. The PWM Generator (DC-DC) block doesn't seem to work for negative time. (It outputs a constant 1 until time reaches 0.) Is this expected? If so, why? Should I generally avoid running simulations with negative time?
0 comentarios
Respuesta aceptada
Sabin
el 12 de Ag. de 2025
The block you are using is not suitable for negative simulation time. For simulation involving both negative and positive simulation time the following options will be more suitable:
PWM Generator in Simscape Electrical - https://www.mathworks.com/help/sps/ref/pwmgenerator.html
PWM block in Simulink - https://www.mathworks.com/help/simulink/slref/pwm.html
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Pulse Width Modulation en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!