State-Space Model Definitions
- Updated2025-10-28
- 2 minute(s) read
The state-space model is the most convenient model for describing Multiple-Input Multiple-Output (MIMO) systems. State-space models often are preferable to polynomial models, especially in modern control applications that focus on multivariable systems.
You can estimate both continuous and discrete state-space models.
Continuous
Use partially known model estimation methods to estimate continuous state-space models. You must provide an initial guess for each parameter before conducting estimation. The following equations show the form of the continuous state-space model:
where
- A is an n × n state matrix of the given system
- B is an n × m input matrix of the given system
- C is an r × n output matrix of the given system
- D is an r × m direct transmission matrix of the given system
- K is the Kalman gain matrix
- e is the system disturbance
Discrete
Use the SI Estimate State-Space Model and SI Estimate State-Space Model from FRF VIs to estimate discrete state-space models. The SI Estimate State-Space Model VI supports the following two estimation methods:
The following equations show the form of the discrete state-space model:
where
- k is the model sampling time multiplied by the discrete time step, where the discrete time step equals 0, 1, 2, …
- n is the number of model states
- m is the number of model inputs
- r is the number of model outputs
- x is the model state vector
- u is the model input vector
- y is the model output vector
- e(k) is the system disturbance
The state-space transfer matrices A, B, C, and D often reflect physical characteristics of a system. The dimension of the state vector x is the only setting you must provide for the state-space model.