This is documentation for an old release of SciPy (version 0.9.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.signal.lti.__init__

lti.__init__(*args, **kwords)

Initialize the LTI system using either: (numerator, denominator) (zeros, poles, gain) (A, B, C, D) – state-space.

This Page