Unformatted text preview:

ENGR 315Mathematical Models of SystemsConsider the feedback control system below. Determine the maximum range of K for stability with the Routh-Hurwitz method. Compute the roots of the characteristic equation when K is the minimum value allowed for stability. Implement a Matlab script to compute the closed–loop transfer function poles for 0< K < 5 and plot the results denoting the poles with the “x” symbol (see next page). Try to use “rlocus” and compare results.ReportENGR 315MATLAB / SIMULINK - Laboratory # 5Mathematical Models of SystemsObjectives:Study the stability of linear feedback systems.Equipment:Computer Lab PCResources:1 - Modern Control Systems, Dorf and Bishop2 - Modern Control Systems - Analysis and Design, Bishop3 - MATLAB Control System Toolbox4 - Class NotesExperiments:Consider the feedback control system below. Determine the maximum range of K for stability with the Routh-Hurwitz method. Compute the roots of the characteristic equation when K is the minimum value allowed for stability. Implement a Matlab script to compute the closed–loop transfer function poles for 0< K < 5 and plot the results denoting the poles with the “x” symbol (see next page). Try to use “rlocus”and compare results.ReportSummarize your observations and attach relevant MATLAB scripts, Simulink diagrams and plots.Report due next laboratory period.Matlab ScriptK=[0:0.1:5];n=length(K);for i=1:nnumg=[1];deng=[1 5 K(i)-3 K(i)];sys_o=tf(numg,deng);sys_cl=feedback(sys_o,[1]);p(:,i)=pole(sys_cl);endplot(real(p),imag(p),’x’),gridtext(-0.9,0.95,’K=4-->’);text(-0.2, 1.3,’K=5’);text(0,0.2,’K=0’)Kmax=4;numg=[1]; deng=[1 5 Kmax-3


View Full Document

CALVIN ENGR 315 - lab 5

Documents in this Course
chapter 5

chapter 5

17 pages

lab4

lab4

2 pages

lab 5

lab 5

2 pages

lab 8

lab 8

12 pages

Syllabus

Syllabus

14 pages

lab 2

lab 2

2 pages

chapter-7

chapter-7

13 pages

lab-4

lab-4

2 pages

lab 4

lab 4

2 pages

lab 6

lab 6

2 pages

lab 7

lab 7

3 pages

lab 7

lab 7

3 pages

Syllabus

Syllabus

14 pages

Load more
Download lab 5
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view lab 5 and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view lab 5 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?