Implement gain-scheduled state-space controller depending on two scheduling parameters
Aerospace Blockset / GNC / Control
The 2D Controller [A(v),B(v),C(v),D(v)] block implements a gain-scheduled state-space controller, as described in Algorithms.
The output from this block is the actuator demand, which you can input to an actuator block.
If the scheduling parameter inputs to the block go out of range, they are clipped. The state-space matrices are not interpolated out of range.
The block implements a gain-scheduled state-space controller as defined by this equation:
where v is a vector of parameters over which A, B, C, and D are defined. This type of controller scheduling assumes that the matrices A, B, C, and D vary smoothly as a function of v, which is often the case in aerospace applications.
1D Controller [A(v),B(v),C(v),D(v)] | 2D Controller Blend | 2D Observer Form [A(v),B(v),C(v),F(v),H(v)] | 2D Self-Conditioned [A(v),B(v),C(v),D(v)] | 3D Controller [A(v),B(v),C(v),D(v)] | Linear Second-Order Actuator | Nonlinear Second-Order Actuator