Expand description
Structures to represent control systems
Structs§
- Continuous
State Space Model - A struct representing a continuous state-space model.
- Discrete
State Space Model - A struct representing a discrete state-space model.
Traits§
- Discrete
- A trait representing a discrete system with a specific sampling time.
- Pole
- A trait representing a system that has poles in the complex plane.
- State
Space Model - A trait representing a state-space model in control systems.