Replies: 1 comment
-
The step_info function provides this information. Reopen this issue if that is not what you are looking for. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I wanted to propose a set of functions that I believe are missing.
These would be functions that allow to obtain the characteristics of a response such as the delay time, rise time, settling time, and overshoot.
These are just for reference, but something such as:
These characteristics can already be easily obtained through MATLAB's GUI in some cases, so it would be good to add these functions in some way to the Control package for completeness.
Furthermore, implementing a function that can, given a transfer function H and an input U, compute the final value of the response using the Laplace Final Value Theorem would also be very useful. This could then be implemented in the above functions such that, even if the provided vectors do not contain the final value of the response, the characteristics can nevertheless be computed.
Beta Was this translation helpful? Give feedback.
All reactions