Control Systems Lab: Submitted by
Control Systems Lab: Submitted by
Control Systems Lab: Submitted by
P2
Submitted By:
Syed Muhammed Baqir Naqvi (170984)
Muhammed Inam Anwar (170966)
Qazi Ahasan Nawaz (171008)
Class/Sec: BEEP 5A
Submitted To: Engr. Hussain Asif
Instructor’s Remarks:
2. Procedures:
We need to develop response for following system.
( m 1 s2 + B 1 s+ K 1 ) V 1 ( s )− ( B 2 s+ K 2 ) V 2 ( s )=Fw ( s ) … … .. ( i )
−( B 2 s+ K 2 ) V 1 ( s ) + ( m 2 s2 + B 2 s+ K 2 ) V 2 ( s ) =( s )!… … . ( ii )
m1 s 2+ B 1 s + K 1 −( B 2 s+ K 2 ) V 1( s) Fw (s )
[ −( B 2 s + K 2 ) 2
][ ] [ ]
( m 2 s + B 2 s+ K 2 ) V 2( s)
=
(s)!
Fw ( s ) ( m1 s 2+ B 2 s + K 2 ) ( s )!(B 2 s + K 2)
V 1( s) = +
( a s +bs + cs + ds+e ) −( B 2 s+ k 2) ( a s +bs + cs2 +ds +e )−(B 2 s +k 2)2
4 3 2 2 4 3
V 1 ( s ) ( m1 s2 + B2 s+ K 2 )
=
Fw ( s ) a s 4 +bs 3+¿ ¿¿ ¿
Let us have m1=1, B2=1, K2=1, a=1, b=1, c=1, d=1, e=1.
V 1 ( s ) ( s2 + s+1 )
=
Fw ( s ) s 4 + s3 +¿¿ ¿ ¿
Code:
a=[0 0 1 1 1]
b=[1 1 0 3 4]
y=tf(a,b)
sisotool(y)
Result:
V 1( s) ( B2 s+ K 2)
= 4
( s )! a s +bs 3+¿ ¿¿ ¿
Let us have B2=1, K2=1, a=1, b=1, c=1, d=1, e=1.
V 1( s) (s+ 1)
= 4 3 +¿¿¿
( s )! s +s ¿
Code:
a=[0 0 0 1 1]
b=[1 1 0 3 4]
y=tf(a,b)
sisotool(y)
Result:
Learning Outcomes:
We were able familiarize ourselves with MATLAB’s SISO Design Tool.
We saw PID high tower buildings require precise measurements regarding control systems accurate
approach to transfer functions is required.