Mu Analysis and Synthesis Toolbox
  Go to function:
    Search    Help Desk 
statecc, strans    Examples   See Also

Apply state-coordinate transformation to a SYSTEM matrix

Syntax

Description

statecc applies a state coordinate transformation to the matrix, yielding a new SYSTEM matrix with

where A, B, C, and D are the state-space entries of the matrix sysin. t is restricted to be square and have the same dimensions as the A matrix.

strans transforms the A matrix of sys in bidiagonal form with the complex conjugate roots in real 2 x 2 form. sysout contains the transformed SYSTEM matrix and v is the transformation matrix. The A matrix is ordered by increasing magnitude of its eigenvalues. strans calls the MATLAB eig command to do the reordering.

Note:
strans may be inaccurate when a SYSTEM/CONSTANT matrix has repeated eigenvalues. This is due to the potential defective eigensystem, and the lack of a full set of eigenvectors.

Examples

The strans command shows the individual contributions of the modes of the SYSTEM matrix. In this example sys, which has four states, two inputs and one output is transformed into bidiagonal form.

See Also

eig, sclin, sclout, veig



[ Previous | Help Desk | Next ]