Skip to content

bode phase incorrect for larger delay #757

Open
@albheim

Description

@albheim

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)

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions