模型来源是GitHub上面的一个公开项目,里面包含了各种工业上的控制方法
- Linear Quadratic Regulator (LQR) - For optimal systems
- Linear Quadratic Gaussian (LQG) - With kalman filtering
- Linear Quadratic Estimator (LQE) - Finding the kalman gain matrix
- Generalized Predictive Controller (GPC) - For future prediction
- Self Tuning Regulator (STR) - For deterministic systems
- Minimum Variance Controller (MVC) - For heavy stochastical systems
- Model Reference Adaptive Controller (MRAC) - For smooth reference tracking
- Extended Least Square (ELS) - For estimate stochastical models e.g ARMAX models
- Recursive Least Square (RLS) - For estimate transfer functions
使用软件为scilab&#x