Saad M.

asked • 05/09/21

Draw bode plot for following transfer functions:

Draw bode plot for following transfer functions:


20[(s+2)/(s^2+s)]

1 Expert Answer

By:

Muhammad S. answered • 06/05/21

Tutor
4.8 (984)

PhD in Electrical Engineering with 10+ Years of Teaching Experience

Muhammad S.

The bode plot was generated using the following Matlab code clear all; s = tf('s'); sys = 20*(s+2)/(s^2+s); bode(sys); grid; set(gcf,'Position',[10,10,400,400]);
Report

06/05/21

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.