Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 437 Bytes

classes.rst

File metadata and controls

19 lines (14 loc) · 437 Bytes
.. currentmodule:: control

LTI system classes

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