System Classes

We define a variety of representations of linear time invariant systems. All share a similar API inherited from the LTISystem class. Note that we can think of these LTI systems as forming a vector space and so we imbue the class with the ability to add and subtract systems as well as perform scalar multiplication.

Transfer Function System

State-Space System