Close loop bode plot

16 次查看(过去 30 天)
Baskaran Nagamuthu
Baskaran Nagamuthu 2023-3-31
编辑: Paul 2023-3-31
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

回答(1 个)

Paul
Paul 2023-3-31
编辑:Paul 2023-3-31
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.

类别

Help CenterFile Exchange 中查找有关 Get Started with Control System Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by