Skip to content
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

H-infinity mixed-synthesis #151

Merged
merged 6 commits into from
Jan 6, 2018
Merged

Commits on Jan 2, 2018

  1. Configuration menu
    Copy the full SHA
    77d0ccd View commit details
    Browse the repository at this point in the history
  2. Augmented plant and mixed-sythensis H-infinity design

    New functions augw and mixsyn modelled after Matlab and Octave's
    function of the same names.
    
    python-control doesn't currently support input group naming, so that
    is not implemented.
    roryyorke committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    78f0c7f View commit details
    Browse the repository at this point in the history
  3. SISO and MIMO mixed-sensitivity synthesis examples

    Both examples taken from Skogestad and Postlethwaite's Multivariable
    Feedback Control.
    roryyorke committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    7b883ef View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2018

  1. Fixups following review

    control/robust.py:
      - doc-strings conform to python-control conventions
      - use plain tuple instead of namedtuple for auxiliary output in mixsyn
    
    control/statesp.py:
      - don't import pi from numpy
      - doc-string for _matrix expanded, conforms to conventions
    
    control/tests/robust_test.py
      - change test to accept plain tuple
    roryyorke committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    e24c7de View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2018

  1. Configuration menu
    Copy the full SHA
    7d70fb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36e0b0f View commit details
    Browse the repository at this point in the history