-
Notifications
You must be signed in to change notification settings - Fork 438
Change step_info undershoot percentage calculation #590
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change step_info undershoot percentage calculation #590
Conversation
Improper systems with negative respose, if do not have inverse respons, the undershoot must be 0. This ocurr in the MIMO system used in the step_info test. I think, the rise time and setting minimun and maximun computed by this funtion are right in.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok... now I see
@bnavigator can you check it. Tank |
b957dee
to
14a92fe
Compare
I pushed some style cleanups and a I think I have a cleaner formula for the undershoot. Please check. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good. removed one array search - > faster - > good
Thanks @juanodecc |
Improper systems with negative respose, if do not have inverse
respons, the undershoot must be 0.
This ocurr in the MIMO system used in the step_info test.
I think, the rise time and setting minimun and maximun computed
by this funtion are right in.