understanding model predictive control -凯发k8网页登录
in this series, you'll learn how model predictive control (mpc) works, and you’ll discover the benefits of this multivariable control technique.
mpc uses a model of the system to make predictions about the system’s future behavior. mpc solves an online optimization algorithm to find the optimal control action that drives the predicted output to the reference. mpc can handle multi-input multi-output systems that may have interactions between their inputs and outputs. it can also handle input and output constraints. mpc has preview capability; it can incorporate future reference information into the control problem to improve controller performance.
this series also discusses mpc design parameters such as the controller sample time, prediction and control horizons, constraints, and weights. it also gives you recommendations for choosing these parameters. you'll learn about adaptive, gain-scheduled, and nonlinear mpcs, and you’ll get implementation tips to reduce the computational complexity of mpc and run it faster.
finally, the series demonstrates examples for designing linear, adaptive, and nonlinear mpc controllers with model predictive control toolbox®
why use mpc? learn about model predictive control (mpc). mpc handles mimo systems with input-output interactions, deals with constraints, has preview capabilities, and is used in industries such as auto and aero.
learn how model predictive control (mpc) works. mpc uses a model of the plant to make predictions about future plant outputs. it solves an optimization problem at each time step to find the optimal control action that drives the predicted plant output to the desired reference as close as possible.
to successfully control a system using mpc, you need to carefully select design parameters. learn how to select the controller sample time, prediction and control horizons, and constraints and weights.
learn about the type of mpc controller you can use based on your plant model, constraints, and cost function. options include the linear time-invariant, adaptive, gain-scheduled, and nonlinear mpc.
learn which techniques you can use to run mpc faster. the video outlines methods, such as explicit mpc and suboptimal solution, that you can implement for your applications with small sample times.
learn how to design an mpc controller for an autonomous vehicle steering system using model predictive control toolbox.
learn how to deal with changing plant dynamics using adaptive mpc. this video uses an autonomous steering vehicle system example to demonstrate the controller’s design.
learn how to design a nonlinear mpc controller for an automated driving application with model predictive control toolbox and embotech forcespro solvers.
learn how to generate code from a nonlinear mpc algorithm for an automated driving application and deploy the generated code to speedgoat hardware for real-time testing.