- 
                Notifications
    You must be signed in to change notification settings 
- Fork 89
Misc
        olof3 edited this page Feb 7, 2020 
        ·
        20 revisions
      
    - Better print of delay systems (at least somewhat fixed now)
- Better error messages, indicating incorrect dimensions etc.
- Throw DimensionMismatch, etc, instead of just error. Possibly new errorSampleTimeMismatch?
- Deal with freqresp, output format, exploitHessenbergstructure. Possibly dropnyquist(splitting into real and imaginary parts does perhaps not warrant its own function?).
- Use cis/expimfor computing mappings to the unit circle.
- Perhaps add a type RationalLtiSystemor at leastisrational
- Should checking (approximate) equality of StateSpaceetc. simply check that all the fields are equal? Or should the H_inf or H_2 norm of their difference be checked? Leaning towards checking the H_inf norm even if it is a bit more expensive. There is still a problem withDelayLtiSystems, but this is mostly relevant for tests wherefreqrespcan be used.
- New type NonlinearSystem?
- Print a delay system as a transfer function?
- Exact computation of H2 norms of delay systems according to https://people.kth.se/~eliasj/doc/delaylyap-2010-07-12.pdf