PID tuner with feedback tf
3 ビュー (過去 30 日間)
古いコメントを表示
Hello, PID Turner can import Plant tranfer functions for the PID design. Is there a way to set also the transfer function of the feedback loop (e.g. Sensor's frequency response) ? Thanks ahead for a reply.
0 件のコメント
回答 (1 件)
Arkadiy Turevskiy
2020 年 10 月 7 日
No, there is no way to specify transfer function of other components. For PID Tuner, "Plant" is all system dynamics except for the controller.
Hope this helps.
Arkadiy
1 件のコメント
Tony
2023 年 9 月 21 日
I think, it is fine when the sensor tranfer function (G_sensor) is included into Plant: Plant_new = Plant * G_sensor. Because the Openloop: G0 = G_controller * Plant * G_sensor
Correct me please, if Iam wrong.
Thanks
Tony
参考
カテゴリ
Help Center および File Exchange で PID Controller Tuning についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!