Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Will give thumbs up. Thank You 3. Modify tf_demo.m to do the following: a) Use the tf() function to define a system variable for: X+4.3

Will give thumbs up. Thank You image text in transcribed
image text in transcribed
3. Modify tf_demo.m to do the following: a) Use the tf() function to define a system variable for: X+4.3 + 6.8 + 8x = f(t) Use the step() function to plot the response of the system for f(t) = u(t) (a unit step). 2 - CURRENT FOLD num = [1]; den=[1 4 20); I sys=tf(num, den); 3 4 - % 1/(s^2 + 4s + 20) 5 step(sys) %very powerful and easy to use pause 7 8 9 WORKSPACE impulse(sys) % also powerful and easy to use pause 10 11 12 = 0:0.1:20; u = 3* sin(t); % vector of time samples % the INPUT valuse 13 14 15 1sim(sys, u, t) %plot the response and the input pause 16 17 18 y=lsim(sys,u,t); plot(t,y); 19

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

Database Design Application And Administration

Authors: Michael Mannino, Michael V. Mannino

2nd Edition

0072880678, 9780072880670

More Books

Students also viewed these Databases questions