- Notifications
You must be signed in to change notification settings - Fork441
Improved default time vector and handling for time response functions step, impulse, and initial#420
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
Merged
murrayrm merged 11 commits intopython-control:masterfromsawyerbfuller:fix-discrete-step-responseJul 11, 2020
Uh oh!
There was an error while loading.Please reload this page.
Merged
Improved default time vector and handling for time response functions step, impulse, and initial#420
Changes fromall commits
Commits
Show all changes
11 commits Select commitHold shift + click to select a range
b39184b
fixed default response time for time response of discrete-time functi…
sawyerbfuller32b610b
to pass tests, added convenient ability to specify simulation time an…
sawyerbfuller9a8da65
eliminated deprecation warnings by importing certain functions from n…
sawyerbfullerdb9f197
eliminated deprecation warnings by importing certain functions from n…
sawyerbfuller6d62910
small fix to pass unit tests
sawyerbfuller9f02119
adjusted sisotool test so tests pass with new default step response t…
sawyerbfuller1bc60ba
added functionality to automatically choose dt in timeresp.py based o…
sawyerbfuller512f822
removed some leftover code and comments
sawyerbfuller79951a1
explanation in docstrings for how time vector T is auto-computed in t…
sawyerbfuller5a34fc0
Merge branch 'master' into fix-discrete-step-response
murrayrme155a15
fix unit test precision in sisotool_test.py
murrayrmFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
4 changes: 2 additions & 2 deletionscontrol/freqplot.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
31 changes: 17 additions & 14 deletionscontrol/matlab/timeresp.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletioncontrol/rlocus.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletioncontrol/sisotool.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
16 changes: 8 additions & 8 deletionscontrol/tests/sisotool_test.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
71 changes: 69 additions & 2 deletionscontrol/tests/timeresp_test.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
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.