State Feedback Observer Design Example
pdf version NJUPT <Modern Control Theory> P131
Question5.7
Consider the following transfer function:
G1=zpk(z,p,1)
G1 = (s-1) (s-2) ----------------- (s+1) (s+3) (s-2)
Continuous-time zero/pole/gain model.
Gt=zpk(1,[-2 -3],1)
Gt = (s-1) ----------- (s+2) (s+3) Continuous-time
zero/pole/gain model.
Is it possible to transform G1 to Gt using state feedback
control?
solution
step1. Controlable?
disp('Controlable, so can design state feedback control')
end
Controlable, so can design state feedback control
disp('Observable,so can design output feedback control');
step2. pole placement
step3. state feedback observer system
G2=zpk(z2,p2,1)
G2 = (s-2) (s-1) ----------------- (s-2) (s+2) (s+3)
Continuous-time zero/pole/gain model.