Harman Patil (Editor)

Observability

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In control theory, 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. The concept of observability was introduced by American-Hungarian engineer Rudolf E. Kalman for linear dynamic systems.

Contents

Definition

Formally, a system is said to be observable if, for any possible sequence of state and control vectors, the current state can be determined in finite time using only the outputs (this definition is slanted towards the state space representation). Less formally, this means that from the system's outputs it is possible to determine the behavior of the entire system. If a system is not observable, this means the current values of some of its states cannot be determined through output sensors. This implies that their value is unknown to the controller (although they can be estimated through various means).

For time-invariant linear systems in the state space representation, there is a convenient test to check if a system is observable. Consider a SISO system with n states (see state space for details about MIMO systems). If the row rank of the following observability matrix

O = [ C C A C A 2 C A n 1 ]

is equal to n (where the notation is defined below), then the system is observable. The rationale for this test is that if n rows are linearly independent, then each of the n states is viewable through linear combinations of the output variables y ( k ) .

A module designed to estimate the state of a system from measurements of the outputs is called a state observer or simply an observer for that system.

Observability index

The Observability index v of a linear time-invariant discrete system is the smallest natural number for which is satisfied that rank ( O v ) = rank ( O v + 1 ) , where

O v = [ C C A C A 2 C A v 1 ] .
Detectability

A slightly weaker notion than observability is detectability. A system is detectable if all the unobservable states are stable.

Continuous time-varying system

Consider the continuous linear time-variant system

x ˙ ( t ) = A ( t ) x ( t ) + B ( t ) u ( t ) y ( t ) = C ( t ) x ( t ) .

Suppose that the matrices A , B ,  and  C are given as well as inputs and outputs u  and  y for all t [ t 0 , t 1 ] ; then it is possible to determine x ( t 0 ) to within an additive constant vector which lies in the null space of M ( t 0 , t 1 ) defined by

M ( t 0 , t 1 ) = t 0 t 1 ϕ ( t , t 0 ) T C ( t ) T C ( t ) ϕ ( t , t 0 ) d t

where ϕ is the state-transition matrix.

It is possible to determine a unique x ( t 0 ) if M ( t 0 , t 1 ) is nonsingular. In fact, it is not possible to distinguish the initial state for x 1 from that of x 2 if x 1 x 2 is in the null space of M ( t 0 , t 1 ) .

Note that the matrix M defined as above has the following properties:

  • M ( t 0 , t 1 ) is symmetric
  • M ( t 0 , t 1 ) is positive semidefinite for t 1 t 0
  • M ( t 0 , t 1 ) satisfies the linear matrix differential equation
  • M ( t 0 , t 1 ) satisfies the equation
  • Nonlinear case

    Given the system x ˙ = f ( x ) + j = 1 m g j ( x ) u j , y i = h i ( x ) , i p . Where x R n the state vector, u R m the input vector and y R p the output vector. f , g , h are to be smooth vectorfields.

    Now define the observation space O s to be the space containing all repeated Lie derivatives. Now the system is observable in x 0 if and only if dim ( d O s ( x 0 ) ) = n .

    Note: d O s ( x 0 ) = s p a n ( d h 1 ( x 0 ) , , d h p ( x 0 ) , d L v i L v i 1 , , L v 1 h j ( x 0 ) ) ,   j p , k = 1 , 2 , .

    Early criteria for observability in nonlinear dynamic systems were discovered by Griffith and Kumar, Kou, Elliot and Tarn, and Singh.

    Static systems and general topological spaces

    Observability may also be characterized for steady state systems (systems typically defined in terms of algebraic equations and inequalities), or more generally, for sets in R n ,. Just as observability criteria are used to predict the behavior of Kalman filters or other observers in the dynamic system case, observability criteria for sets in R n are used to predict the behavior of data reconciliation and other static estimators. In the nonlinear case, observability can be characterized for individual variables, and also for local estimator behavior rather than just global behavior.

    References

    Observability Wikipedia