Control Systems Signals and Systems Review

   

Added on  2023-04-25

8 Pages1305 Words66 Views
Control
systems
Control Systems Signals and Systems Review_1
QUESTION 1
REVIEW OF SIGNALS AND SYSTEMS
́x (t ) +2 ζ wn ́x ( t ) =wn
2 U ( t )
ζ =0.707
wn=2
́x ( t ) +2 ( 2 ) ( 0.707 ) ́x ( t ) =4 U ( t )
́x (t ) +2.828 ́x ( t )=4 U ( t )
Performing Laplace transform considering zero initial conditions,
S2 X ( s ) +2.828 SX ( s ) =4 U ( s )
X ( s )
U ( s ) = 4
s2 +2.828 s
Performing an inverse Laplace transform to determine the time series.
Using the partial solutions,
L1
{ 4
s2 +2.828 s }
4
s2+ 2.828 s = 1000
707 s 1.41443
s +2.828
L1
{1000
707 s 1.41443
s+ 2.828 }
L1
{1000
707 s }L1
{ 1.41443
s+ 2.828 }
x (t )= 1000
707 1.41443 e2.828 t
Matlab implementation to plot the time response,
t=0:0.1:20;
Xt=(1000/707)-(1.41443)*exp(-2.8282*t);
figure(1)
plot(t,Xt,'b-.')
1
Control Systems Signals and Systems Review_2
grid on
title('Time Response ')
xlabel('time(sec)')
ylabel('x(t)')
legend('x(t)')
0 2 4 6 8 10 12 14 16 18 20
time(sec)
-0.2
0
0.2
0.4
0.6
0.8
1
1.2
1.4
1.6
x(t)
Time Response
x(t)
Part C
Changing the value of ζ =0.005, the bode diagram for the system is given as,
́x ( t ) +2 ( 2 ) ( 0.005 ) ́x ( t ) =4 U ( t )
X ( s )
U ( s ) = 4
s2 +0.02 s
To obtain the magnitude,
10 log [12 ( 12 ζ2 ) ( ω
ωn )2
+ ( ω
ωn )4
]
To obtain the phase,
2
Control Systems Signals and Systems Review_3

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents
Vibration and Forced Vibration Equations
|3
|728
|299

Mathematical Analysis of Vehicle Suspension System
|11
|1362
|168

Synthesis of Sinusoidal Signals-MUS Signal Processing Lab 04
|12
|2092
|491

Signals and Systems
|11
|1844
|36

Signals and Systems I ECE 351 Computing Assignment #2
|7
|928
|251

Engineering Maths and Modelling
|10
|1347
|81