Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 402 Bytes

File metadata and controls

16 lines (12 loc) · 402 Bytes

LTI system classes

.. currentmodule:: control

The classes listed below are used to represent models of linear time-invariant (LTI) systems. They are usually created from factory functions such as :func:`tf` and :func:`ss`, so the user should normally not need to instantiate these directly.

.. autosummary::
   :toctree: generated/

   TransferFunction
   StateSpace
   FRD