I remember being taught in our control engineering classes that one of the advantages of synthesizing controllers using root locus over synthesizing controllers using Bode plots is that RLOC can be used with non-minimal-phase systems.
Bode plots of NMP systems exist (Octave can draw them), so why can't Bode plots be used to synthesize controllers for non-minimum-phase systems (those with zeros in the right-hand-side part of the complex plane)?
Up until yesterday, I assumed that Bode plots of non-minimum-phase systems don't exist. Yesterday I asked Octave to draw me one (I was interested in seeing what kind of error message it would output) and, to my surprise, it did.
Asked
Active
Viewed 132 times
2
brhans
- 14,723
- 3
- 35
- 51
FlatAssembler
- 73
- 7
-
– Antonio51 Nov 19 '23 at 10:14
-
Here's an example of compensating a converter with a RHP zero with Bode plot methods. https://www.ti.com/lit/an/slva452/slva452.pdf?ts=1700513489278&ref_url=https%253A%252F%252Fwww.google.com%252F – John D Nov 20 '23 at 20:59
1 Answers
2
If we use the Bode diagram to determine the stability characteristics of the closed loop, the Bode diagram for the open loop (loop gain) is examined for different controllers. In this context, the phase response plays a decisive role here (stability margin, stability limit).
If the phase function has not been measured/simulated separately, it can be derived with sufficient accuracy from the Bode-diagrams magnitude function - but only for the case of a minimal-phase systems.
However, if the phase function can be determined explicitely, the controller can be dimensioned using the Bode diagram (loop gain) - even in case of non-minimal systems (which have zeros in the right half of the s-plane)
LvW
- 26,610
- 3
- 23
- 56
-
In other words, you think I remember incorrectly from my Control Engineering classes? – FlatAssembler Nov 20 '23 at 16:52
-
Yes - I thinks so. When the open loop ist stable, you can use the Nyquist criterion for analyzing the stability properties of the closed loop without any restrictions. And this applies also to the Bode plot because this plot contains the same information (magnitude and phase) in two separate drawings (other than the Nyquist plot). – LvW Nov 20 '23 at 17:04
-
Bode plots are used often for boost and boost-derived DC-DC switching converters. They have a RHP zero, so typically the loop is closed well below the RHP zero frequency, and the bode plots checked for gain and phase margin. – John D Nov 20 '23 at 17:46