control-toolbox icon indicating copy to clipboard operation
control-toolbox copied to clipboard

Is this Control-toolbox package take lagged states and control inputs into consideration when calculating the derivative/Jacobian?

Open Daniel-Ming opened this issue 2 years ago • 3 comments

Is this ct package take lagged state and control input into consideration when calculating the derivative/Jacobian? Because our system ODE has 15 lag sizes for state and control input, I'm unsure whether this package can be used to simulate our system model.

Daniel-Ming avatar Jul 25 '21 12:07 Daniel-Ming

Hi, thanks for the interest in the CT! Could you please detail what you exactly mean with „lagged state“? Best

Am 25.07.2021 um 14:18 schrieb Daniel-Ming @.***>:

 Is this ct package take lagged state and control input into consideration when calculating the derivative/Jacobian? Because our system ODE has 15 lag sizes for state and control input, I'm unsure whether this package can be used to simulate our system model.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

markusgft avatar Jul 25 '21 13:07 markusgft

Our system model is a NARX type model which updates the system states depends on all previous 15 steps ago states and control inputs. According to the tutorial documentation in the Derivative/Jacobian session, the control-toolbox seems capable of handling the general ODE, which updates the system state depending on the previous 1 step ago state and control input.

Daniel-Ming avatar Jul 26 '21 00:07 Daniel-Ming

True, if you cannot rewrite your system as ODE, we cannot handle it!

Am 26.07.2021 um 02:03 schrieb Daniel-Ming @.***>:

 Our system model is a NARX type model which updates the system states depends on all previous 15 steps ago states and control inputs. According to the tutorial documentation in the Derivative/Jacobian session, the control-toolbox seems capable of handling the general ODE, which updates the system state depending on the previous 1 step ago state and control input.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

markusgft avatar Jul 26 '21 05:07 markusgft