FRTN65
Exercise10
Skip To Content
Dashboard
  • Login
  • Dashboard
  • Calendar
  • Inbox
  • History
  • Help
Close
  • My dashboard
  • FRTN65
  • Assignments
  • Exercise10
2023 HT/Autumn
  • Home
  • Modules
  • Quizzes
  • Assignments
  • Syllabus

Exercise10

  • Due No Due Date
  • Points None

10.1 Sampling of Systems

A system with input u and output y has transfer function G(s). 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) G(s)=2s+3

b) G(s)=2s+3e−0.2s

10.2 Recovering the continuous time system

 

After identification of a sampled system with sampling period  h=1 you have obtained the discrete time model

y(t)−1.4y(t−1)+0.48y(t−2)=2u(t−1)−1.4u(t−2)

The continuous time system is of the form

G(s)=b0s+b1s2+a1s+a2

Find the values of the parameters b0,b1,a1 and a2.

Hint: 2z−1.4z2−1.4+0.48=1z−0.6+1z−0.8

10.3 Identification and Prediction 

A second order (noise-free) system of the form

y(t)+a1y(t−1)+a2y(t−2)=b1u(t−1)+b2u(t−2)

has step response (u(t)=1 for t≥0) as

y(t)=0,t≤0.

y(1)=1
y(2)=1.7
y(3)=1.99
y(4)=1.853

a) Identify the coefficients a1,a2,b1,b2.
b) Determine predictions y^(5|4)and y^(6|4) (the predictions at time 4 of y(5) and y(6)).

10.4 Identification in closed loop

We want to find parameters a and b in the system
y(t)+ay(t−1)=bu(t−1)+e(t).
where e is white noise. The system is controlled by a proportional controller. Can the parameters be identified if

a) u(t)=−Ky(t),
b) u(t)=−Ky(t−1)
c) u(t)=−Ky(t)+r(t), where r(t)=1

10.5 Identification example

The file ex10_5.m Download 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 H=1 used on Lecture 9 with H=11+z−2 and redo the identifications.

a) Which model structures give now correct estimation of the dynamics G ?

b) Which model structures gives correct estimation of H ?

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 a in

y(t)=ay(t−1)+w(t)

gives a bias if the true system is

y(t)=ay(t−1)+e(t)+ce(t−1)

(where e(t) is white noise, i.e. e(t1) and e(t2) are independent).

Verify the claimed formula

a^N→a+c(1−a2)1+2ac+c2,as N→∞

 

 

Solutions to exercise 10 Download Solutions to exercise 10

0
Please include a description
Additional Comments:
Rating max score to > pts
Please include a rating title

Rubric

Find Rubric
Please include a title
Find a Rubric
Title
You've already rated students with this rubric. Any major changes could affect their assessment results.
 
 
 
 
 
 
 
     
Can't change a rubric once you've started using it.  
Title
Criteria Ratings Pts
This criterion is linked to a Learning Outcome Description of criterion
threshold: 5 pts
Edit criterion description Delete criterion row
5 to >0 pts Full Marks blank
0 to >0 pts No Marks blank_2
This area will be used by the assessor to leave comments related to this criterion.
pts
  / 5 pts
--
Additional Comments
This criterion is linked to a Learning Outcome Description of criterion
threshold: 5 pts
Edit criterion description Delete criterion row
5 to >0 pts Full Marks blank
0 to >0 pts No Marks blank_2
This area will be used by the assessor to leave comments related to this criterion.
pts
  / 5 pts
--
Additional Comments
Total Points: 5 out of 5
Previous
Next
Lecture 10. Identification of Linear Dynamical Systems - part 2 Lab 2 - Modeling and Simulation of Furuta Pendulum