Quick configuration of state-space model structure
sys1 = ssform(sys,Name,Value)
specifies the type of parameterization and whether feedthrough and disturbance dynamics
are present for the state-space model sys1 = ssform(sys,Name,Value)sys using one or more
Name,Value pair arguments.
|
State-space model |
Specify comma-separated pairs of Name,Value arguments, where
Name is the argument name and Value is the
corresponding value. Name must appear inside single quotes
(' '). You can specify several name and value pair arguments
in any order as Name1,Value1,...,NameN,ValueN.
|
Specify structure of A, B and C matrices as one of the following values:
|
|
Specify whether the model has direct feedthrough from the input u(t) to the output y(t), (whether the elements of the matrix D are nonzero). Must be a logical vector (
Note Specifying this option for a previously estimated model causes the
model parameter covariance information to be lost. Use |
|
Specify whether to estimate the noise component of the model, specified as one of the following values:
Note Specifying this option for a previously estimated model causes the
model parameter covariance information to be lost. Use |
|
State-space model with configured parameterization, feedthrough, and disturbance dynamics |
Use the Structure property of an idss model to specify the parameterization, feedthrough, and disturbance
dynamics by modifying the Value and Free
attributes of the A, B, C,
D and K parameters.
[1] Ljung, L. System Identification: Theory For the User, Second Edition, Appendix 4A, pp 132-134, Upper Saddle River, N.J: Prentice Hall, 1999.