You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The phase plot does some funky business here, shows up around a delay of 0.8 and grows with more delay. Numerical problem, or just hard to simulate system?
using Plots, ControlSystems
sys =delay(2) / (tf("s") +1)
bodeplot(sys)