Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PROBLEM 2 ; ( a ) Find G Y D ( 0 ) - 1 ( 0 , 1 , u ) ( b )

PROBLEM 2 ;
(a) Find GYD(0)-1(0,1,
u)
(b) Let H(s)=1,C(s)=Ks,D(s)=0(it has no effect), and G(s)=28s+2. Find the
value of K that results in OS%=15% assuming R(s) is a unit step input.
(c) Use MATLAB to plot the response given your solution to (b). Does it appear that the
overshoot condition is met? Hint: apply step input to GYR(s) that uses your value of K. A
MATLAB command sequence to perform step response is given below:
num=[*vector of coefficients of the numerator polynomial from
hightest power of s to lowest*];
den=[*vector of coefficients of the denominator polynomial from
highest power of s to lowestt];
Gtf=tf(num, den);
step(Gtf, Tfinal); os tfinal is the final time to simulate to
Recall that entering "doc command" on the MATLAB command line will open the help
documentation for that command. Example of plotting the step input for
G(s)=s+5s2+2s+8 over 2 seconds:
num =[15];
den=[128];
G=tf(num, den);
Tfinal=2;
step(G,Tfinal);
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Semantics Of A Networked World Semantics For Grid Databases First International Ifip Conference Icsnw 2004 Paris France June 2004 Revised Selected Papers Lncs 3226

Authors: Mokrane Bouzeghoub ,Carole Goble ,Vipul Kashyap ,Stefano Spaccapietra

2004 Edition

3540236090, 978-3540236092

More Books

Students also viewed these Databases questions

Question

What is familywise error? How can it be controlled?

Answered: 1 week ago

Question

2. What potential barriers would you encourage Samuel to avoid?

Answered: 1 week ago