You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The damp function in lti.py is only implemented for continuous time systems, which is not mentioned in the doc string and does not return an error for discrete systems.
I will submit a PR to add support for discrete time systems.