State-space models are applied in fields such as economics,[3] statistics,[4] computer science, electrical engineering,[5] and neuroscience.[6] Ineconometrics, for example, state-space models can be used to decompose atime series into trend and cycle, compose individual indicators into a composite index,[7] identify turning points of thebusiness cycle, and estimate GDP using latent and unobserved time series.[8][9] Many applications rely on theKalman Filter or a state observer to produce estimates of the current unknown state variables using their previous observations.[10][11]
The internalstate variables are the smallest possible subset of system variables that can represent the entire state of the system at any given time.[12] The minimum number of state variables required to represent a given system,, is usually equal to the order of the system's defining differential equation, but not necessarily. If the system is represented in transfer function form, the minimum number of state variables is equal to the order of the transfer function's denominator after it has been reduced to a proper fraction. It is important to understand that converting a state-space realization to a transfer function form may lose some internal information about the system, and may provide a description of a system which is stable, when the state-space realization is unstable at certain points. In electric circuits, the number of state variables is often, though not always, the same as the number of energy storage elements in the circuit such ascapacitors andinductors. The state variables defined must be linearly independent, i.e., no state variable can be written as a linear combination of the other state variables.
Block diagram representation of the linear state-space equations
The most general state-space representation of a linear system with inputs, outputs and state variables is written in the following form:[13]
where:
is called the "state vector", ;
is called the "output vector", ;
is called the "input (or control) vector", ;
is the "state (or system) matrix", ,
is the "input matrix", ,
is the "output matrix", ,
is the "feedthrough (or feedforward) matrix" (in cases where the system model does not have a direct feedthrough, is the zero matrix), ,
.
In this general formulation, all matrices are allowed to be time-variant (i.e. their elements can depend on time); however, in the commonLTI case, matrices will be time invariant. The time variable can be continuous (e.g.) or discrete (e.g.). In the latter case, the time variable is usually used instead of.Hybrid systems allow for time domains that have both continuous and discrete parts. Depending on the assumptions made, the state-space model representation can assume the following forms:
Stability and natural response characteristics of a continuous-timeLTI system (i.e., linear with matrices that are constant with respect to time) can be studied from theeigenvalues of the matrix. The stability of a time-invariant state-space model can be determined by looking at the system'stransfer function in factored form. It will then look something like this:
The denominator of the transfer function is equal to thecharacteristic polynomial found by taking thedeterminant of,The roots of this polynomial (theeigenvalues) are the system transfer function'spoles (i.e., thesingularities where the transfer function's magnitude is unbounded). These poles can be used to analyze whether the system isasymptotically stable ormarginally stable. An alternative approach to determining stability, which does not involve calculating eigenvalues, is to analyze the system'sLyapunov stability.
The zeros found in the numerator of can similarly be used to determine whether the system isminimum phase.
The system may still beinput–output stable (seeBIBO stable) even though it is not internally stable. This may be the case if unstable poles are canceled out by zeros (i.e., if those singularities in the transfer function areremovable).
The state controllability condition implies that it is possible – by admissible inputs – to steer the states from any initial value to any final value within some finite time window. A continuous time-invariant linear state-space model iscontrollableif and only ifwhererank is the number of linearly independent rows in a matrix, and wheren is the number of state variables.
Observability is a measure for how well internal states of a system can be inferred by knowledge of its external outputs. The observability and controllability of a system are mathematical duals (i.e., as controllability provides that an input is available that brings any initial state to any desired final state, observability provides that knowing an output trajectory provides enough information to predict the initial state of the system).
A continuous time-invariant linear state-space model isobservable if and only if
using the method of equating the coefficients which yields
Consequently, is a matrix with the dimension which contains transfer functions for each input output combination. Due to the simplicity of this matrix notation, the state-space representation is commonly used for multiple-input, multiple-output systems. TheRosenbrock system matrix provides a bridge between the state-space representation and itstransfer function.
Any given transfer function which isstrictly proper can easily be transferred into state-space by the following approach (this example is for a 4-dimensional, single-input, single-output system):
Given a transfer function, expand it to reveal all coefficients in both the numerator and denominator. This should result in the following form:
The coefficients can now be inserted directly into the state-space model by the following approach:
This state-space realization is calledcontrollable canonical form because the resulting model is guaranteed to be controllable (i.e., because the control enters a chain of integrators, it has the ability to move every state).
The transfer function coefficients can also be used to construct another type of canonical form
This state-space realization is calledobservable canonical form because the resulting model is guaranteed to be observable (i.e., because the output exits from a chain of integrators, every state has an effect on the output).
Transfer functions which are onlyproper (and notstrictly proper) can also be realised quite easily. The trick here is to separate the transfer function into two parts: a strictly proper part and a constant.
The strictly proper transfer function can then be transformed into a canonical state-space realization using techniques shown above. The state-space realization of the constant is trivially. Together we then get a state-space realization with matricesA,B andC determined by the strictly proper part, and matrixD determined by the constant.
Here is an example to clear things up a bit:which yields the following controllable realizationNotice how the output also depends directly on the input. This is due to the constant in the transfer function.
A common method for feedback is to multiply the output by a matrixK and setting this as the input to the system:.Since the values ofK are unrestricted the values can easily be negated fornegative feedback.The presence of a negative sign (the common notation) is merely a notational one and its absence has no impact on the end results.
becomes
solving the output equation for and substituting in the state equation results in
The advantage of this is that theeigenvalues ofA can be controlled by settingK appropriately througheigendecomposition of.This assumes that the closed-loop system iscontrollable or that the unstable eigenvalues ofA can be made stable through appropriate choice ofK.
For a strictly proper systemD equals zero. Another fairly common situation is when all states are outputs, i.e.y =x, which yieldsC =I, theidentity matrix. This would then result in the simpler equations
This reduces the necessary eigendecomposition to just.
A classical linear system is that of one-dimensional movement of an object (e.g., a cart).Newton's laws of motion for an object moving horizontally on a plane and attached to a wall with a spring:
which has full rank for all and. This means, that if initial state of the system is known (,,), and if the and are constants, then there is a force that could move the cart into any other position in the system.
The more general form of a state-space model can be written as two functions.
The first is the state equation and the latter is the output equation.If the function is a linear combination of states and inputs then the equations can be written in matrix notation like above.The argument to the functions can be dropped if the system is unforced (i.e., it has no inputs).
^Stock, J.H.; Watson, M.W. (2016), "Dynamic Factor Models, Factor-Augmented Vector Autoregressions, and Structural Vector Autoregressions in Macroeconomics",Handbook of Macroeconomics, vol. 2, Elsevier, pp. 415–525,doi:10.1016/bs.hesmac.2016.04.002,ISBN978-0-444-59487-7
^Durbin, James; Koopman, Siem Jan (2012).Time series analysis by state space methods. Oxford University Press.ISBN978-0-19-964117-8.OCLC794591362.
^Roesser, R. (1975). "A discrete state-space model for linear image processing".IEEE Transactions on Automatic Control.20 (1):1–10.doi:10.1109/tac.1975.1100844.ISSN0018-9286.
^Bańbura, Marta; Modugno, Michele (2012-11-12). "Maximum Likelihood Estimation of Factor Models on Datasets with Arbitrary Pattern of Missing Data".Journal of Applied Econometrics.29 (1):133–160.doi:10.1002/jae.2306.hdl:10419/153623.ISSN0883-7252.S2CID14231301.
^Harvey, Andrew C. (1990).Forecasting, Structural Time Series Models and the Kalman Filter. Cambridge: Cambridge University Press. doi:10.1017/CBO9781107049994
^Nise, Norman S. (2010).Control Systems Engineering (6th ed.). John Wiley & Sons, Inc.ISBN978-0-470-54756-4.
^Brogan, William L. (1974).Modern Control Theory (1st ed.). Quantum Publishers, Inc. p. 172.
Antsaklis, P. J.; Michel, A. N. (2007).A Linear Systems Primer. Birkhauser.ISBN978-0-8176-4460-4.
Chen, Chi-Tsong (1999).Linear System Theory and Design (3rd ed.). Oxford University Press.ISBN0-19-511777-8.
Khalil, Hassan K. (2001).Nonlinear Systems (3rd ed.). Prentice Hall.ISBN0-13-067389-7.
Hinrichsen, Diederich; Pritchard, Anthony J. (2005).Mathematical Systems Theory I, Modelling, State Space Analysis, Stability and Robustness. Springer.ISBN978-3-540-44125-0.