How to implement Optimal Control on a Nonlinear Dynamic Single-Input Multiple-Output (SIMO) System?
1 次查看(过去 30 天)
显示 更早的评论
Hi,
I have modeled a Nonlinear Dynamic Single-Input Multiple-Output System (SIMO) using Simulink.
The input (U) is a pulse generation function.
Each output is defined by a differential equation where the input is the power of an exponential function. For example, x1_dot = A(x1, x2, x3)+B(x1)*exp(x1, U)+C(x1, x2, x3, U)
Now, I have to optimize the input of the system (ie. the amplitude of each pulse) so that two of the outputs (x1 and x2) are minimized and x3 is maximized.
So, I thought that I have to use PID controllers in my system. However, I am not sure how to implement 3 PID controllers (one for each output) to control the single input of the system.
Any help is highly appreciated.
Thank you!
0 个评论
回答(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!