lti_systems#
Handles LTI system simulation.
This module provides an LTISimulator class for simulating discrete-time Linear Time-Invariant (LTI) systems and includes factory functions for creating common system models.
- Functions:
Various factory functions for creating predefined LTI systems.
Functions
Creates and returns an LTISimulator instance representing a 1-D double integrator system. |
|
Creates and returns an LTISimulator instance representing a 3-D double integrator system. |
|
Creates and returns an LTISimulator instance representing the Landau Benchmark. |
|
Creates and returns an LTISimulator instance representing a 1-D double integrator system. |
Classes
Simulates a Linear Time-Invariant (LTI) system of the form: |
|
Represents the system matrices for a state-space model. |