SecondOrderElec.plot

SecondOrderElec.plot.plot_bode(w, Tjw)

plot the frequency reponse

Parameters:
  • w (array_like) – angular velocity (rad/s)
  • Tjw (array_like) – frequency response
SecondOrderElec.plot.plot_pzmap(poles, zeros)

plot poles and zeros

Parameters:
  • (array_like (poles) – poles
  • zeros (array_like) – zeros
SecondOrderElec.plot.plot_time(t, s, *args)

plot ‘s’ function of ‘t’

Parameters:
  • t (array_like) – time or variable x-axis
  • s (array_like) – y-axis variable