You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Augment `sys` with a low-frequency (integrating if `ϵ=0`) disturbance model.
57
65
If an integrating input disturbance is used together with an observer, the controller will have integral action.
58
66
67
+
- `Cd`: If adding an input disturbance. this matrix indicates how the disturbance states affect the states of `sys`, and defaults to `sys.B`. If `measurement=true`, this matrix indicates how the disturbance states affect the outputs of `sys`, and defaults to `I(sys.ny)`.
68
+
59
69
# Arguments:
60
70
- `ϵ`: Move the integrator pole `ϵ` into the stable region.
61
71
- `measurement`: If true, the disturbance is a measurement disturbance, otherwise it's an input diturbance.
0 commit comments