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)
The text was updated successfully, but these errors were encountered:
I've noticed this too, when the frequency grid is not dense enough, the jump in phase between two frequency points gets over 360 deg and then unwrap does not work properly
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?
The text was updated successfully, but these errors were encountered: