Open Daniel-Ming opened 3 years ago
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.
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.
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.
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.