Expand description
Methods to analyze control systems
Functionsยง
- compute_
controllability_ matrix - Computes the controllability matrix for a given state-space representation.
- compute_
observability_ matrix - Computes the observability matrix for a given state-space representation.
- is_
ss_ controllable - Checks if a given state-space model is controllable.
- is_
ss_ observable - Checks if a given state-space model is observable.