How to include control input (u(t)) while estimating state space parameters using estimate function ?

조회 수: 6 (최근 30일)
I am trying to estimate the matrices A(transition matrix),C(observation matrix)B,D.(please see this link http://in.mathworks.com/help/econ/ssm.estimate.html#bt_c9vu-1). I am trying to use estimate function as given in the link, but estimate function does not take control input as attribute, it is estimating matrices based on output only.Please suggest me some way to take control input into consideration or some other method to find state space parameters.

채택된 답변

Star Strider
Star Strider 2017년 7월 3일
I do not have the Econometrics Toolbox and so have never used the estimate (link) function. However looking through the documentation, you can use the 'Predictors' (link) name-value pair to include the input.
Is this what you are looking for?
  댓글 수: 2
Deepak Patankar
Deepak Patankar 2017년 7월 3일
Thank You sir. We got another solution for the same problem, we are now using ssest() function, which estimates various matrices for our model given input and output data.
Star Strider
Star Strider 2017년 7월 3일
My pleasure.
The System Identification Toolbox is best for this type of problem.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Correlation Models에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by