项目作者: kputtann

项目描述 :
A Generalized H-infinity Mixed Sensitivity Convex Approach to Multivariable Control Design Subject to Simultaneous Output and Input Loop-Breaking Specifications
高级语言: Matlab
项目地址: git://github.com/kputtann/gms.git
创建时间: 2018-09-24T19:36:10Z
项目社区:https://github.com/kputtann/gms

开源协议:

下载


gms

A Generalized H-infinity Mixed Sensitivity Convex Approach to Multivariable Control Design Subject to Simultaneous Output and Input Loop-Breaking Specifications

Computes a H-infinity based Feedback Controller based on multiobjective constrained convex optimization.

Outline of steps for GMS problem setup:

  • Form the design plant:

    • Define the original plant
    • Integrator augmentation if needed
    • Bilinear transformation values if needed
  • Select weighting functions:

    • Tradeoff param rho
    • W for obj
    • W for constraint
  • Select optimization params:

    • LB and UB
    • Init point
    • Maximum number of iterations
  • Select Youla/Zames parametrization:

    • Select Youla or Zames
    • Initial controller
  • Finite Dimensionality

    • Basis params
  • Objective function:

    1. - sum/max/stacking
  • Find initial controller (Ko, F, L)

  • Youla parameterization

  • Find Initial Q parameter using initial controller (Ko, F, L)

  • Extract required data from problem setup

  • Vectorize the optimization problem

  • Optimization process

    • define how subgradient is picked based on sum/max/stacking
  • form Q using the optimized variables and bases

  • form Controller K using the obtained Q

  • Inverse bilinear transformation if needed

  • Inverse of integrator augmentation if needed

  • Compute OL and CL maps