Path: Common/Control
% Apply eigenvector assignment using the Draper method.
vD is entered with nan where you don't care about the value of the
eigenvector.
Type EAssignDraper for a demo.
--------------------------------------------------------------------------
Form:
f = ESAssignDraper( g, lambda, vD, r, fC )
--------------------------------------------------------------------------
------
Inputs
------
g (:) State space system of type statespace
lambda (n) Desired eigenvalues
vD (:,n) Desired eigenvectors
r (:,n) Weighting matrix
fC (3,p) Control constraint equation
-------
Outputs
-------
f Gain matrix
--------------------------------------------------------------------------
Reference: Orr H. A., "An Integrated Fire/Flight Control System for
a Conventionally Configured A-10 Aircraft," CSDL-T-794,
December 1982.
--------------------------------------------------------------------------
Common: Classes/@statespace/and.m Common: Classes/@statespace/close.m Common: Classes/@statespace/connect.m Common: Classes/@statespace/eig.m Common: Classes/@statespace/get.m Common: Classes/@statespace/getabcd.m Common: Classes/@statespace/getsub.m Common: Classes/@statespace/isempty.m Common: Classes/@statespace/mtimes.m Common: Classes/@statespace/plus.m Common: Classes/@statespace/series.m Common: Classes/@statespace/set.m Common: Classes/@statespace/statespace.m Common: Control/PrintEigenvalues Common: General/DispWithTitle Common: General/PrintTitle Math: Linear/ComplexToReal Math: MathUtils/Odd
Back to the Common Module page