Close loop bode plot

16 Ansichten (letzte 30 Tage)
Baskaran Nagamuthu
Baskaran Nagamuthu am 31 Mär. 2023
Bearbeitet: Paul am 31 Mär. 2023
I tried to design buck converter using matlab m file. I input the transfer function and design the controller using k factor, I plot the bode plot of the transferred function and controller separately but I don't know how to combine both transfer function and controller to obtain close loop bode plot, can anyone guide me

Antworten (1)

Paul
Paul am 31 Mär. 2023
Bearbeitet: Paul am 31 Mär. 2023
If you have a model of the plant and a model of the controller, it's likely that all that's needed is the feedback command to come up with a model of the closed loop system. That model can be used with bode in the usual way to get the Bode plot of the closed loop system. Other functions that are useful for combining models are series, parallel, append, and connect, and possibly others. More generally start with Model Interconnection to learn more about the topic.

Kategorien

Mehr zu Get Started with Control System Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by