Preview

Automatic Control Lab 05-Ait

Powerful Essays
Open Document
Open Document
1121 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Automatic Control Lab 05-Ait
ASIAN INSTITUTE OF TECHNOLOGY

CONTROL THEORY

Name: Dilesha Herath

ID.No: st20000297

Date 13/03/2013

Exercise
Solve the following problem with the help of Matlab as much as possible. All the Matlab command inputs used in this problem should be listed in the report in accordance with the command results. Only the commands studied in the class are allowed to use. Problem Assume that the relation between input, u, and output, y, of a system shown below is represented by the transfer function, s3 . G( s)  4 3 s  12s  49s 2  78s  40

U(s)

G(s)

Y(s)

(a) By Routh-Hurwitz stability criteria, determine that the system under consideration is stable or not. >> alpha3=b1/c1; >> d1=b2; >> alpha4=c1/d1; >> alpha5=d1; >> alpha1, alpha2, alpha3, alpha4, alpha5 alpha1 = 0.0833 alpha2 = 0.2824 alpha4 = 1.6676 alpha5 = 40

1

ASIAN INSTITUTE OF TECHNOLOGY

CONTROL THEORY

Since alpha1, alpha2, alpha3, alpha4, alpha5 are positive the system is stable. (b) Dominant time constant is a number determined when the system is stable. This number informs about speed of system response. It is defined as absolute inverse of real part of the root locating the nearest with the imaginary axis. Find the system’s dominant time constant. >> [x y z] = residue([1 3], [1 12 49 78 40]); >> r = max(y); >> time_constant = 1/(-r) time_constant = 1.0000 (c) For this problem, a choice to improve the system’s dominant time constant is done by equipping an adjustable amplifier, providing proportional gain, with the system. The output signal is then fed back to compare with the original input. The difference of the input and the feedback output is finally used as the amplifier input. This makes the new system become close loop. The compensated system configuration is shown in the below figure. U(s) K G(s) Y(s)

Find roots of the compensated system when the proportional gain is adjusted as K = 0, 1, 2, 4, 8, 16, 32, 64, 128, 256, 512, and 1024. Then plot all the roots in

You May Also Find These Documents Helpful

Related Topics