搜索资源列表
2
- 基于MATLABD的线性二次型最优控制设计-MATLABD based on the linear quadratic optimal control design
Linear-Quadratic-Regulator
- 线性二次型调节器在飞行控制系统中的应用,参数Q、R矩阵根据实际运动方程手动调节。-Source Code for Linear Quadratic Regulator, applied in the aircraft control system. The Q/R matrix should be adjusted manually.
Robust-control-and-robust-controller
- 鲁棒控制与鲁棒控制器设计: 1、线性二次型 Gauss 控制 2、鲁棒控制问题的一般描述 3、鲁棒控制器的计算机辅助设计 4、新鲁棒控制工具箱及应用 5、分数阶控制系统分析与设计-Robust control and robust controller design: linear quadratic Gauss control, a general descr iption of the robust control problem, the computer-aided
Linear-matlab-code
- 举例说明matlab在线性代数中的应用,有源代码,例子涉及向量组的线性相关性、线性方程组、相似矩阵及二次型的求解等内容-Illustrate matlab linear algebra applications, source code, examples involving vector group linear correlation, linear equations, similar matrix and secondary-solving
Matrix-CAI-20075894940384
- 线性代数计算器,包括求幂、求逆、对角化、二次型化标准型-Matrix calculator, including exponentiation, inversion, diagonalization, quadratic standard
12
- 有关matlab在线性代数中的应用的详细介绍及具体的matlab代码实现,包括求向量组的最大线性无关组、向量组的线性相关性、求解线性方程组、使用 sym 函数直接创建符号矩阵、将数值矩阵转化为符号矩阵、符号矩阵的索引和修改、相似矩阵及二次型、求特征值和特征向量等。很适合初学者使用,及有关工程人员参考。-About matlab linear algebra applications detailed descr iption and the specific matlab code, inclu
lqr
- 最优控制中的LQR程序,利用这个程序可以解决一些线性二次型问题-LQR optimal control procedures, the use of this program can solve some linear quadratic problem
LQRcontrol
- LQR线性优化二次型,LQR可得到状态线性反馈的最优控制规律 ,易于构成闭环最优控制,本实例可以运行-Two LQR linear quadratic regulator
One-stage-inverted-pendulum
- 包含了一级倒立摆的运动仿真源代码,以及利用线性二次型调节器实现运动稳定的控制程序。-Contains an inverted pendulum motion simulation source code, which can be used to achieve stable motion control with the use of two linear quadratic regulator.
Two-stage-inverted-pendulum
- 包含了二级倒立摆的运动仿真源代码,以及利用线性二次型调节器实现运动稳定的控制程序。-Contains a two-stage inverted pendulum motion simulation source code, which can be used to achieve stable motion control with the use of two linear quadratic regulator.
Trust-region-method
- 主要研究离散型随机线性互补问题的解法,采用信赖域方法对其进行求解,在适当的假设条件下进行收敛性分析,得到了算法局部收敛收敛速度为二次的,表明了算法的可行性和有效性-The main discrete stochastic linear complementarity problem solution, trust region methods for solving them, convergence analysis carried out under appropriate assumpti
rkfa
- 用线性二次型最优控制理论设计无限时间状态调节器-Design of Infinite Time Condition Regulator with Linear Quadratic Optimal Control Theory
LQR
- 针对飞行器高度控制系统的模型,设计线性二次型状态反馈调节器。对比不同加权矩阵及PID算法的仿真效果。(A linear quadratic state feedback regulator is designed for the model of the aircraft height control system. Comparison of different weighting matrix and PID algorithm simulation results.)
最优控制-王卉-20160201031
- 线性二次型最优控制器设计 摘要 由于顺摆控制可以反映控制方法对高阶次、不稳定、非线性、强耦合系统的控制能力,所以很多控制方法的验证都是通过对顺摆控制来实现的。同时,顺摆广泛应用于控制理论研究、航空航天控制、机器人、杂技顶杆表演等领域,在自动化领域中也具有重要的价值。直线顺摆的摆杆在没有外力作用下,会保持静止下垂的状态,当受到外力作用后,摆杆的运动状态(Because of CIS pendulum control can reflect the control method of high o
控制理论与科学—一阶倒立摆控制
- LQR即线性二次型调节器,其理论是现代控制理论中发展最早也最为成熟的一种状态空间设计法。特别的是LQR可得到状态线性反馈的最优控制规律, 易于构成闭环最优控制。本MATLAB算法主要是通过Matlab对LQR在单级倒立摆的控制应用上进行了仿真。