Holooly Plus Logo

Question B.4.5: (UFSS Case Study) As a final example, let us use MATLAB to d...

(UFSS Case Study) As a final example, let us use MATLAB to do the UFSS Case Study in the text (Johnson, 1980). We introduce table lookup to find the rise time. Using the interp1(y, t, y1)command,weset up a table of values ofamplitude,y, and time,t, from the step response and look for the value of time for which the amplitude is y1= 0.1 and 0.9.We also generate time response data over a defined range of time using t=a: b: c followed by [y, t]=step(G, t). Here G is an LTI transfer-function object and t is the range for the time axis, where a is the initial time, b is the time step size, and c is the final time; y is the output.

The 'Blue Check Mark' means that either the MATLAB code/script/answer provided in the answer section has been tested by our team of experts; or the answer in general has be fact checked.

Learn more on how do we answer questions.

Related Answered Questions