-
Notifications
You must be signed in to change notification settings - Fork 446
Open
Description
As described in issue #459 and PR #498, there are a number of type conversions for various overloaded operators that are not yet implemented. A table of the current and desired operations can be found in control/tests/type_conversion_test.py.
A few of the more useful ones:
- SISO
StateSpaceobjects should be allowed to serve as a quotient under appropriate circumstances (so that you can write things likeT = P*C/(1 + P*C)with state space objects, as you currently can with transfer functions. FrequencyResponseDataandInputOutputSystemobjects should be able to interact with floats and arrays.InputOutputSystemobjects should be able to interact withLTIsystems by converting the LTI system into aLinearIOSystem.FrequencyResponseDatasystems should be able to be combined withStateSpaceandTransferFunctionoptions by evaluating the state space system or transfer function at the FRD frequencies.
sawyerbfuller and bnavigator
Metadata
Metadata
Assignees
Labels
No labels