Specifications

Table Of Contents
obsvf
16-163
1 -1
1 -1
C =
1 0
0 1
by typing
[Abar,Bbar,Cbar,T,k] = obsvf(A,B,C)
Abar =
1 1
4 -2
Bbar =
1 1
1 -1
Cbar =
1 0
0 1
T =
1 0
0 1
k =
2 0
Algorithm obsvf is an M-file that implements the Staircase Algorithm of [1] by calling
ctrbf and using duality.
See Also ctrbf Compute the controllability staircase form
obsv Calculate the observability matrix
References [1] Rosenbrock, M.M., State-Space and Multivariable Theory,JohnWiley,
1970.