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
Copy file name to clipboardExpand all lines: src/model/linmodel.jl
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -67,8 +67,10 @@ and `:zoh` for manipulated inputs, and `:tustin`, for measured disturbances. Las
67
67
`sys` is discrete and the provided argument `Ts ≠ sys.Ts`, the system is resampled by using
68
68
the aforementioned discretization methods.
69
69
70
-
The constructor transforms the system to a more practical form (``\mathbf{D_u=0}`` because
71
-
of the zero-order hold):
70
+
Note that the constructor transforms the system to its minimal realization using [`minreal`](https://juliacontrol.github.io/ControlSystems.jl/stable/lib/constructors/#ControlSystemsBase.minreal)
71
+
to favor observability. As a consequence, the final state-space representation may be
72
+
different from the one provided in `sys`. It is also converted into a more practical form
73
+
(``\mathbf{D_u=0}`` because of the zero-order hold):
0 commit comments