I have a state space grey box model for which I have been using the PEM tool to determine one term in the state matrix for a given set of test data. The limiation I am finding with using the PEM tool is that the state has to be constant throughout the entire set of test data. I am looking for a way to determine the state as a function of time (the state is actually dependent on several other known factors). In the end, I am looking to determine the state vs. time so that I can generate a lookup table for the state as a function of the other known inputs.

답변 (1개)

Rajiv Singh
Rajiv Singh 2011년 8월 1일

0 개 추천

Do you mean that the state-space matrices A,B,C,D are time dependent? If so, please look into the "nonlinear grey box" modeling technique:
see: "Tutorials on Nonlinear Grey Box Model Identification"
Unlike the linear grey box (idgrey) case, the ODE function of a nonlinear grey box model (idnlgrey) takes in the current time instant t, input u(t) and state value x(t) as regular input arguments. Hence you can create a dependency of parameters on time values.

댓글 수: 1

Ahmad Gad
Ahmad Gad 2021년 9월 16일
편집: Ahmad Gad 2021년 9월 16일
Can you explain this more? None of the links work.

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

카테고리

도움말 센터File Exchange에서 System Identification Toolbox에 대해 자세히 알아보기

질문:

2011년 8월 1일

편집:

2021년 9월 16일

Community Treasure Hunt

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

Start Hunting!

Translated by