Implemement lft (Linear Fractional Transform) for state-space systems#245
Merged
murrayrm merged 5 commits intopython-control:masterfrom Apr 7, 2019
Merged
Implemement lft (Linear Fractional Transform) for state-space systems#245murrayrm merged 5 commits intopython-control:masterfrom
murrayrm merged 5 commits intopython-control:masterfrom
Conversation
5 similar comments
Contributor
Author
|
Error on testLQR.py. Strange, since the PR does not even touch this part of the code base. The error, which is reported below, seems similar the error observed in PR #242 |
murrayrm
reviewed
Dec 21, 2018
Member
murrayrm
left a comment
There was a problem hiding this comment.
Some small suggestions for improvements.
This PR seems to have pulled in some other PRs => we may see an issue when merging...
| """Return the Linear Fractional Transformation. | ||
|
|
||
| See definition here: | ||
| https://www.mathworks.com/help/control/ref/lft.html |
Member
There was a problem hiding this comment.
Can we reference a textbook or some other more "definitive" source for the definition of LFT?
Contributor
Author
There was a problem hiding this comment.
A definition can be found in the Appendix of Skogestad's Multivariable Feedback Control.
Member
|
@hungpham2511 Can you rebase this against the current master and also address comments above? |
Contributor
Author
|
Absolutely. I will do that as soon as I have some time.
Get Outlook for Android<https://aka.ms/ghei36>
…________________________________
From: Richard Murray <notifications@github.com>
Sent: Friday, January 4, 2019 8:34:19 AM
To: python-control/python-control
Cc: Hung Pham (Phạm Tiến Hùng); Mention
Subject: Re: [python-control/python-control] Implemement lft (Linear Fractional Transform) for state-space systems (#245)
@hungpham2511<https://github.com/hungpham2511> Can you rebase this against the current master and also address comments above?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#245 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AJQ_TB3BGup4_hlYAajf4JQnFpxwNB8Sks5u_vXrgaJpZM4Ydijw>.
|
Co-Authored-By: hungpham2511 <hungpham2511@gmail.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The lft interconnection is implemented. Some test cases, which are generated using matlab's lft functionality, are also included.