pid controller with two input and single output response

57 次查看(过去 30 天)
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 个评论
Arkadiy Turevskiy
Arkadiy Turevskiy 2015-8-13
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
Mokhtar albukair 2019-12-7
Please tell me: How to use two inputs and one output in PID controller
Need urgent help?

请先登录,再进行评论。

回答(1 个)

Aysegul GORDEBIL
Aysegul GORDEBIL 2020-2-11
编辑:Aysegul GORDEBIL 2020-2-11
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:

类别

Help CenterFile Exchange 中查找有关 PID Controller Tuning 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by