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

  • Satisfactory Essays

    Pt1420 Unit 3 Assignment

    • 298 Words
    • 2 Pages

    3. Consider the following system of equations with unknowns x1 , x2 and x3 :…

    • 298 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    1. Give an example of a government policy that acts as an automatic stabilizer. Explain why this policy has this effect.…

    • 416 Words
    • 2 Pages
    Good Essays
  • Good Essays

    For this assignment you will research one of the equilibrium systems below, or one approved by your instructor, and prepare a presentation describing the system.…

    • 465 Words
    • 2 Pages
    Good Essays
  • Satisfactory Essays

    Ais Project

    • 1021 Words
    • 5 Pages

    (2)Because if your password is known by others, these people might log on the system to see what you do.…

    • 1021 Words
    • 5 Pages
    Satisfactory Essays
  • Good Essays

    Physics Excel Worksheet

    • 613 Words
    • 3 Pages

    For the first part, the center line (CL) is 5.100 and the CLR = 1.083. Then use the formula for the control limits:…

    • 613 Words
    • 3 Pages
    Good Essays
  • Good Essays

    Acct Internal Control

    • 716 Words
    • 3 Pages

    A review of policies and procedures for LBJ Company has been conducted, and there is a distinct lack of internal control that must be addressed in order for the company to go public. Internal control is identified as: “the process designed to ensure reliable reporting, effective and efficient operations, and compliance with laws and regulations” (Edwards, 1994). Additionally, to attract prospective investors, LBJ Company must follow the guidelines identified by the Sarbanes-Oxley Act of 2002. The act states companies that wish to be publicly traded maintain a system of internal controls (Kimmel, 2011, p.337).…

    • 716 Words
    • 3 Pages
    Good Essays
  • Good Essays

    Problems1

    • 605 Words
    • 2 Pages

    Many problems in this homework make use of a few MATLAB/Octave .m files that are provided on…

    • 605 Words
    • 2 Pages
    Good Essays
  • Good Essays

    In the year 1984 there is one political party for Oceania, known only as the Party, and led by Big Brother. Nobody opposes the party because the party controls the population using methods such as creating youth organizations, manipulating history through the Ministry of Truth, and the telescreens.…

    • 566 Words
    • 3 Pages
    Good Essays
  • Good Essays

    No partial credit is given, so please carefully check anything typed into MATLAB, and check the…

    • 1357 Words
    • 17 Pages
    Good Essays
  • Satisfactory Essays

    Postage Cost Worksheet

    • 657 Words
    • 7 Pages

    4) Compare the slope of the equation you just wrote with the rate of change values you calculated in step two. How are they the same or different? What do they represent?…

    • 657 Words
    • 7 Pages
    Satisfactory Essays
  • Better Essays

    Ethical System Table

    • 943 Words
    • 4 Pages

    Match the real-world examples listed below with the corresponding systems. The first one has been completed for you in the table.…

    • 943 Words
    • 4 Pages
    Better Essays
  • Satisfactory Essays

    Time and Velocity

    • 372 Words
    • 2 Pages

    2. In red make a prediction for the distance-time, velocity-time and acceleration-time graphs for each situation.…

    • 372 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    9. This is the structure of a feedback system that receives output from the control center.…

    • 287 Words
    • 2 Pages
    Good Essays
  • Satisfactory Essays

    4. a. Write the appropriate equilibrium expression for each of the following equations. Include the…

    • 359 Words
    • 4 Pages
    Satisfactory Essays
  • Powerful Essays

    Pid Controller

    • 4460 Words
    • 18 Pages

    A proportional-integral-derivative (PID) controller is one of the most common algorithms used for control systems. It is widely used because the algorithm does not involve higher order mathematics, but still contains many variables. The amount of variables that are used allows the user to easily adjust the system to the desired settings. The algorithm for the PID uses a feedback loop to correct the difference between some measured value and the setpoint. It does this by calculating and outputting some action that will correct this error in the system. A PID controller has a proportional, integral and a derivative control which handles the current, past and predicted future of the signal error. For more information about PID, please refer to PID Intro. The PID controller can operate systems that run in a linear or nonlinear fashion. Tuning processes are done to the controller to tackle the possible nonlinear system. Limitations arise within the system because tuning is limited to only three different parameters (proportional, integral, and derivative controls). Additional information on tuning of PID can be found at [1] or [2]. The most common limitations that occur within the PID control specifically involve the integral control. The following article addresses some of the common limitations faced by each control type, with an emphasis on the integral control, and some solutions to overcome each of these limitations.…

    • 4460 Words
    • 18 Pages
    Powerful Essays

Related Topics