pid controller with two input and single output response
21 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
x'(t) = Ax(t) + B*u(t)+Bphi*Uphi(t); y(t) = Cx(t) + Du(t); How to use two inputs in PID controller i.e u(t) and Uphi(t). Please tell the matlab program, if u(t) force input and Uphi(t) another input then implement PID controller to get y(t) response.
2 commentaires
Arkadiy Turevskiy
le 13 Août 2015
What's Uphi? Why do you need to close the loop on it? Why is it not enough to simply use a controller to control x with u?
Mokhtar albukair
le 7 Déc 2019
Please tell me: How to use two inputs and one output in PID controller
Need urgent help?
Réponses (1)
Aysegul GORDEBIL
le 11 Fév 2020
Modifié(e) : Aysegul GORDEBIL
le 11 Fév 2020
2-DOF PID controllers give one output for two inputs. You can use it with "pid2" command on command line. You can visit this website to learn how to use:
There is also Simulink a module for 2-DOF PID. It is on this website:
0 commentaires
Voir également
Catégories
En savoir plus sur PID Controller Tuning dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!