-
Notifications
You must be signed in to change notification settings - Fork 85
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
Improvement on Bode plot phase #312
Open
tallakt
wants to merge
9
commits into
JuliaControl:master
Choose a base branch
from
tallakt:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Sep 2, 2020
-
Fix bode plot always negative phase
If the phase was initially less than -180 degrees, the bode plot would plot with positive initial phase
Configuration menu - View commit details
-
Copy full SHA for b799c51 - Browse repository at this point
Copy the full SHA b799c51View commit details
Commits on Sep 3, 2020
-
Algorithm to estimate initial phase angle for bode
We use the zero poles (continuous) and poles on the unit circle (discrete) to estimate the phase angle at the left side of the bode plot. Angle unwrap starts from this angle, then the initial angle is not used anymore.
Configuration menu - View commit details
-
Copy full SHA for 55eca81 - Browse repository at this point
Copy the full SHA 55eca81View commit details -
Configuration menu - View commit details
-
Copy full SHA for feecfbc - Browse repository at this point
Copy the full SHA feecfbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 066bce8 - Browse repository at this point
Copy the full SHA 066bce8View commit details -
Sometimes the use of - would not work because the operands would be a scalar and an array
Configuration menu - View commit details
-
Copy full SHA for 3281062 - Browse repository at this point
Copy the full SHA 3281062View commit details -
Configuration menu - View commit details
-
Copy full SHA for 579acf4 - Browse repository at this point
Copy the full SHA 579acf4View commit details -
Add init=... for bodeplot phase with unwrap
Tallak Tveide committedSep 3, 2020 Configuration menu - View commit details
-
Copy full SHA for 22a369d - Browse repository at this point
Copy the full SHA 22a369dView commit details -
Make bode phase estimate thresholds configurable
Tallak Tveide committedSep 3, 2020 Configuration menu - View commit details
-
Copy full SHA for d9075a1 - Browse repository at this point
Copy the full SHA d9075a1View commit details
Commits on Sep 4, 2020
-
Bode plot frequency disabled for DelayLtiSystem
The heuristic used to find the initial phase at w=0 for bode plots does not work for systems of type DelayLtiSystem. So it will default to zero initial phase (which is wrong for many systems, but at least it doesn't blow up).
Tallak Tveide committedSep 4, 2020 Configuration menu - View commit details
-
Copy full SHA for dab68bc - Browse repository at this point
Copy the full SHA dab68bcView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.