DPLQR

版本 1.0.0.0 (2.2 KB) 作者: Ivo Houtzager
Nonsteady LQ state-feedback gain design with final state penalty
1.5K 次下载
更新时间 2008/3/9

查看许可证

The m-file "dplqr" which solves the discrete nonsteady-state optimal control problem by a backwards iteration. The problem is to find K[n] in the state-feedback u[n] = -K[n]x[n], and minimizes

J = 0.5*sum(x[n]'Qx[n] + u[n]'Ru[n]) + 0.5*x[N]'Fx[N]

subject to x[n+1] = Ax[n] + Bu[n] with n = 0...N-1.

The inclusion of the x[N]'Fx[N] implies the desire to reach the final state as close as possible. Compared to "normal"
LQR/LQG design where the weighing matrices Q and R needs to be given at the input, this function requires also that the final-state weighing matrix F is given at the input.

引用格式

Ivo Houtzager (2024). DPLQR (https://www.mathworks.com/matlabcentral/fileexchange/19120-dplqr), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2007a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 State-Space Control Design and Estimation 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0