- Notifications
You must be signed in to change notification settings - Fork441
Step info improve jpp#583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Now can compute the step response characteristics for MIMO systems.Fix undershoot caculus for sistems with negative response.
and add a working example too, finaly I corrected the see also to referring to functions of this library
Your commits have a date from 2 days ago and they are based on an older commit. Please check#577, which is already merged. We essentially did very similar changes. Could you have a look and make further improvements such as the undershoot calculation based on current master please? You can discard your unit tests and just change the existing references for the undershoot value, if necessary. |
ok, Ill try to solve this problem |
WIP:@bnavigator check this new feature... I tested it with a mimo system from matlab help online. This new version improve the undershoot calculus. The undershoot ocurr when the value have diferent sign respect the y_final... the system must have inverse response
For discusions:
TODO (WIP): make a new function to compute step_info for data from external simulations or stimulations: step_info_data(t,y,y_final)