0% found this document useful (0 votes)
140 views

Digital Control Systems

This document contains an exam for a Digital Control Systems course, including 8 questions covering various topics: 1. Merits and demerits of digital control systems, and using a step motor control system to illustrate discrete data and digital control. 2. Definitions and limitations of z-transforms, and examples of obtaining inverse z-transforms. 3. Procedures for obtaining pulse transfer functions and analyzing sample data systems. 4. Deriving state equations and output equations from difference equations, and proving properties of state transition matrices. 5. Analyzing controllability and observability of state space models. 6. Analyzing a block diagram of a digital control system with plant and

Uploaded by

Bebo Dia
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
140 views

Digital Control Systems

This document contains an exam for a Digital Control Systems course, including 8 questions covering various topics: 1. Merits and demerits of digital control systems, and using a step motor control system to illustrate discrete data and digital control. 2. Definitions and limitations of z-transforms, and examples of obtaining inverse z-transforms. 3. Procedures for obtaining pulse transfer functions and analyzing sample data systems. 4. Deriving state equations and output equations from difference equations, and proving properties of state transition matrices. 5. Analyzing controllability and observability of state space models. 6. Analyzing a block diagram of a digital control system with plant and

Uploaded by

Bebo Dia
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

www.FirstRanker.

com

Code No: M1025


R07 Set No. 1

IV B.Tech. I Semester Supplementary Examinations, February/March - 2011


DIGITAL CONTROL SYSTEMS
(Electronics & Instrumentation Engineering)
Time: 3 Hours Max Marks: 80
Answer any FIVE Questions
All Questions carry equal marks
*******
1. a) What are the merits and demerits of digital control system?
b) Illustrate the discrete data and digital control system with a step motor control system.

2. a) Define z-transforms. Mention limitations of z-transform.


b) Obtain the inverse z-transform of the following functions.

e r
i) F(z) = 10 z +
5
(z 2 )(z 0.5 )

n k
ii) F(z) =
z (1 e at )

R
(z 1 )(z e at )
a
iii) F(z) =

r s t1
(z + 2 )

function. i
3. a) Explain the procedure for obtaining the pulse transfer function of a closed loop transfer

F
b) For the sampled data system as shown in below figure, find the response to unit step
input.
T=1 sec
r(t) c(t)
ZOH 1
 (S + 1)


4. a) Write the state equations and output equation of the following difference equation.
c(k+3)+5c(k+2)+3c(k+1)+2c(k) = u(k+1)+u(k)
b) Prove the properties of STM in discrete data system.

1 of 2

www.FirstRanker.com
www.FirstRanker.com

Code No: M1025 R07 Set No. 1


5. Investigate the controllability and observability of the following system.
1 1 0
a) x(k + 1) = x(k ) + u (k ), y (k ) = [1 1]x(k )
0 1 1
1 2 1 0 1 0
b) x(k + 1) = x ( k ) + 0 1 u ( k ), y ( k ) = 0 1 x ( k )
1 1
What can you say about controllability and observability of the state model in part (a)
without making any further calculations.

6. The block diagram of a digital control system as shown in below figure, where
k
Gp ( s ) =
s ( s + 2)

r
T= 0. sec
r(t) c(t)

e

Gho(s) 'W 



k
Plant

a n
7. a) Explain the design in the z-plane using the root locus diagram.
b) Discuss the digital PID controllers.

s t R
8. Consider the multiple-input digital control system

0 1
r
x[(k + 1)T ] = Ax( KT ) + Bu ( KT )

i 1 0

F
Where A =
1 2
,B =
0 1
The pair [A,B] is controllable. Determine the state feedback matrix G such that the
state feedback.
u ( KT ) = Gx( KT )
Places the closed loop eigen values at z1=0.1 and z2=0.2

2 of 2

www.FirstRanker.com
www.FirstRanker.com

Code No: M1025 R07 Set No. 2

IV B.Tech. I Semester Supplementary Examinations, February/March - 2011


DIGITAL CONTROL SYSTEMS
(Electronics & Instrumentation Engineering)
Time: 3 Hours Max Marks: 80
Answer any FIVE Questions
All Questions carry equal marks
*******
1. a) What are the most commonly used digital to analog converters and explain weighted register
3
bit converter.

control system.

e r
b) Illustrate the discrete data and digital control system with a simplified single axis autopilot

2. a) What are the limitations of z-transform?


b) Find the z transform for the following functions

n k
i) F ( s ) =
2
2
s ( s + 1)

R a ii) F ( s ) = 2
2
s + 2s + 2

t
c) Find the inverse z transform for the following functions.

s
2z z 0.2
i) F ( z ) = ii) F ( z ) =

r
(2 z 1) 2 2
z + z +1

i
3. a) Determine the pulse transfer function of the following transfer function.

F F (s) =
( s + 2)
( s + 1)( s + 4)

b) Solve the following difference equation using z-transform method.

c(k + 2) 0.1c(k + 1) 0.2c(k ) = r (k + 1) + r (k )


Where r ( k ) = us ( k ) for k = 0,1,2......., c(0) = 0 and c(1) = 0

4. Determine the state model for the following difference equation. Also find its STM
y (k + 2) + 2 y (k + 1) + 4 y (k ) = 3u (k ) + 7u (k )

1 of 2

www.FirstRanker.com
www.FirstRanker.com

Code No: M1025 R07 Set No. 2


5. a) State and explain the concept of controllability and observability.
b) Consider a linear discrete data control system, whose input output relation is described by
the difference equation.
c(k+2)+3c(k+1)+c(k) = u(k+1)+u(k)
Test for state controllable and output controllable.

6. S ketch the root loci and find K for asymptotic stability of the following digital control system.

T=0.1 sec
r(t) K c(t)
ZOH
 S ( S + 4)

transformation.

e r
7. Explain the design of digital control systems with digital controllers through bilinear

8. The dynamic equations of a digital process are given as

n k
0 1
Where A =
0

R a
x(k + 1) = Ax(k ) + Bu (k ), c(k ) = Dx(k )

, B = , D = [1 1]
1 0

r s t
1

The State feedback control u ( k ) = G x ( k ) , Where G = g1, g 2 . Assume that the state

F i
variables are un accessible, design a full order state observer so that x(k) is observed from c(k).
Find the elements of G interns of g1 and g2 so that the dynamics of the observer are the same as
that of the closed loop digital process.

2 of 2

www.FirstRanker.com
www.FirstRanker.com

Code No. M1025/R07


R07 Set No.3
IV B.Tech I Semester Supplementary Examinations, February/March,2011
DIGITAL CONTROL SYSTEMS
(Common to Electronics & Instrumentation Engineering and Electronics
&Control Engineering)
Time: 3 hours Max. Marks: 80
Answer any FIVE Questions
All Questions carry equal marks
*****
1. a) What are the most commonly used analog to digital conveners and explain
successive approximation converter.
b) Discuss the basic elements of a discrete -data control system.

2. a) State and explain four important Z- transform theorems.

e r
k
b) Find the inverse z- transform of the following functions

n
2z z(z+1)
(i ) F(z) = 2 (ii ) F(z) =
z 1.2 z + 0.5 (z-1)(z 2 -z+1)

R a
3. For the sampled data system show in below figure, find the response to unit step
input

r(t)

r s tT= 1Sec

i 1 c(t)
ZOH
- s ( s + 2)

F 1
s


4. Find the state model for the following difference equation .Obtain different canonical
forms. Also draw state diagram for each
c (k+2) + c (k+1) +c(k) =3u(k)

1 of 2

www.FirstRanker.com
www.FirstRanker.com

Code No. M1025/R07 R07 Set No.3

5. a) Explain controllability ,observability and their tests.


b) Examine whether the discrete data system
x(k + 1) = A x(k) + B u(k)
y(k) = Cx (k)
0 2 -1
Where A = , B = , C = [ 0 1] is
1 1 1

(i) State controllable


(ii) Output controllable

r
(iii) Observable

6.

k e
Using the bilinear transformation , determine whether the following system is stable

r(t)
- T =1sec

a ZOH
n 5
s ( s + 2)
c(t)

s t R
7.

i r
Consider the system show in below figure ,design lead compensation Gc (z) in - plane
for this system to meet the following specifications

F
(i) Damping ratio = 0.6
(ii) Settling time =1.2sec
(iii) Velocity error constant =3sec-1

r(t) c(t)
D(z) ZOH k
- ( s + 2)
T=1sec
Plant

8. a) Explain the pole placement design by state feedback with multi input digital control
system
b) Discuss the design of reduced order observer with neat block diagram.

2 of 2

www.FirstRanker.com
www.FirstRanker.com

Code No. M1025/R07 R07 Set No.4


IV B.Tech I Semester Supplementary Examinations, February/March,2011
DIGITAL CONTROL SYSTEMS
(Common to Electronics & Instrumentation Engineering and Electronics
&Control Engineering)
Time: 3 hours Max. Marks: 80
Answer any FIVE Questions
All Questions carry equal marks
*****
1. a) Explain the sample and hold operation with neat circuit diagram and wave form.
b) Illustrate the discrete data and digital control system with microprocessor
- controlled system.

2. a) State and explain modified Z- transforms.

e r
k
b) Find the inverse Z- transform using partial fraction expansion for the following

n
function
z(z+2)
F(z) =

a
(z-3)(z 2 -z+1)

R
s t
3. a) Explain the mapping between S-plane and Z-plane.

r
b) Solve the following difference equation using the Z- transforms method

F i
c(k+2)- 1.5c(k+1)+ c(k)= 2us (k)
Where c(0)= 0, c(1)=1

4. Write the state equations and the output equation of the following difference
equation c(k+3) + 5c(k+2)+ 3c(k+1)+ 2ck(k) = u(k).Also find the state transition
matrix.

5. a) Develop relationship between controllability ,observability and transfer function


of discrete data control system
b) Examine whether the discrete data system
x(k + 1) = A x(k) + B u(k)
y(k) = C x(k)
0 -2 2 0 1 0
Where A = , B= ,C = is
1 1 0 1 0 1
(i)State controllable and (ii) observable

1 of 2

www.FirstRanker.com
www.FirstRanker.com

Code No. M1025/R07


R07 Set No.4

6. Determine the range of k for the system show in below figure to be stable.

r(t) c(t)
ZOH e-TS k
- T =1sec s +1

7. A block diagram of a digital control system is show in below figure. Design a PID
D(z) to eliminate the steady error due to a step input and simultaneously realizing
A good transient response and the ramp error constant Kv 3

e r
r(t)

- T =1sec
D(z)

n k ZOH 4
s ( s + 1)
c(t)

R a
s t
8. a) Explain the pole placement design by state feed back with single input

r
digital control system

i
b) Discuss the design of full order observer with neat block diagram.

F
2 of 2

www.FirstRanker.com

You might also like