how to control phase shift of pwm for dual active bridge?
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How do i connect the pid output to pwm block, to control the phase shift. Or i have to implement some kind of othre algorithm.?
0 commentaires
Réponses (1)
Joel Van Sickel
le 2 Sep 2020
Hello Taimur,
right now your converter is being controlled by an open loop pulse generator that doesn't allow you to shift the phase of the pulses like you need to. You could generate your own carrier signal where you can specify the phase. Alternatively, you could add a controlled delay like this to control phase: https://www.mathworks.com/help/simulink/slref/tuen-phase-delay-on-pulse-generator-during-simulation.html
The first can be more computationally efficient, but the second will be easier.
Regards,
Joel
0 commentaires
Communautés
Plus de réponses dans Power Electronics Control
Voir également
Catégories
En savoir plus sur Electrical Block Libraries dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!