ControlDesign[StateObserver]
Ackermann
calculate the observer gain for single-output systems using Ackermann's formula
Calling Sequence
Parameters
Description
Examples
References
Ackermann(Amat, Cmat, p)
Ackermann(sys, p)
Amat
-
Matrix; system matrix of a state-space system
Cmat
Matrix or Vector; output matrix of a state-space system
sys
System; a DynamicSystems system object of state-space format
p
list ; list of desired closed-loop poles (real or complex). Complex poles including those containing symbolic parameters must be given in complex conjugate pairs. All symbolic parameters in the list are assumed to be real.
The Ackermann command calculates the static (Luenberger) observer gain for the single-output systems to put the observer error dynamics poles in the desired location based on the Ackermann's formula. The (Amat,Cmat) pair (or the sys object) must be observable. The closed-loop observer error system matrix is then Ac=Amat−L·Cmat (or Ac = sys:-a-L.sys:-c) where L is the calculated observer gain.
with⁡ControlDesign:
Amat≔Matrix⁡−0.9054,−39.7500,22.4100,0.1891,−0.7366,−0.3734,−77.0100,41.1600,4.1900,−1.0450,−0.2815,−120.8000,63.6500,4.3650,−2.1850,0.4264,2.2290,−0.2781,0.0662,−0.6509,−0.5441,−39.1800,21.8400,2.5120,−0.8066
Amat≔−0.9054−39.750022.41000.1891−0.7366−0.3734−77.010041.16004.1900−1.0450−0.2815−120.800063.65004.3650−2.18500.42642.2290−0.27810.0662−0.6509−0.5441−39.180021.84002.5120−0.8066
Cmat≔Matrix⁡3,9,5,4,6
Cmat≔39546
p≔−3+2⁢I,−1,−2.5,−3−2⁢I,−4
StateObserver:-Ackermann⁡Amat,Cmat,p
1.082871936−0.4535446046−0.82428444180.26247443040.3998350201
[1] T. Kailath, Linear Systems, Prentice-Hall, 1980.
[2] C. T. Chen, Linear System Theory and Design, 3rd Ed., Oxford University Press, 1999.
See Also
ControlDesign
ControlDesign[StateFeedback][Ackermann]
ControlDesign[StateFeedback][PolePlacement]
ControlDesign[StateObserver][PolePlacement]
Download Help Document