1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Step2247 [10]
3 years ago
10

Design a PI controller to improve the steady-state error. The system should operate with a damping ratio of 0.8. Compute the ove

rall value of gain for the PI system and state the transfer function for the controller in the form G_c(s) = K_PI(s + a)/s.
Engineering
1 answer:
blondinia [14]3 years ago
5 0

Answer:

The MATLAB Code for this PI Controller will be:

Kp = 350;

Ki = 300;

Kd = 50;

C = pid(Kp,Ki,Kd)

T = feedback(C*P,1);

t = 0:0.01:2;

step(T,t)

Explanation:

When you are designing a PID controller for a given system, follow the steps shown below to obtain a desired response.

Obtain an open-loop response and determine what needs to be improved

Add a proportional control to improve the rise time

Add a derivative control to reduce the overshoot

Add an integral control to reduce the steady-state error

Adjust each of the gains $K_p$, $K_i$, and $K_d$ until you obtain a desired overall response.

The further explanation is attached in the Word File.

Download docx
You might be interested in
Who can help me with electric systems for cars?
hoa [83]

Answer: i can see if i can what is the problem

Explanation:

7 0
3 years ago
Read two numbers from user input. Then, print the sum of those numbers. Hint -- Copy/paste the following code, then just type co
Softa [21]

Answer:

I am Providing Answer in C Language Program.

Explanation:

Please find attachment regarding code of taking two numbers input and adding them.

I would like to recommend you please use software which supports C language.

#include <stdio.h>

int main () {

int a, b, sum;

printf ("\ nEnter two no:");

scanf ("% d% d", & d, & e);

sum1 = d + e;

printf ("Sum:% d", sum1);

return (0);

}

4 0
3 years ago
Consider a space shuttle weighing 100 kN. It is travelling at 310 m/s for 30 minutes. At the same time, it descends 2200 m. Cons
mixas84 [53]

Answer:

work done = 48.88 × 10^{9} J

Explanation:

given data

mass = 100 kN

velocity =  310 m/s

time = 30 min = 1800 s

drag force = 12 kN

descends = 2200 m

to find out

work done by the shuttle engine

solution

we know that work done here is

work done = accelerating work - drag work - descending work

put here all value

work done = ( mass ×velocity ×time  - force ×velocity ×time  - mass ×descends )  10³ J

work done = ( 100 × 310 × 1800  - 12×310 ×1800  - 100 × 2200 )  10³ J

work done = 48.88 × 10^{9} J

6 0
3 years ago
A full-adder is a combinational circuit that forms the arithmetic sum of three input bits.
Vinvika [58]
(b) correct it is false
5 0
2 years ago
A 100 meter dash is run on a track in the direction of the vector = 2 + 7 . The wind velocity is = 5 + km/hr. The rules say that
Scrat [10]

Answer:joe mamma

Explanation:

6 0
3 years ago
Other questions:
  • We need to design a logic circuit for interchanging two logic signals. The system has three inputs I1I1, I2I2, and SS as well as
    11·1 answer
  • Some chemical reaction is being run inside a sealed gas cylinder. During the reaction, a gaseous product is formed. The pressure
    14·1 answer
  • NASA SPACE SHUTTLE QUESTION:
    14·1 answer
  • An engineering firm just lost one of their larger customers. The firm president says that the solution to this problem is to fir
    6·1 answer
  • What are the initial questions that a systems analyst must answer to build an initial prototype of the system output.
    14·1 answer
  • The resistance of a copper wire 200 m long is 21 Q. If its thickness (diameter) is 0.44 mm, its specific resistance is around___
    11·1 answer
  • Jnjn freeeeeeeeeeeeeeeeeeeeeeeeeeeeeee pointtttttttttt
    15·2 answers
  • How does a belt operated supercharger work? (Not a turbo charger)
    12·1 answer
  • All of the following have the same units except: Group of answer choices resistance capacitive reactance. inductance. impedance.
    8·1 answer
  • A kitchen contains one section of counter that's 20 inches
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!