0% found this document useful (0 votes)
62 views6 pages

Lead Compensator (9-44) : by Noe Garcia Luke Salvador

1) A lead compensator is a component in a control system that improves an undesirable frequency response. It can be found in robotics, satellites, automobiles, and other devices requiring control systems. 2) The document describes Design Problem 44 from Chapter 9 of the textbook Control Systems Engineering, which involves designing a lead compensator for a self-guiding vehicle's bearing angle control system to achieve a close-loop step response with 10% overshoot and a settling time of 1.5 seconds. 3) Analysis of the control system values yields a lead compensator pole of 97 degrees. Verification through MATLAB shows the system response without and with the lead compensator, confirming the designed compensator achieves the

Uploaded by

blzz2net
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
62 views6 pages

Lead Compensator (9-44) : by Noe Garcia Luke Salvador

1) A lead compensator is a component in a control system that improves an undesirable frequency response. It can be found in robotics, satellites, automobiles, and other devices requiring control systems. 2) The document describes Design Problem 44 from Chapter 9 of the textbook Control Systems Engineering, which involves designing a lead compensator for a self-guiding vehicle's bearing angle control system to achieve a close-loop step response with 10% overshoot and a settling time of 1.5 seconds. 3) Analysis of the control system values yields a lead compensator pole of 97 degrees. Verification through MATLAB shows the system response without and with the lead compensator, confirming the designed compensator achieves the

Uploaded by

blzz2net
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 6

LEAD COMPENSATOR (9-44)

By
Noe Garcia
Luke Salvaor
ME!!4" #i$ra%io&' a& Co&%rol'
Pro(e''or Gra&a
INTRODUCTION
A lea co)*e&'a%or i' a co)*o&e&% i& a co&%rol 'y'%e) %+a% i)*rove' a& u&e'ira$le
(re,ue&cy re'*o&'e i& a (ee$ack a& co&%rol 'y'%e)- T+ey ca& $e (ou& i& ro$o%ic'.
'a%elli%e co&%rol. au%o)o$ile'. a& o%+er evice' re,uiri&/ co&%rol 'y'%e)'-
0or our *ro1ec%. 2e +ave c+o'e& *ro$le) 344. i& C+a*%er 9 o( %+e %e4%$ook Co&%rol
Sy'%e)' E&/i&eeri&/. $y Nor)a& S- Ni'e- Pro$le) 44 i' e'cri$e a' (ollo2'"
DESIGN PROBLEM 44 (CHAPTER 9)
0i/ure P9-!5 i' a 'i)*li(ie $lock ia/ra) o( a 'el(-/uii&/ ve+icle6' $eari&/ a&/le
co&%rol- De'i/& a lea co)*e&'a%or %o yiel a clo'e-loo* '%e* re'*o&'e 2i%+ !78
over'+oo% a& a 'e%%li&/ %i)e o( !-9 'eco&'-
FIG P9.13
Nor)ally (or %+i' *ar%icular %y*e o( *ro$le). 2e 2oul $e re,uire %o e%er)i&e %+e
c+arac%eri'%ic' o( %+e u&co)*e&'a%e 'y'%e) o*era%i&/ a% !78 over'+oo% %o e%er)i&e %+e
'e%%li&/ %i)e- 0or%u&a%ely. %+e *ro$le) /ive' u' %+e value (or %+e 'e%%li&/ %i)e (!-9
'eco&')-
De%er)i&i&/ %+e a)*i&/ ra%io : i' our &e4% *riori%y"
99! - 7
;99 - 5
577 - <
) !77 = !7 ( l&
) !77 = !7 l&(
< <
= =
+

>i%+ : e%er)i&e. a& %+e 'e%%li&/ %i)e /ive&. 2e ca& (i& n

"
'ec = 9!< - 4
99! - 7 'ec? 9 - !
4
?
4
rad
me SettlingTi
n
= = =

Ne4%. 2e ca& e%er)i&e %+e *eak %i)e o( %+e 'y'%e)"


'ec 9@5! - 7
) 99! - 7 ! ( 9!< - 4 ) ! (
< <
=

n
p
T
A&aly'i' o( %+e co&%rol 'y'%e) value' yiel' a A value o( 97-
T+e i)a/i&ary *ar% o( %+e clo'e loo* *ole 'y'%e) i' e%er)i&e (ro) n

a& :"
@4 - 5 99! - 7 ! 9!< - 4 !
< <
= = =
n
IM
A''u)i&/ a co)*e&'a%i&/ Bero o( -9. yiel' a !C7-9 e/ree a&/le o& %+e roo% locu' *lo%-
!;7-!C7-9 D 9-!. 2+ic+ /ive' u' a

value o( <-@@C-
E'i&/ %+i' a&/le. 2e (i& %+e co)*e&'a%or *ole (or %+e 'y'%e)"
54 - <9
) !< - 9 %a&(
@@C - <
@4 - 5
=
=

c
c
P
P
>e &o2 +ave a co)*e&'a%or *ole (or our 'y'%e)-
VERIFICATION THROUGH MATLAB
A veri(ica%io& o( our re'ul%' %+rou/+ )a%la$ i' a' (ollo2'"
syms s %%%Generates the
variable s
numg=2500; %%%Generates
numerator of G(s)
deng=expand(s*(s2!"0*s!50)*(s!25#$%)); %%%Generates
denominator of G(s)

&G(s)& %%%'isplay (abel
deng=sym2poly(deng);
G=tf(numg)deng);




pos="0; %%%*vershoot in
per+ent
,=-log(pos."00).s/rt(pi2!0log(pos."00)12) %%%'etermining
damping ratio



rlo+us(G) %%%'etermining root
lo+us
sgrid(,)0) %%%*verlay desired
per+ent overshoot

G,p2=,p2(G)

&3(s)& %%%'isplay (abel
3=feedba+2(G)2); %%%4reates and
displays 3(s)
step(3) %%%5lots step
response of lead +ompensated system#
T+i' i' 2+a% %+e 'y'%e) look' like 2i%+ou% a lea co)*e&'a%or"
>i%+ co)*e&'a%or"
Roo% Locu' Plo%"
A co*y o( %+e *ro/ra) %o $e ru& 2ill $e i&clue i& %+e (ile (oler-

You might also like