Question

solving using MATLAB When b=4R X *-9 40) 101G+ ba? exo tima G (S) 1 (s + 1)(s + 2)(s +b) + b=5 Where “b” in the forward transfer function is equal to the

0 0
Add a comment Improve this question Transcribed image text
Answer #1

when b = 4,

the denominator of the plant is given by

(s+1)*(s+2)*(s+4) = s^3 + 7 s^2 + 14 s + 8

The denominator polynomial coefficients = [1 7 14 8]

The simulink model with PI controller is given below

U Pl(s) $3-792-145+8 Step PID Controller Plant Scope

The PI controller block is given below.

Function Block Parameters: PID Controller X Controller: PI Form: Parallel Time domain: Continuous-time Discrete-time Main PID

For faster response with no overshoot, you need to tune the controller by clicking on the tune button.

PID Tuner (untitled1/PID Controller) - 3 Design mode: Extended Form: Parallel Type: PI Plot: Step Response: Reference trackin

By tuning the controller for best response with no overshoot , the PI gains turn out to be

Kp = 7.2419 and

Ki = 5.5016

With the new designed controller gains, the PI block is given below.

Function Block Parameters: PID Controller Form: Parallel Controller: PI -Time domain: Continuous-time Discrete-time Data Type

Question b:

The unit step response is given below.

Scope ] X y 1.4 1.2 1 0.8 0.6 0.4 0.2 0 0 1 2 3 4 5 6 7 8 10 Time offset: 0

Question c:

MATLAB code to obtain the stability of the system

clc;
close all;
clear all;

% define the laplce variable s
s = tf('s');

% define the gains
Kp = 7.2419;
Ki = 5.5016;

% define the controller
Gc = Kp+Ki/s;

% define Gp
Gp = 1/((s+1)*(s+2)*(s+4));

% obtain the closed loop pole locations
figure;
pole(feedback(Gc*Gp,1))

The poles of the system are located at

ans =

-4.6330
-0.8822 + 1.0918i
-0.8822 - 1.0918i
-0.6027   

It is observed that the closed loop poles are located on the left side of jw axis. Therefore the system is going to be stable.

Question d: Disturbance rejection analysis

The simulink block diagram is given below.

Step disturbance у PICS) 1 $3-752-145+8 Plant Step reference PID Controller Scope

The response is plotted below.

Scope - 關 1.4 1.2 T- 0.8 0.6 14 0.2 口 口 5 10 15 Time offset: 0

It is observed that PI control system has rejected the step disturbance and helped track the reference of unity.


answered by: ANURANJAN SARSAM
Add a comment
Answer #2

when b = 4,

the denominator of the plant is given by

(s+1)*(s+2)*(s+4) = s^3 + 7 s^2 + 14 s + 8

The denominator polynomial coefficients = [1 7 14 8]

The simulink model with PI controller is given below

U Pl(s) $3-792-145+8 Step PID Controller Plant Scope

The PI controller block is given below.

Function Block Parameters: PID Controller X Controller: PI Form: Parallel Time domain: Continuous-time Discrete-time Main PID

For faster response with no overshoot, you need to tune the controller by clicking on the tune button.

PID Tuner (untitled1/PID Controller) - 3 Design mode: Extended Form: Parallel Type: PI Plot: Step Response: Reference trackin

By tuning the controller for best response with no overshoot , the PI gains turn out to be

Kp = 7.2419 and

Ki = 5.5016

With the new designed controller gains, the PI block is given below.

Function Block Parameters: PID Controller Form: Parallel Controller: PI -Time domain: Continuous-time Discrete-time Data Type

Question b:

The unit step response is given below.

Scope ] X y 1.4 1.2 1 0.8 0.6 0.4 0.2 0 0 1 2 3 4 5 6 7 8 10 Time offset: 0

Question c:

MATLAB code to obtain the stability of the system

clc;
close all;
clear all;

% define the laplce variable s
s = tf('s');

% define the gains
Kp = 7.2419;
Ki = 5.5016;

% define the controller
Gc = Kp+Ki/s;

% define Gp
Gp = 1/((s+1)*(s+2)*(s+4));

% obtain the closed loop pole locations
figure;
pole(feedback(Gc*Gp,1))

The poles of the system are located at

ans =

-4.6330
-0.8822 + 1.0918i
-0.8822 - 1.0918i
-0.6027   

It is observed that the closed loop poles are located on the left side of jw axis. Therefore the system is going to be stable.

Question d: Disturbance rejection analysis

The simulink block diagram is given below.

Step disturbance у PICS) 1 $3-752-145+8 Plant Step reference PID Controller Scope

The response is plotted below.

Scope - 關 1.4 1.2 T- 0.8 0.6 14 0.2 口 口 5 10 15 Time offset: 0

It is observed that PI control system has rejected the step disturbance and helped track the reference of unity.

Add a comment
Know the answer?
Add Answer to:
solving using MATLAB When b=4 R X *-9 40) 101G+ ba? exo tima G (S) 1...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT