control.phase_crossover_frequencies #1089
Replies: 3 comments 4 replies
-
It got two warning. |
Beta Was this translation helpful? Give feedback.
-
@alittlepinetree The values in There is an issue to track work about not showing the warnings in this case: #1105 |
Beta Was this translation helpful? Give feedback.
-
As noted above, the warning messages have been fixed in #1105. Closing this discussion, but reopen if you still have questions or think there are issues. |
Beta Was this translation helpful? Give feedback.
-
When I used this function to calculate the phase crossover frequencies, it didn't work.
`import control
import matplotlib.pyplot as plt
G = control.tf([200.0], [1.0, 21.0, 20.0, 0.0])
x_omega, x_gain = control.phase_crossover_frequencies(G)
print(x_omega)`
Beta Was this translation helpful? Give feedback.
All reactions