-
Hi,
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The controller you are referring to is intended to be used in the time domain simulation of the nonlinear SHARPy (for single-input single-output systems). For linear state-space systems I would recommend exporting the state-space (A, B, C, D) and working externally to SHARPy (in Matlab or Python) and implementing your linear controller there. |
Beta Was this translation helpful? Give feedback.
The controller you are referring to is intended to be used in the time domain simulation of the nonlinear SHARPy (for single-input single-output systems).
For linear state-space systems I would recommend exporting the state-space (A, B, C, D) and working externally to SHARPy (in Matlab or Python) and implementing your linear controller there.