
Muhammad S. answered 06/05/21
Tutor
4.8
(984)
PhD in Electrical Engineering with 10+ Years of Teaching Experience
Click on the link below to see the bode plot of transfer function H(s) = 20[(s+2)/(s^2+s)]
https://imguploader.net/images/ivQ06PbGwoG4

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]);06/05/21