File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ will create a unity gain, negative feedback system::
251251If a signal name appears in multiple outputs then that signal will be summed
252252when it is interconnected. Similarly, if a signal name appears in multiple
253253inputs then all systems using that signal name will receive the same input.
254- The :func: `~control.interconnect ` function will generate an error if an signal
254+ The :func: `~control.interconnect ` function will generate an error if a signal
255255listed in ``inplist `` or ``outlist `` (corresponding to the inputs and outputs
256256of the interconnected system) is not found, but inputs and outputs of
257257individual systems that are not connected to other systems are left
@@ -404,7 +404,7 @@ The closed loop controller will include both the state feedback and
404404the estimator.
405405
406406Integral action can be included using the `integral_action ` keyword.
407- The value of this keyword can either be an matrix (ndarray) or a
407+ The value of this keyword can either be a matrix (ndarray) or a
408408function. If a matrix :math: `C` is specified, the difference between
409409the desired state and system state will be multiplied by this matrix
410410and integrated. The controller gain should then consist of a set of
You can’t perform that action at this time.
0 commit comments