pid controller with two input and single output response
21 ビュー (過去 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
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
2019 年 12 月 7 日
Please tell me: How to use two inputs and one output in PID controller
Need urgent help?
回答 (1 件)
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:
0 件のコメント
参考
カテゴリ
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!