What are the 7 states for the model?

3 次查看(过去 30 天)
I am using System Identification tool box. I am using 2 signals as input and 3 signals as output. the system identification is giving as result a state-space model n4s7. Which has an A = [ 7 X 7 ] B = [ 7 X 2 ] C = [ 3 X 7] and D = [ 3 x 2]. How can I define the 7 states in the system? In the book for system identification toolbox, it is mentioned that the state can be reconstructed from the model. Anyone has an example that I can follow to define my states.
Thanks.

采纳的回答

Jose
Jose 2013-5-10
I highly appreciate your help Rajiv Singh. I want to clarify the question: I have used Matlab to generate a block box model of my system using the Sys. ID toolbox. My initial system is quantified by 3 state variables u,v and psi. The state vector output of the black box model has 7 elements in it. How can I determine what they physically represent or relate them to the original u, v and psi states of my system. Thanks

更多回答(1 个)

Rajiv Singh
Rajiv Singh 2013-5-10
Can you elaborate on what you mean by "defining the states"? If you want to calculate the state-trajectory (as a function of time), use SIM or LSIM command. If you want to attach name/units for state variables use the StateName, StateUnit model properties.
  2 个评论
Jose
Jose 2013-5-10
I highly appreciate your help Rajiv Singh. I want to clarify the question: I have used Matlab to generate a block box model of my system using the Sys. ID toolbox. My initial system is quantified by 3 state variables u,v and psi. The state vector output of the black box model has 7 elements in it. How can I determine what they physically represent or relate them to the original u, v and psi states of my system. Thanks
Rajiv Singh
Rajiv Singh 2013-5-15
编辑:Rajiv Singh 2013-5-15
The generated states cannot be related to your physical states you desire. If you had estimated a 3 state model, the estimated states would be related to the physical ones through a state coordinate transformation matrix T which is again impossible to determine in absence of additional information. For physically meaningful realizations, you have to build a structured (grey-box) representation. This basically means that you have to know the equations of motion explicitly and use the software simply to estimate the coefficients of those equations. See:

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Linear Model Identification 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by