PID tuner with feedback tf
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Arkadiy Turevskiy
el 7 de Oct. de 2020
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 comentario
Tony
el 21 de Sept. de 2023
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
Ver también
Categorías
Más información sobre PID Controller Tuning en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!