GPC (Generalized Predictive Control) in State-Space Domain

A DMC-like implementation of GPC
1.5K Downloads
Updated 4 Nov 2014

View License

Notes on the SSGPC program
  
Yiping Cheng
School of Electronic and Information Engineering
Beijing Jiaotong University
Beijing, China

This is the Simulink program I wrote to implement the state-space GPC algorithm described in my paper “A DMC-like implementation of GPC”.

The controller is now implemented as a monolithic S-function module. I consider this monolithic implementation an improvement over the one I described in my paper, but the underlying algorithm is the same.

To suit the model to a particular application at hand, the reader needs only to modify several lines in GpcControl.m, namely the lines setting n, p, m, alpha, beta, Q, R. Other lines can be kept intact.

Should you have any questions or comments, please contact the author via email:

ypcheng@bjtu.edu.cn

Cite As

Yiping Cheng (2024). GPC (Generalized Predictive Control) in State-Space Domain (https://www.mathworks.com/matlabcentral/fileexchange/48346-gpc-generalized-predictive-control-in-state-space-domain), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R14
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Model Predictive Control Toolbox in Help Center and MATLAB Answers
Acknowledgements

Inspired: GPC control of a two-tank system

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0