How to get transfer function from any simulink model ?
574 次查看(过去 30 天)
显示 更早的评论
let's say i build a model at Simulink then i want to get the Transfer Function of that model.
then i will put i step response to see the output the i will make a controller on the TF with SisoTool.
So how can i get the TF of a model.
0 个评论
回答(3 个)
Sebastian Castro
2018-2-16
Simulink Control Design has a linearization functionality which will give you a state-space (or transfer function) representation of a model at the selected operating point and input/output signals.
Note also that you can start the Control System Designer (formerly known as SISOTOOL) directly from a Simulink model by selecting Analysis > Control Design > Control System Designer from the model's menu.
... in the same menu you will find the Linear Analysis Tool (for linearization), as well as other control design tools that may be useful depending on what you're doing.
- Sebastian
0 个评论
Green Elephant
2019-5-18
#sebastian, does the control system designer give us the non linear transfer function of just a linearized version of it around a certain point
Almomen
2024-3-9
I want to find a trasnfer function for the linkage mechanism but I couldn't find it.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Linearization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!