广义预测控制 Resources

Showing items tagged with "广义预测控制"

The self-tuning generalized predictive controller proposed by Clark et al. is a parameter model-based predictive control algorithm featuring time-domain optimized performance metrics integrated with identification and self-tuning mechanisms. This approach addresses inherent limitations in conventional self-tuning control. The provided code implements univariate GPC based on Diophantine equation derivation, featuring modular design for prediction horizon configuration and recursive parameter estimation.

MATLAB 324 views Tagged

Despite the extensive practical use of self-tuning controllers, their limitations are increasingly evident—particularly in systems with variable orders, time delays, and parameters. Consequently, developing controllers with robust performance is highly valuable for real-world applications. The generalized predictive control (GPC) self-tuning controller, proposed by Clark et al., is a parameter model-based predictive control algorithm. It employs a receding horizon optimization performance index and integrates system identification and self-tuning mechanisms to overcome inherent weaknesses, resulting in superior robustness. Key implementation aspects include online parameter estimation using recursive least squares (RLS) and predictive output computation via Diophantine equations.

MATLAB 249 views Tagged

This program implements generalized predictive control (GPC) for CARIMA (Controlled Auto-Regressive Integrated Moving Average) models with MATLAB-based algorithmic implementation.

MATLAB 196 views Tagged