Exercise10
- Due No Due Date
- Points None
10.1 Sampling of Systems
A system with input u and output y has transfer function . Find the sampled system G(z) when the sampling period is h=0.1. Also find the coefficients in polynomials A(q) and B(q) so that A(q)y(t) = B(q)u(t).
a)
b)
10.2 Recovering the continuous time system
After identification of a sampled system with sampling period you have obtained the discrete time model
\(y(t) - 1.4y(t-1) +0.48 y(t-2) = 2u(t-1) - 1.4 u(t-2)\)
The continuous time system is of the form
\(G(s) = \frac{b_0s+b_1}{s^2+a_1s+a_2}\)
Find the values of the parameters \(b_0, b_1, a_1\) and \(a_2\).
Hint: \(\frac{2z-1.4}{z^2-1.4+0.48} = \frac{1}{z-0.6} + \frac{1}{z-0.8}\)
10.3 Identification and Prediction
A second order (noise-free) system of the form
has step response ( for
) as
.
a) Identify the coefficients .
b) Determine predictions (the predictions at time 4 of
and
).
10.4 Identification in closed loop
We want to find parameters and
in the system
.
where e is white noise. The system is controlled by a proportional controller. Can the parameters be identified if
a) ,
b)
c) , where
10.5 Identification example
The file ex10_5.m performs the parameter identification of the resonant system on Lecture 9 using the OE, ARX, ARMAX and BJ model structures.
Study the file and make sure you understand what happens. Then replace the noise dynamics used on Lecture 9 with
and redo the identifications.
a) Which model structures give now correct estimation of the dynamics ?
b) Which model structures gives correct estimation of ?
c) Which identified model gives the best prediction results?
10.6 Bias problem by unmodeled noise dynamics
On the lecture we claimed that the least squares identification of the parameter in
gives a bias if the true system is
(where is white noise, i.e.
and
are independent).
Verify the claimed formula