For transfer function plot bode plots of the amplitude in dB
For transfer function, plot bode plots of the amplitude in dB and phase in degrees
For transfer function H(s) = 10^9 s/(2s + 2000) (0.5s^2 + 50s + 5.10^7) Plot Bode plots of the Amplitude in dB and Phase in degrees.Solution
Clc
Clear;
Bode([10^9],[1 200 10^10]);
margin([10^9],[1 200 10^10]);
