Module model

Module model 

Source
Expand description

Structures to represent control systems

Structs§

ContinuousStateSpaceModel
A struct representing a continuous state-space model.
DiscreteStateSpaceModel
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.
StateSpaceModel
A trait representing a state-space model in control systems.