- Notifications
You must be signed in to change notification settings - Fork441
Bode margins plot#199
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
coveralls commentedMar 31, 2018 • 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.
Build seems to be failing due to issue#194 |
I don't see what the
line is for. Seems not to be used, and renaming it system is not a good idea in this context |
@repagh , you are right. I suspect this was a leftover from some testing on my part. I removed it. |
Note: this PR has been included in PR#209. If that PR is merged, can delete this one. |
Added display of the phase and gain margins to the bode plots in order to emulate matlab like functionality when calling margin(sys) in matlab. Can be used when calling bode(sys, margins=True). Attached 2 screenshots showing the plots in matplotlib and matlab side by side.