-
大小: 16KB文件类型: .zip金币: 1下载: 0 次发布日期: 2021-03-11
- 语言: Matlab
- 标签: MPC trajectory 车辆跟踪 轨迹预测
资源简介
通过carsim与matlab联合仿真,基于模型预测控制算法的无人车辆轨迹跟踪(内含五个matlab编程代码)
代码片段和文件信息
function [sysx0strts] = MY_MPCController3(txuflag)
% 该函数是写的第3个S函数控制器(MATLAB版本:R2011a)
% 限定于车辆运动学模型,控制量为速度和前轮偏角,使用的QP为新版本的QP解法
% [sysx0strts] = MY_MPCController3(txuflag)
%
% is an S-function implementing the MPC controller intended for use
% with Simulink. The argument md which is the only user supplied
% argument contains the data structures needed by the controller. The
% input to the S-function block is a vector signal consisting of the
% measured outputs and the reference values for the controlled
% outputs. The output of the S-function block is a vector signal
% consisting of the control variables and the estimated state vector
% potentially including estimated disturbance states.
switch flag
case 0
[sysx0strts] = mdlInitializeSizes; % Init
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 6639 2014-05-30 10:20 MPCController\MPCController1.m
文件 14496 2014-05-30 10:20 MPCController\MPCController2.m
文件 9536 2014-05-30 10:20 MPCController\MPCController3.m
文件 12503 2014-05-30 10:20 MPCController\MPCController4.m
文件 4528 2014-05-30 10:20 MPCController\MPCController5.m
目录 0 2017-09-22 17:28 MPCController
----------- --------- ---------- ----- ----
47702 6
相关资源
- 无人驾驶车辆模型预测控制原书程序
- discrete-mpc-with-constraints
- MMmpc 多模型预测控制
- mpc_miso 多输入单输出(MISO)的模型预
- MPC 一个模型预测控制的编写的程序
- nmpc matlab非线性预测控制nmpc
- ZJGLMPC0 三相电压型PWN整流器的基于模
- mpc pmsm simple
- Intelligent-predictive-by--MATLAB 《智能预测
- Nmpc.m非线性模型预测控制程序
- MPC车辆控制.zip
- 基于matlab的通信系统仿真FMPCM
- 模型预测控制基本源程序
-
基于MPC的Carsim和Simuli
nk联合仿真模型 - Matlab tutorial for MPC 程序加详细解释,
- MPCA matlab源代码分享
- MATLAB 人脸识别 MPCA算法实现
评论
共有 条评论