<< Chapter < Page | Chapter >> Page > |
Observability is the tool we use to investigate the internal workings of a system. It lets us use what we know about the input and the output to observe the state of the system .
To understand this concept let's start off with the basic state-space equations describing a system: If we plug the general solution of the state variable, , into the equation for , we'd find the following familiar time-domain equation:
Without loss of generality, we can assume zero input; this will significantly clarify the following discussion. This assumption can be easily justified. Based on our initial assumption above, the last two terms on the right-hand side of time-domain equation are known (because we know ). We could simply replace these two terms with some function of . We'll group them together into the variable . By moving to the left-hand side, we see that we can again group into another replacement function of , . This result has the same effect as assuming zero input. Given the discussion in the above paragraph, we can now start our examination of observability based on the following formula:
The idea behind observability is to find the state of the system based upon its output. We will accomplish this by first finding the initial conditions of the state based upon the system's output. The state equation solution can then use this information to determine the state variable .
base formula seems to tell us that as long as we known enough about we should be able to find . The first question to answer is how much is enough? Since the initial condition of the state is actually a vector of elements, we have unknowns and therefore need equations to solve the set. Remember that we have complete knowledge of the output . So, to generate these equations, we can simply take derivatives of base formula . Taking these derivatives is relatively straightforward. On the right-handside, the derivative operator will only act on the matrix exponential term. Each derivative of it will produce amultiplicative term of . Then, as we're dealing with these derivatives of at , all of the exponential terms will go to unity( ). This can be re-expressed in matrix notation.
The first term on the right-hand side is known as the observability matrix, :
We call the system completely observable if the rank of the observability matrix equals . This guarantees that we'll have enough independent equations to solve for the components of the state .
Whereas for controllability we talked about the system's controllable space, for observability we will talk about a system's un observable space, . The unobservable space is found by taking the kernel of the observability matrix. This makes sense because when you multiply a vector in the kernel of the observability matrix by the observability matrix, the result will be . The problem is that when we get a zero result for , we cannot say with certainty whether the zero result was caused by itself being zero or by being a vector in the nullspace. As we cannot give a definite answer in this case, all of these vectors are said to be unobservable.
One cool thing to note is that the observability and controllability matrices are intimately related:
Notification Switch
Would you like to follow the 'State space systems' conversation and receive update notifications?