- Notifications
You must be signed in to change notification settings - Fork441
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Change step_info undershoot percentage calculation#590
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Improper systems with negative respose, if do not have inverserespons, 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 computedby this funtion are right in.
coveralls commentedMar 24, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
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
Uh oh!
There was an error while loading.Please reload this page.
@bnavigator can you check it. Tank |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
b957dee
to14a92fe
CompareI 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.