Exercise 1
1.Nichols diagrams
Sketch the Nichols diagrams for the following systems
For what feedback gains is the closed loop system stable?
2. Analysis of design
Consider the design in Handin 1B:
Output error feedback control of with closed loop poles given by the design polynomials with for both the state feedback and the observer pole placement.
Construct code, in language of your choice, to plot a) Gang of Four, b) Nyquist diagram c) Nichols diagram d) Root locus for the design.
You can use the matlab code ex01hint.m Download ex01hint.m to get started.
3 Cancelling slow process poles
Consider the following system with a slow process pole in
controlled with the controller
which cancels the slow pole and puts the closed loop pole in . Is fast
control achieved? Plot the Gang of Four and study the time response of an
input load disturbance.
4 Taking care of an oscillating load disturbance
Consider a system with transfer function
Assume a disturbance with acts on the process input.
a) Investigate the error obtained with a PI
controller with and . Try to trim the PI controller to reduce the impact of the disturbance. What is the trade-off ?
b) Construct an LTI controller so that the error due to the sinusoidal disturbance, after initial transients, is less than 0.001, i.e. for large . What is the main trade-off ?
Hint: Should the controller have low or high gain at ?
Plot GoF, Bode, Nichols and Nyquist plots, root loci. Also show time domain responses to reference step change and impact of the input disturbance .
5 A non-fractional transfer function related to heat propagation
The transfer function for one-dimensional heat propagation in a semi-infinite metal rod, without dissipation, is given by (see Example 9.6 in Åström-Murray 2020)
.
a) Determine the critical gain under i) proportional control and ii) integral control.
b) The transfer function relates temperatures at points within a given distance . The time constant is related to material properties of the metal. Measurements of using sinusoidal temperature variations were used by Ångström in 1861 to determine thermal conductivity . One problem that Ångström had was that the experimental transfer function turned out to be closer to
where the parameter is related to heat losses due to radiation and convection during the experiments, which might be hard to determine. Show that if
then the following remarkable relation holds
.
Note that this relation is independent of , making it easy to estimate from experimental data.
c) Suggest a way to simulate such a system (for example the step response of G(s) under PI control). Hint: Use FFT and IFFT.
----------------------------------------------------------------------------------------------------------
On the exercise we will also discuss the results of Handin 1 and familiarize ourselves with Handin 2: The Flexible Servo Benchmark problem