包含一个基于MATLAB语言编写的单变量动态矩阵控制(DMC)算法的程序和对应的笔记(包含详细的公式和推导过程)。参考的资料是席裕庚的《预测控制》,算法中考虑了模型的不确定性和扰动,但暂时未考虑约束。
2021-04-11 15:50:48 1.03MB 预测控制 MPC DMC 动态矩阵控制
1
包含一个基于MATLAB语言编写的多变量动态矩阵控制(DMC)算法的程序和对应的笔记(包含详细的笔记和公式推导过程)。参考的资料是席裕庚的《预测控制》,算法中考虑了模型的不确定性和扰动,但暂时未考虑约束。
2021-04-11 15:39:43 680KB 预测控制 动态矩阵控制 MPC DMC
1
模型预测控制.m函数代码
2021-04-10 14:03:57 1KB mpc
1
研究quickfast/quickfix/mfast,生成vs工程文件sln需要的工程管理的MPC包
2021-04-07 20:03:54 742KB quickfast quickfix mfast mpc
1
永磁同步电机(PMSM)无刷直流电机(BLDC)有限集模型预测控制(MPC)matlab/simulink仿真模型(2017),能很好的运行,并且能达到比较理想的效果,比传统的PWM控制要精确,反应速度更快。
2021-04-06 09:03:24 30KB 仿真 PMSM BLDC MPC
In this thesis we consider the problem of designing and implementing Model Predictive Controllers (MPC) for stabilizing the dynamics of an autonomous ground vehicle. For such a class of systems, the non-linear dynamics and the fast sampling time limit the real-time implementation of MPC algorithms to local and linear operating regions. This phenomenon becomes more relevant when using the limited computational resources of a standard rapid prototyping system for automotive applications. In this thesis we first study the design and the implementation of a nonlinear MPC controller for an Active Font Steering (AFS) problem. At each time step a trajectory is assumed to be known over a finite horizon, and the nonlinear MPC controller computes the front steering angle in order to follow the trajectory on slippery roads at the highest possible entry speed. We demonstrate that experimental tests can be performed only at low vehicle speed on a dSPACE rapid prototyping system with a frequency of 20 Hz. Then, we propose a low complexity MPC algorithm which is real-time capable for wider operating range of the state and input space (i.e., high vehicle speed and large slip angles). The MPC control algorithm is based on successive on-line linearizations of the nonlinear vehicle model (LTV MPC). We study performance and stability of the proposed MPC scheme. Performance is improved through an ad hoc stabilizing state and input constraints arising from a careful study of the vehicle nonlinearities. The stability of the LTV MPC is enforced by means of an additional convex constraint to the finite time optimization problem. We used the proposed LTV MPC algorithm in order to design AFS controllers and combined steering and braking controllers. We validated the proposed AFS and combined steering and braking MPC algorithms in real-time, on a passenger vehicle equipped with a dSPACE rapid prototyping system. Experiments have been performed in a testing center equipped with snowy and icy tracks. For both controllers we showed that vehicle stabilization can be achieved at high speed (up to 75 Kph) on icy covered roads. This research activity has been supported by Ford Research Laboratories, in Dearborn, MI, USA.
2021-04-05 03:59:19 4.1MB MPC
1
MATLAB WITH MPC SPRINGER 书籍 国内自身
2021-04-03 14:36:14 6.83MB MPC MATLAB
1
本资源包含三个函数 Main.m为主函数,包含给定轨迹、MPC参数设置和初始状态 fun_trajforship.m为轨迹计算函数,根据Main.m中设定的轨迹以及采样周期,计算出每个采样周期对应的轨迹数值 nmpc_m.m为模型预测控制器函数 图片为欠驱动船舶动力学模型(在Main.m函数中用system描述)
2021-04-02 12:06:30 52KB Matlab 模型预测控制
1
广义预测控制作为一种新型的远程预测控制方法,集多种算法的优点为一体,具有较好的性能,受到人们的重视,现有多种修正算法,大体上可分为显式算法和隐式算法两种,显式算法是先辨识对象模型参数,然后利用Diophantine方程作中间运算,最后得到控制律参数,由于要作多步预测, 就必须多次求解 Diophantine方程,因要经过繁琐的中间运算,所以计算工作量较大,占线时间太长。隐式算法,它不辨识对象模型参数,而是根据输入输出数据直接辨识求取最优控制律中的参数, 因而避免了在线求解Diophantie方程所带来的大量中间运算,减少了计算工作量,节省了时间
2021-03-31 18:24:11 70KB mpc
1
本文为一类连续时间非线性不确定系统提出了一种在线性矩阵不等式框架下设计鲁棒模型预测控制。这个控制器设计是用“最坏情况”目标函数在无限时间滚动窗口下的最优控制问题。一个充分的状态反馈综合条件是提供LMI的优化形式并且在每一个时间步上都被在线解决。一个仿真例子显示了提出的方法的效果
2021-03-31 16:41:55 361KB 鲁棒MPC
1