UserWarning: number of encirclements does not match Nyquist criterion; #1207
Unanswered
oneEclipseUser1
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I plotted the following open-loop L(s) transfer function:
Solving the equation after plugging in s = jw, we have:
When I plug in K = 1 / 2, the following warning is generated (any value above or below, all is well):
Using this test script:
Why is a warning generated. I do understand that this is the boundary limit for stability. If K is less than or equal to 0.5, the system is stable, else if greater then it is unstable since this would make the Nyquist plot encircle the
-1 + 0jvalue.Any insight would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions