Bi directional buck boost converter with simulink and simscape only
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Sushma n
el 2 de Jul. de 2020
Comentada: Vasco Lenzi
el 6 de Jul. de 2020
Hello All,
I did design a bi directional circuit in simscape.I used PWM from specialised power system for producing PWM of variable duty cycle.But i see the simulation runs very slowly.When i try increasing the sample time,the circuit functioanlity disappears. How can I increase the speed of my circuit.Kindly help
I'm using ode15s/dasesimscape solver under variable step configuration![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/325844/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/325844/image.png)
0 comentarios
Respuesta aceptada
Zhao Wang
el 4 de Jul. de 2020
Sample time is an intrinsic part of the power electronics circuit model. As a result, it would be difficult to speed up simulation by merely increasing the sample time.
There is an alternative way to achieve a faster simulation by using averaged-value models, which does not simulate the switching behavior. You can use the block in the following link to construct your model:
As mentioned in the link, you can program the block as a buck converter, boost converter, or buck-boost converter by providing the duty cycle. In your model, simply replace the individual component blocks with a single converter block.
3 comentarios
Vasco Lenzi
el 6 de Jul. de 2020
Hi Shusma
Have you tried to right click on the converter-> Going to the top on the "simscape" Menu -> Block choices -> Four Switches converter.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/327557/image.png)
Más respuestas (0)
Comunidades de usuarios
Más respuestas en Power Electronics Control
Ver también
Categorías
Más información sobre Electrical Sensors en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!