|
Weighting on the state-input multiplication term in the cost function. If omitted, a zero matrix with appropriate dimensions will be considered.
|
|
True means the eigenvalues of A-BK are returned. The default value is false.
|
•
|
riccati = true or false
|
|
True means the solution of the associated Riccati equation is returned.
|
For a continuous system, the infinite horizon solution of the following continuous-time Riccati equation (CARE) is returned.
The LQR feedback gain is calculated as
For a discrete system, the infinite horizon solution of the following discrete-time Riccati equation (DARE) is returned
The LQR feedback gain is calculated as
The default value is false.
•
|
return_Kr = true or false
|
|
True means the direct gain Kr is returned. The default value is false.
|
•
|
parameters = {list, set}(name = complexcons)
|
|
Specifies numeric values for the parameters of sys. These values override any parameters previously specified for sys. The numeric value on the right-hand side of each equation is substituted for the name on the left-hand side in the sys equations. The default is the value of sys given by DynamicSystems:-SystemOptions(parameters).
|