miguelmoreto / labcontrole

The LabControle is a simulation software for linear control systems. It is designed to be used as an auxiliary tool for teaching classical control system theory.
http://sites.google.com/site/controlelab/
9 stars 2 forks source link

Error in plotting phase margin and gain margin #23

Closed miguelmoreto closed 6 years ago

miguelmoreto commented 6 years ago

The program attemps to plot a gain margin and phase margin even if a system that does not have them. To reproduce: plot the bode diagram of 1/(s^2+2*s+10).

Solution: check the values calculated at Bode function in MySystem.py.

miguelmoreto commented 6 years ago

Solved in commit 2270fe7.