Försättsblad till skriftlig tentamen vid Linköpings universitet

Size: px
Start display at page:

Download "Försättsblad till skriftlig tentamen vid Linköpings universitet"

Transcription

1 Försättsblad till skriftlig tentamen vid Linköpings universitet Datum för tentamen Sal (1) ISY:s datorsalar (Om tentan går i flera salar ska du bifoga ett försättsblad till varje sal och ringa in vilken sal som avses) Tid 08:00 12:00 Kurskod TSRT14 Provkod DAT1 Kursnamn/benämning Sensor Fusion Institution ISY Antal uppgifter som ingår 4 i tentamen Jour/kursansvarig Fredrik Gustafsson (Ange vem som besöker salen) Telefon under skrivtiden Besöker salen cirka kl. 08:00, 09:00, 10:00, 11:00 Kursadministratör/ kontaktperson Ninna Stensgård, , ninna.stensgard@liu.se (Namn, telefonnummer, mejladress) Tillåtna hjälpmedel Övrigt Vilken typ av papper Rutigt ska användas, rutigt eller linjerat Antal exemplar i påsen 1. F. Gustafsson: Statistical Sensor Fusion 2. C. Lundqvist, Z. Sjanic, F. Gustafsson: Statistical Sensor Fusion Exercises 3. Other course books and tables. 4. Lecture notes and slides. Digital versions are available at /site/edu/rt/tsrt14/ 5. The matlab toolbox manual. A digital version is available at /site/edu/rt/tsrt14/

2

3 EXAMINATION IN TSRT14 SENSOR FUSION ROOM: ISY:s datorsalar TIME: at 08:00 12:00 COURSE: TSRT14 Sensor Fusion PROVKOD: DAT1 DEPARTMENT: ISY NUMBER OF EXERCISES: 4 RESPONSIBLE TEACHER: Fredrik Gustafsson, tel VISITS: cirka 08:00, 09:00, 10:00, 11:00 COURSE ADMINISTRATOR: Ninna Stensgård, , ninna.stensgard@liu.se APPROVED TOOLS: 1. F. Gustafsson: Statistical Sensor Fusion 2. C. Lundqvist, Z. Sjanic, F. Gustafsson: Statistical Sensor Fusion Exercises 3. Other course books and tables. 4. Lecture notes and slides. Digital versions are available at /site/edu/rt/tsrt14/ 5. The matlab toolbox manual. A digital version is available at /site/edu/rt/tsrt14/ MATLAB FILES: The files that are needed for the exam are available at /site/edu/rt/sigsys. Execute initcourse( tsrt14 ) to set the search path. SOLUTIONS: Available at the course homepage after the exam. The exam can be inspected and checked out kl in the examiners room, B-house, entrance 25, A corridor directly to the right. PRELIMINARY GRADE LIMITS: grade 3 15 points grade 4 23 points grade 5 30 points OBS! Solutions should include code and plots and clear cross references between these. Mark all print-outs with your name. Good luck!

4 Figur 1: Sensor network with three sensors located at p S,1 = ( 1, 0), p S,2 = (0, 0) and p S,3 = (1, 0), respectively. An object at p T = (X, Y ) T and velocity v = (v X, v Y ) T is approaching. 1. Consider the sensor network scenario in Figure 1. Assume that each sensor computes the distance from the target to the sensor with an unknown bias according to the sensor model y k = r k + b + e k,, k = 1, 2, 3, E(e k ) = 0, Var(e k ) = R (a) Define a sensor network in Matlab according to Figure 1, and simulate measurements for sensor k = 1, 2, 3 for one time instant. Use target position p T,1 = (0.5, 5) T and Gaussian measurement noise with variance R = Estimate the target position using WLS using both pair-wise differences y i y j and a model with the bias b as a parameter. Present a plot of the network with a confidence ellipsoid for the target position. (7p) (b) Compute the CRLB for this problem and present it in a plot as an ellipsoid in the sensor network. (3p) 2. In a famous experiment, the examiner is throwing his smartphone four meters up in the air. Before that, there was a calibration phase in which the smartphone was moved from the ground to a table. Can the height of the table be computed from the accelerometer signal alone by deadreckoning? The logged sensor signals can be seen in Figure 2, and are available as June2014.mat. Only the accelerometer signal will be used in this exercise, and only the two parts in the intervals (for bias estimation) and (for dead-reckoning), respectively. 2

5 Figur 2: Smartphone data of pressure in millibar and acceleration in m/s 2 (a) Neglect horizontal acceleration and assume that the smartphone is exactly horizontal all the time. Suggest a simple motion model, and use it to compute vertical speed and position, respectively as a function of time. (8p) (b) Again, neglect horizontal acceleration, but now account for that the smartphone is not exactly horizontal all the time. The vertical acceleration is with this assumption the magnitude of the measured acceleration. Modify the motion model in (a), and re-compute the vertical speed and position, respectively as a function of time. (2p) 3. Consider the object motion in Figure 3. Assume that we know that the object is moving in a circle with constant speed, but we do not know the actual trajectory (including the initial angle ϕ 0, speed ϕ k = ω and the parameters L, R). (a) Assume that we have a directional sensor providing a noisy measurement of the angle to the object (DOA sensor). Derive the sensor model on the form y k = h k (θ) + e k for this problem, where θ = (ϕ 0, ω, L, R) T. Assume that the noise is normally distributed, e k N (0, σ 2 ). (4p) 3

6 Figur 3: An object is moving with constant speed in a circle with radius R, with origin located at distance L from the observer (depicted by the cross). (b) Assume that θ = (0, 2π/10, 5, 1) T. Compute an analytic expression for the FIM and use this to numerically compute the CRLB for the parameters θ given the measurements y 0:9. Assume the sampling interval T = 1 and σ 2 = Is there anything particular about the lower bound? Try computing CRLB for the case when R is known (which means evaluating CRLB for θ new = (ϕ 0, ω, L) T instead). Compare the two CRLBs and comment on your observations. (6p) Hint: feel free to use the symbolic toolbox for Matlab. Functions like syms, eval, subs might be handy. 4. Consider the following motion and sensor model: x k+1 = x k + v k, { 1 P vk (v) = c (9 v2 ) if v < 3 0 otherwise, y k = sign (x k + e k ), e k N (0, 1), where c is unknown normalization constant. Since both the motion and sensor models have non-gaussian distributions (saturated distribution 4

7 and quantized Gaussian distribution, respectively), we would like to implement the standard SIR particle filter. For this, we need to implement somewhat non-standard time and measurement updates. (a) Time update: Suggest an algorithm for generating samples vk i using accept-reject algorithm. Implement the algorithm, generate many (e.g ) samples and present a histogram. (5p) Hint: Note that there is a typo in (B.1) in the course book. The normalization constant is c 1 but is written as c. (b) Measurement update: Derive how the weights w (i) k k 1 should be updated after a measurement y k becomes available. (5p) 5

Försättsblad till skriftlig tentamen vid Linköpings universitet

Försättsblad till skriftlig tentamen vid Linköpings universitet Försättsblad till skriftlig tentamen vid Linköpings universitet Datum för tentamen 2014-10-22 Sal (1) ISY:s datorsalar (Egypten) (Om tentan går i flera salar ska du bifoga ett försättsblad till varje sal

More information

EXAMINATION IN TSRT14 SENSOR FUSION

EXAMINATION IN TSRT14 SENSOR FUSION EXAMINATION IN TSRT14 SENSOR FUSION ROOM: ISY:s computer rooms TIME: 2015-06-03 at 14:00 18:00 COURSE: TSRT14 Sensor Fusion PROVKOD: DAT1 DEPARTMENT: ISY NUMBER OF EXERCISES: 4 RESPONSIBLE TEACHER: Gustaf

More information

EXAM IN MODELING AND SIMULATION (TSRT62)

EXAM IN MODELING AND SIMULATION (TSRT62) EXAM IN MODELING AND SIMULATION (TSRT62) SAL: ISY:s datorsalar TID: Friday 5th January 2018, kl. 8.00 12.00 KURS: TSRT62 Modeling and Simulation PROVKOD: DAT1 INSTITUTION: ISY ANTAL UPPGIFTER: 5 ANTAL

More information

EXAM IN MODELING AND SIMULATION (TSRT62)

EXAM IN MODELING AND SIMULATION (TSRT62) EXAM IN MODELING AND SIMULATION (TSRT62) SAL: ISY:s datorsalar TID: Wednesday 4th January 2017, kl. 8.00 12.00 KURS: TSRT62 Modeling and Simulation PROVKOD: DAT1 INSTITUTION: ISY ANTAL UPPGIFTER: 5 ANTAL

More information

TENTAMEN REGLERTEKNIK TSRT15 (English)

TENTAMEN REGLERTEKNIK TSRT15 (English) TENTAMEN REGLERTEKNIK TSRT5 (English) SAL: TER TID: 28 april 2, klockan 8-3 KURS: TSRT5 PROVKOD: TEN INSTITUTION: ISY ANTAL UPPGIFTER: 5 ANTAL BLAD: 4 exklusive försättsblad ANSVARIG LÄRARE: Johan Löfberg

More information

Examination Formal Languages and Automata Theory TDDD14

Examination Formal Languages and Automata Theory TDDD14 Examination Formal Languages and Automata Theory TDDD14 (Formella Språk och Automatateori) 2013 08 31, 14.00 18.00 1. Allowed help materials A sheet of notes - 2 sided A5 or 1 sided A4. The contents is

More information

TSRT14: Sensor Fusion Lecture 1

TSRT14: Sensor Fusion Lecture 1 TSRT14: Sensor Fusion Lecture 1 Course overview Estimation theory for linear models Gustaf Hendeby gustaf.hendeby@liu.se Course Overview TSRT14 Lecture 1 Gustaf Hendeby Spring 2018 2 / 23 Course Goals:

More information

Exam for the course Statistics for scientists. Thursday, January 19,

Exam for the course Statistics for scientists. Thursday, January 19, STOCKHOLM UNIVERSITY EXAMINATION DEPARTMENT OF MATHEMATICS Statistics for scientists Div. of Mathematical Statistics Thursday, January 19, 2006 Exam for the course Statistics for scientists Thursday, January

More information

Examination Formal Languages and Automata Theory TDDD14

Examination Formal Languages and Automata Theory TDDD14 Examination Formal Languages and utomata Theory TDDD4 (Formella Språk och utomatateori) 3 8, 8... llowed help materials sheet of notes - sided 5 or sided 4. The contents is up to you. The notes should

More information

Angle estimation using gyros and accelerometers

Angle estimation using gyros and accelerometers Lab in Dynamical systems and control TSRT21 Angle estimation using gyros and accelerometers This version: January 25, 2017 Name: LERTEKNIK REG P-number: Date: AU T O MA R TI C C O N T OL Passed: LINKÖPING

More information

Tentamen i ELEKTROMAGNETISK FÄLTTEORI

Tentamen i ELEKTROMAGNETISK FÄLTTEORI Karlstads Universitet Fysik Tentamen i ELEKTROMAGNETISK FÄLTTEORI [ VT 2017, FYGB03] Datum: 2017-03-29 Tid: 8.15 13.15 Lärare: Jürgen Fuchs Tel: 0547001817 / 0762714576 Total poäng: 50 Godkänd / 3: 25

More information

Project: Vibration Damping

Project: Vibration Damping Mekanik GK för I (FMEA10) 2018 Project: Vibration Damping Project team: Name: Personal id-number: Mekanik www.mek.lth.se. 1 Project: Vibration damping Project Specification 1. Introduction In this project

More information

GOOD LUCK! 2. a b c d e 12. a b c d e. 3. a b c d e 13. a b c d e. 4. a b c d e 14. a b c d e. 5. a b c d e 15. a b c d e. 6. a b c d e 16.

GOOD LUCK! 2. a b c d e 12. a b c d e. 3. a b c d e 13. a b c d e. 4. a b c d e 14. a b c d e. 5. a b c d e 15. a b c d e. 6. a b c d e 16. MA109 College Algebra Fall 017 Exam1 017-09-0 Name: Sec.: Do not remove this answer page you will turn in the entire exam. You have two hours to do this exam. No books or notes may be used. You may use

More information

Luleå Tekniska Universitet Kurskod SMD098 Tentamensdatum

Luleå Tekniska Universitet Kurskod SMD098 Tentamensdatum Luleå Tekniska Universitet Kurskod SMD098 Tentamensdatum 991215 Skrivtid 4 timmar Tentamen i Beräkningsstrukturer Antal uppgifter: 6 Max poäng: 30 Betygsgränser: >20 poäng 4 >25 poäng 5 Betygsgränser kan

More information

Tentamen i Kvantfysik I

Tentamen i Kvantfysik I Karlstads Universitet Fysik Tentamen i Kvantfysik I [ VT 2017, FYGB07] Datum: 2017-06-07 Tid: 14.00 19.00 Lärare: Jürgen Fuchs c/o Krister Svensson Tel: 0708455140 Total poäng: 50 Godkänd / 3: 25 Väl godkänd:

More information

Kurskod: TAMS28 MATEMATISK STATISTIK Provkod: TEN1 18 August 2017, 08:00-12:00. English Version

Kurskod: TAMS28 MATEMATISK STATISTIK Provkod: TEN1 18 August 2017, 08:00-12:00. English Version Kurskod: TAMS28 MATEMATISK STATISTIK Provkod: TEN1 18 August 2017, 08:00-12:00 Examiner: Zhenxia Liu (Tel: 070 0895208). Please answer in ENGLISH if you can. a. You are allowed to use a calculator, the

More information

TSRT14: Sensor Fusion Lecture 8

TSRT14: Sensor Fusion Lecture 8 TSRT14: Sensor Fusion Lecture 8 Particle filter theory Marginalized particle filter Gustaf Hendeby gustaf.hendeby@liu.se TSRT14 Lecture 8 Gustaf Hendeby Spring 2018 1 / 25 Le 8: particle filter theory,

More information

GOOD LUCK! 2. a b c d e 12. a b c d e. 3. a b c d e 13. a b c d e. 4. a b c d e 14. a b c d e. 5. a b c d e 15. a b c d e. 6. a b c d e 16.

GOOD LUCK! 2. a b c d e 12. a b c d e. 3. a b c d e 13. a b c d e. 4. a b c d e 14. a b c d e. 5. a b c d e 15. a b c d e. 6. a b c d e 16. MA109 College Algebra Spring 017 Exam1 017-0-08 Name: Sec.: Do not remove this answer page you will turn in the entire exam. You have two hours to do this exam. No books or notes may be used. You may use

More information

ik () uk () Today s menu Last lecture Some definitions Repeatability of sensing elements

ik () uk () Today s menu Last lecture Some definitions Repeatability of sensing elements Last lecture Overview of the elements of measurement systems. Sensing elements. Signal conditioning elements. Signal processing elements. Data presentation elements. Static characteristics of measurement

More information

Lycka till!

Lycka till! Avd. Matematisk statistik TENTAMEN I SF294 SANNOLIKHETSTEORI/EXAM IN SF294 PROBABILITY THE- ORY MONDAY THE 14 T H OF JANUARY 28 14. p.m. 19. p.m. Examinator : Timo Koski, tel. 79 71 34, e-post: timo@math.kth.se

More information

Exam 1 September 11, 2013

Exam 1 September 11, 2013 Exam 1 Instructions: You have 60 minutes to complete this exam. This is a closed-book, closed-notes exam. You are allowed to use an approved calculator during the exam. Usage of mobile phones and other

More information

Pose tracking of magnetic objects

Pose tracking of magnetic objects Pose tracking of magnetic objects Niklas Wahlström Department of Information Technology, Uppsala University, Sweden Novmber 13, 2017 niklas.wahlstrom@it.uu.se Seminar Vi2 Short about me 2005-2010: Applied

More information

Exam 1 January 31, 2012

Exam 1 January 31, 2012 Exam 1 Instructions: You have 60 minutes to complete this exam. This is a closed-book, closed-notes exam. You are allowed to use a calculator during the exam. Usage of mobile phones and other electronic

More information

Inertial Odometry on Handheld Smartphones

Inertial Odometry on Handheld Smartphones Inertial Odometry on Handheld Smartphones Arno Solin 1 Santiago Cortés 1 Esa Rahtu 2 Juho Kannala 1 1 Aalto University 2 Tampere University of Technology 21st International Conference on Information Fusion

More information

Lecture 10. Example: Friction and Motion

Lecture 10. Example: Friction and Motion Lecture 10 Goals: Exploit Newton s 3 rd Law in problems with friction Employ Newton s Laws in 2D problems with circular motion Assignment: HW5, (Chapter 7, due 2/24, Wednesday) For Tuesday: Finish reading

More information

ω = k/m x = A cos (ωt + ϕ 0 ) L = I ω a x = ω 2 x P = F v P = de sys J = F dt = p w = m g F G = Gm 1m 2 D = 1 2 CρAv2 a r = v2

ω = k/m x = A cos (ωt + ϕ 0 ) L = I ω a x = ω 2 x P = F v P = de sys J = F dt = p w = m g F G = Gm 1m 2 D = 1 2 CρAv2 a r = v2 PHYS 2211 M Formulæ & Constants Summer 2017 Unless otherwise directed, drag is to be neglected and all problems take place on Earth, use the gravitational definition of weight, and all springs, ropes and

More information

EEE 187: Take Home Test #2

EEE 187: Take Home Test #2 EEE 187: Take Home Test #2 Date: 11/30/2017 Due : 12/06/2017 at 5pm 1 Please read. Two versions of the exam are proposed. You need to solve one only. Version A: Four problems, Python is required for some

More information

b) Write the contrapositive of this given statement: If I finish ALEKS, then I get points.

b) Write the contrapositive of this given statement: If I finish ALEKS, then I get points. Math 141 Name: QUIZ 1A (CHAPTER 0: PRELIMINARY TOPICS) MATH 141 SPRING 2019 KUNIYUKI 90 POINTS TOTAL No notes or books allowed. A scientific calculator is allowed. Simplify as appropriate. Check one: Can

More information

EL2450: Hybrid and Embedded Control Systems: Homework 1

EL2450: Hybrid and Embedded Control Systems: Homework 1 EL2450: Hybrid and Embedded Control Systems: Homework 1 [To be handed in February 11] Introduction The objective of this homework is to understand the basics of digital control including modelling, controller

More information

PHYSICS 111 SPRING EXAM 1: February 6, 2017; 8:15pm - 9:45pm

PHYSICS 111 SPRING EXAM 1: February 6, 2017; 8:15pm - 9:45pm PHYSICS 111 SPRING 2018 EXAM 1: February 6, 2017; 8:15pm - 9:45pm Name (printed): Recitation Instructor: Section # INSTRUCTIONS: This exam contains 20 multiple-choice questions plus 1 extra credit question,

More information

DO NOT TURN PAGE TO START UNTIL TOLD TO DO SO.

DO NOT TURN PAGE TO START UNTIL TOLD TO DO SO. University of California at Berkeley Physics 7A Lecture 1 Professor Lin Spring 2006 Final Examination May 15, 2006, 12:30 PM 3:30 PM Print Name Signature Discussion Section # Discussion Section GSI Student

More information

Angle estimation using gyros and accelerometers

Angle estimation using gyros and accelerometers Angle estimation using gyros and accelerometers This version: January 23, 2018 Name: LERTEKNIK REG P-number: Date: AU T O MA RO TI C C O N T L Passed: LINKÖPING Chapter 1 Introduction The purpose of this

More information

ECEN 5612, Fall 2007 Noise and Random Processes Prof. Timothy X Brown NAME: CUID:

ECEN 5612, Fall 2007 Noise and Random Processes Prof. Timothy X Brown NAME: CUID: Midterm ECE ECEN 562, Fall 2007 Noise and Random Processes Prof. Timothy X Brown October 23 CU Boulder NAME: CUID: You have 20 minutes to complete this test. Closed books and notes. No calculators. If

More information

Model-building and parameter estimation

Model-building and parameter estimation Luleå University of Technology Johan Carlson Last revision: July 27, 2009 Measurement Technology and Uncertainty Analysis - E7021E MATLAB homework assignment Model-building and parameter estimation Introduction

More information

Tentamen i ELEKTROMAGNETISK FÄLTTEORI

Tentamen i ELEKTROMAGNETISK FÄLTTEORI Karlstads Universitet Fysik Tentamen i ELEKTROMAGNETISK FÄLTTEORI [ VT 17, FYGB3] Datum: 17-3-9 Tid: 8.15 13.15 Lärare: Jürgen Fuchs Tel: 5471817 / 76714576 Total poäng: 5 Godkänd / 3: 5 Väl godkänd: 37.5

More information

Rao-Blackwellized Particle Filtering for 6-DOF Estimation of Attitude and Position via GPS and Inertial Sensors

Rao-Blackwellized Particle Filtering for 6-DOF Estimation of Attitude and Position via GPS and Inertial Sensors Rao-Blackwellized Particle Filtering for 6-DOF Estimation of Attitude and Position via GPS and Inertial Sensors GRASP Laboratory University of Pennsylvania June 6, 06 Outline Motivation Motivation 3 Problem

More information

Coding for Digital Communication and Beyond Fall 2013 Anant Sahai MT 1

Coding for Digital Communication and Beyond Fall 2013 Anant Sahai MT 1 EECS 121 Coding for Digital Communication and Beyond Fall 2013 Anant Sahai MT 1 PRINT your student ID: PRINT AND SIGN your name:, (last) (first) (signature) PRINT your Unix account login: ee121- Prob.

More information

Position Estimation and Modeling of a Flexible Industrial Robot

Position Estimation and Modeling of a Flexible Industrial Robot Position Estimation and Modeling of a Flexible Industrial Robot Rickard Karlsson, Mikael Norrlöf, Division of Automatic Control Department of Electrical Engineering Linköpings universitet, SE-581 83 Linköping,

More information

Understanding the Differences between LS Algorithms and Sequential Filters

Understanding the Differences between LS Algorithms and Sequential Filters Understanding the Differences between LS Algorithms and Sequential Filters In order to perform meaningful comparisons between outputs from a least squares (LS) orbit determination algorithm and orbit determination

More information

Technique for Numerical Computation of Cramér-Rao Bound using MATLAB

Technique for Numerical Computation of Cramér-Rao Bound using MATLAB Technique for Numerical Computation of Cramér-Rao Bound using MATLAB Hing Cheung So http://www.ee.cityu.edu.hk/~hcso Department of Electronic Engineering City University of Hong Kong H. C. So Page 1 The

More information

Advanced Machine Learning Practical 4b Solution: Regression (BLR, GPR & Gradient Boosting)

Advanced Machine Learning Practical 4b Solution: Regression (BLR, GPR & Gradient Boosting) Advanced Machine Learning Practical 4b Solution: Regression (BLR, GPR & Gradient Boosting) Professor: Aude Billard Assistants: Nadia Figueroa, Ilaria Lauzana and Brice Platerrier E-mails: aude.billard@epfl.ch,

More information

TSRT14: Sensor Fusion Lecture 6. Kalman Filter (KF) Le 6: Kalman filter (KF), approximations (EKF, UKF) Lecture 5: summary

TSRT14: Sensor Fusion Lecture 6. Kalman Filter (KF) Le 6: Kalman filter (KF), approximations (EKF, UKF) Lecture 5: summary TSRT14 Lecture 6 Gustaf Hendeby Spring 217 1 / 42 Le 6: Kalman filter KF approximations EKF UKF TSRT14: Sensor Fusion Lecture 6 Kalman filter KF KF approximations EKF UKF Gustaf Hendeby hendeby@isyliuse

More information

Tentamen i Kvantfysik I

Tentamen i Kvantfysik I Karlstads Universitet Fysik Tentamen i Kvantfysik I [ VT 2018, FYGB07] Datum: 2018-06-07 Tid: 14.00 19.00 Lärare: Jürgen Fuchs c/o Andrea Muntean Tel: 0547002047 / 0706448585 Total poäng: 50 Godkänd /

More information

Picket Fence Free Fall

Picket Fence Free Fall Picket Fence Free Fall Experiment 5 We say an object is in free fall when the only force acting on it is the Earth s gravitational force. No other forces can be acting; in particular, air resistance must

More information

Draft 01PC-73 Sensor fusion for accurate computation of yaw rate and absolute velocity

Draft 01PC-73 Sensor fusion for accurate computation of yaw rate and absolute velocity Draft PC-73 Sensor fusion for accurate computation of yaw rate and absolute velocity Fredrik Gustafsson Department of Electrical Engineering, Linköping University, Sweden Stefan Ahlqvist, Urban Forssell,

More information

Final Exam December 15, 2014

Final Exam December 15, 2014 Final Exam Instructions: You have 120 minutes to complete this exam. This is a closed-book, closed-notes exam. You are allowed to use the ME approved calculator only during the exam. Usage of mobile phones

More information

the robot in its current estimated position and orientation (also include a point at the reference point of the robot)

the robot in its current estimated position and orientation (also include a point at the reference point of the robot) CSCI 4190 Introduction to Robotic Algorithms, Spring 006 Assignment : out February 13, due February 3 and March Localization and the extended Kalman filter In this assignment, you will write a program

More information

Physics Exam 2 October 11, 2007

Physics Exam 2 October 11, 2007 INSTRUCTIONS: Write your NAME on the front of the blue exam booklet. The exam is closed book, and you may have only pens/pencils and a calculator (no stored equations or programs and no graphing). Show

More information

Sensor Fusion, 2014 Lecture 1: 1 Lectures

Sensor Fusion, 2014 Lecture 1: 1 Lectures Sensor Fusion, 2014 Lecture 1: 1 Lectures Lecture Content 1 Course overview. Estimation theory for linear models. 2 Estimation theory for nonlinear models 3 Sensor networks and detection theory 4 Nonlinear

More information

Chapter 3 Engineering Solutions. 3.4 and 3.5 Problem Presentation

Chapter 3 Engineering Solutions. 3.4 and 3.5 Problem Presentation Chapter 3 Engineering Solutions 3.4 and 3.5 Problem Presentation Organize your work as follows (see book): Problem Statement Theory and Assumptions Solution Verification Tools: Pencil and Paper See Fig.

More information

Optimeringslära för F (SF1811) / Optimization (SF1841)

Optimeringslära för F (SF1811) / Optimization (SF1841) Optimeringslära för F (SF1811) / Optimization (SF1841) 1. Information about the course 2. Examples of optimization problems 3. Introduction to linear programming Introduction - Per Enqvist 1 Linear programming

More information

2D Image Processing. Bayes filter implementation: Kalman filter

2D Image Processing. Bayes filter implementation: Kalman filter 2D Image Processing Bayes filter implementation: Kalman filter Prof. Didier Stricker Dr. Gabriele Bleser Kaiserlautern University http://ags.cs.uni-kl.de/ DFKI Deutsches Forschungszentrum für Künstliche

More information

Motion in Two Dimensions: Centripetal Acceleration

Motion in Two Dimensions: Centripetal Acceleration Motion in Two Dimensions: Centripetal Acceleration Name: Group Members: Date: TA s Name: Apparatus: Rotating platform, long string, liquid accelerometer, meter stick, masking tape, stopwatch Objectives:

More information

FALL 2018 MATH 4211/6211 Optimization Homework 4

FALL 2018 MATH 4211/6211 Optimization Homework 4 FALL 2018 MATH 4211/6211 Optimization Homework 4 This homework assignment is open to textbook, reference books, slides, and online resources, excluding any direct solution to the problem (such as solution

More information

NAME... Soc. Sec. #... Remote Location... (if on campus write campus) FINAL EXAM EE568 KUMAR. Sp ' 00

NAME... Soc. Sec. #... Remote Location... (if on campus write campus) FINAL EXAM EE568 KUMAR. Sp ' 00 NAME... Soc. Sec. #... Remote Location... (if on campus write campus) FINAL EXAM EE568 KUMAR Sp ' 00 May 3 OPEN BOOK exam (students are permitted to bring in textbooks, handwritten notes, lecture notes

More information

Tentamentsskrivning: Statistisk slutledning 1. Tentamentsskrivning i Statistisk slutledning MVE155/MSG200, 7.5 hp.

Tentamentsskrivning: Statistisk slutledning 1. Tentamentsskrivning i Statistisk slutledning MVE155/MSG200, 7.5 hp. Tentamentsskrivning: Statistisk slutledning 1 Tentamentsskrivning i Statistisk slutledning MVE155/MSG200, 7.5 hp. Tid: 14 mars 2017, kl 14.00-18.00 Examinator och jour: Serik Sagitov, tel. 031-772-5351,

More information

ω = k/m x = A cos (ωt + ϕ 0 ) L = I ω a x = ω 2 x P = F v P = de sys J = F dt = p w = m g F G = Gm 1m 2 D = 1 2 CρAv2 a r = v2

ω = k/m x = A cos (ωt + ϕ 0 ) L = I ω a x = ω 2 x P = F v P = de sys J = F dt = p w = m g F G = Gm 1m 2 D = 1 2 CρAv2 a r = v2 PHYS 2211 A & B Final Exam Formulæ & Constants Fall 2016 Unless otherwise directed, all problems take place on Earth, and drag is to be neglected. A v = d r ω = dθ a = d v α = d ω v sf = v si + a s t ω

More information

Solutions for examination in Sensor Fusion,

Solutions for examination in Sensor Fusion, Solutions for examination in Sensor Fusion, 17-- 1. (a By conditioning on x k and y k, and the matching noise components w 1,k and w,k, the remaining model becomes ( x l T k+1 = xl k + w l T k, where x

More information

Test 2 Electrical Engineering Bachelor Module 8 Signal Processing and Communications

Test 2 Electrical Engineering Bachelor Module 8 Signal Processing and Communications Test 2 Electrical Engineering Bachelor Module 8 Signal Processing and Communications (201400432) Tuesday May 26, 2015, 14:00-17:00h This test consists of three parts, corresponding to the three courses

More information

Data compression. Harald Nautsch ISY Informationskodning, Linköpings universitet.

Data compression. Harald Nautsch ISY Informationskodning, Linköpings universitet. Data compression Harald Nautsch harald.nautsch@liu.se ISY Informationskodning, Linköpings universitet http://www.icg.isy.liu.se/en/courses/tsbk08/ Course contents Source modeling: Random variables and

More information

Temperature measurement

Temperature measurement Luleå University of Technology Johan Carlson Last revision: July 22, 2009 Measurement Technology and Uncertainty Analysis - E7021E Lab 3 Temperature measurement Introduction In this lab you are given a

More information

LAB 2 1. Measurement of 2. Binomial Distribution

LAB 2 1. Measurement of 2. Binomial Distribution LAB 2 Gan Phys 3700 1. Measurement of π In this exercise we will determine a value for π by throwing darts: a) Determine π by throwing a dart 100 or more times. Use an 8x11 inch sheet of paper with a circle

More information

Estimation Theory Fredrik Rusek. Chapters

Estimation Theory Fredrik Rusek. Chapters Estimation Theory Fredrik Rusek Chapters 3.5-3.10 Recap We deal with unbiased estimators of deterministic parameters Performance of an estimator is measured by the variance of the estimate (due to the

More information

MAE106 Laboratory Exercises Lab # 6 - Vibrating systems

MAE106 Laboratory Exercises Lab # 6 - Vibrating systems MAE106 Laboratory Exercises Lab # 6 - Vibrating systems Goals Understand how the oscillations in a mechanical system affect its behavior. Parts & equipment Qty Part/Equipment 1 Seeeduino board 1 Motor

More information

Influence of Laser Radar Sensor Parameters on Range Measurement and Shape Fitting Uncertainties

Influence of Laser Radar Sensor Parameters on Range Measurement and Shape Fitting Uncertainties Influence of Laser Radar Sensor Parameters on Range Measurement and Shape Fitting Uncertainties Christina Grönwall, Ove Steinvall, Fredrik Gustafsson, Tomas Chevalier Division of Automatic Control Department

More information

2D Image Processing. Bayes filter implementation: Kalman filter

2D Image Processing. Bayes filter implementation: Kalman filter 2D Image Processing Bayes filter implementation: Kalman filter Prof. Didier Stricker Kaiserlautern University http://ags.cs.uni-kl.de/ DFKI Deutsches Forschungszentrum für Künstliche Intelligenz http://av.dfki.de

More information

Automatic Control II Computer exercise 3. LQG Design

Automatic Control II Computer exercise 3. LQG Design Uppsala University Information Technology Systems and Control HN,FS,KN 2000-10 Last revised by HR August 16, 2017 Automatic Control II Computer exercise 3 LQG Design Preparations: Read Chapters 5 and 9

More information

Miscellaneous. Regarding reading materials. Again, ask questions (if you have) and ask them earlier

Miscellaneous. Regarding reading materials. Again, ask questions (if you have) and ask them earlier Miscellaneous Regarding reading materials Reading materials will be provided as needed If no assigned reading, it means I think the material from class is sufficient Should be enough for you to do your

More information

Exam: 4 hour multiple choice. Agenda. Course Introduction to Statistics. Lecture 1: Introduction to Statistics. Per Bruun Brockhoff

Exam: 4 hour multiple choice. Agenda. Course Introduction to Statistics. Lecture 1: Introduction to Statistics. Per Bruun Brockhoff Course 02402 Lecture 1: Per Bruun Brockhoff DTU Informatics Building 305 - room 110 Danish Technical University 2800 Lyngby Denmark e-mail: pbb@imm.dtu.dk Agenda 1 2 3 4 Per Bruun Brockhoff (pbb@imm.dtu.dk),

More information

2.1. Accuracy, n- how close the indication of the thermometer is to the true value.

2.1. Accuracy, n- how close the indication of the thermometer is to the true value. AASHTO Accreditation Policy and Guidance on Thermometer Selection and Records Revised: January 25, 2018 Revision #: 0 1. Objective 1.1. The purpose of this document is to clearly define acceptance criteria

More information

Experiment 2 Random Error and Basic Statistics

Experiment 2 Random Error and Basic Statistics PHY191 Experiment 2: Random Error and Basic Statistics 7/12/2011 Page 1 Experiment 2 Random Error and Basic Statistics Homework 2: turn in the second week of the experiment. This is a difficult homework

More information

Force and Motion 20 N. Force: Net Force on 2 kg mass = N. Net Force on 3 kg mass = = N. Motion: Mass Accel. of 2 kg mass = = kg m/s 2.

Force and Motion 20 N. Force: Net Force on 2 kg mass = N. Net Force on 3 kg mass = = N. Motion: Mass Accel. of 2 kg mass = = kg m/s 2. Force and Motion Team In previous labs, you used a motion sensor to measure the position, velocity, and acceleration of moving objects. You were not concerned about the mechanism that caused the object

More information

Chapter 8: Dynamics in a plane

Chapter 8: Dynamics in a plane 8.1 Dynamics in 2 Dimensions p. 210-212 Chapter 8: Dynamics in a plane 8.2 Velocity and Acceleration in uniform circular motion (a review of sec. 4.6) p. 212-214 8.3 Dynamics of Uniform Circular Motion

More information

Exam 1 Phys 105 Section Fall 2002

Exam 1 Phys 105 Section Fall 2002 Exam 1 Phys 105 Section Fall 2002 Closed book exam. Only the formula sheet (and anything you write on it) can be used. Calculators are allowed. Use the scantron forms (pencil only!) for the multiple choice

More information

Avd. Matematisk statistik

Avd. Matematisk statistik Avd. Matematisk statistik TENTAMEN I SF940 SANNOLIKHETSTEORI/EXAM IN SF940 PROBABILITY THE- ORY TUESDAY THE 9 th OF OCTOBER 03 08.00 a.m. 0.00 p.m. Examinator : Timo Koski, tel. 070 370047, email: tjtkoski@kth.se

More information

Unit II Quiz Question Sampler 2.086/2.090 Fall 2012

Unit II Quiz Question Sampler 2.086/2.090 Fall 2012 Unit II Quiz Question Sampler 2.86/2.9 Fall 212 You may refer to the text and other class materials as well as your own notes and scripts. For Quiz 2 (on Unit II) you will need a calculator (for arithmetic

More information

FRTN 15 Predictive Control

FRTN 15 Predictive Control Department of AUTOMATIC CONTROL FRTN 5 Predictive Control Final Exam March 4, 27, 8am - 3pm General Instructions This is an open book exam. You may use any book you want, including the slides from the

More information

CS 532: 3D Computer Vision 6 th Set of Notes

CS 532: 3D Computer Vision 6 th Set of Notes 1 CS 532: 3D Computer Vision 6 th Set of Notes Instructor: Philippos Mordohai Webpage: www.cs.stevens.edu/~mordohai E-mail: Philippos.Mordohai@stevens.edu Office: Lieb 215 Lecture Outline Intro to Covariance

More information

Fundamentals of attitude Estimation

Fundamentals of attitude Estimation Fundamentals of attitude Estimation Prepared by A.Kaviyarasu Assistant Professor Department of Aerospace Engineering Madras Institute Of Technology Chromepet, Chennai Basically an IMU can used for two

More information

ω = k/m x = A cos (ωt + ϕ 0 ) L = I ω a x = ω 2 x P = F v P = de sys J = F dt = p w = m g F G = Gm 1m 2 D = 1 2 CρAv2 a r = v2

ω = k/m x = A cos (ωt + ϕ 0 ) L = I ω a x = ω 2 x P = F v P = de sys J = F dt = p w = m g F G = Gm 1m 2 D = 1 2 CρAv2 a r = v2 PHYS 2211 A & B Final Exam Formulæ & Constants Fall 2016 Unless otherwise directed, use the gravitational definition of weight, all problems take place on Earth, drag is to be neglected, and all pulleys

More information

EXAM IN. TDA352 (Chalmers) - DIT250 (GU) 12 January 2018, 08:

EXAM IN. TDA352 (Chalmers) - DIT250 (GU) 12 January 2018, 08: CHALMERS GÖTEBORGS UNIVERSITET EXAM IN CRYPTOGRAPHY TDA352 (Chalmers) - DIT250 (GU) 12 January 2018, 08:30 12.30 Tillåtna hjälpmedel: Typgodkänd räknare. Annan minnestömd räknare får användas efter godkännande

More information

Physics A - PHY 2048C

Physics A - PHY 2048C Physics A - PHY 2048C Newton s Laws & Equations of 09/27/2017 My Office Hours: Thursday 2:00-3:00 PM 212 Keen Building Warm-up Questions 1 In uniform circular motion (constant speed), what is the direction

More information

Lab 6a: Pole Placement for the Inverted Pendulum

Lab 6a: Pole Placement for the Inverted Pendulum Lab 6a: Pole Placement for the Inverted Pendulum Idiot. Above her head was the only stable place in the cosmos, the only refuge from the damnation of the Panta Rei, and she guessed it was the Pendulum

More information

Robust Heading Estimation Indoors

Robust Heading Estimation Indoors Technical report from Automatic Control at Linköpings universitet Robust Heading Estimation Indoors Jonas Callmer, David Törnqvist, Fredrik Gustafsson Division of Automatic Control E-mail: callmer@isy.liu.se,

More information

UNIVERSITY OF SASKATCHEWAN Department of Physics and Engineering Physics

UNIVERSITY OF SASKATCHEWAN Department of Physics and Engineering Physics UNIVERSITY OF SASKATCHEWAN Department of Physics and Engineering Physics Physics 115.3 MIDTERM TEST Alternative Sitting October 011 Time: 90 minutes NAME: (Last) Please Print (Given) STUDENT NO.: LECTURE

More information

Physics 201, Lecture 8

Physics 201, Lecture 8 Physics 01, Lecture 8 Today s Topics q Physics 01, Review 1 q Important Notes: v v v v This review is not designed to be complete on its own. It is not meant to replace your own preparation efforts Exercises

More information

Algorithms Re-Exam TIN093/DIT600

Algorithms Re-Exam TIN093/DIT600 Algorithms Re-Exam TIN093/DIT600 Course: Algorithms Course code: TIN 093 (CTH), DIT 600 (GU) Date, time: 7th January 2016, 8:30 12:30 Building: M Responsible teacher: Peter Damaschke, Tel. 5405. Examiner:

More information

Department of Mechanical and Aerospace Engineering MAE334 - Introduction to Instrumentation and Computers. Midterm Examination.

Department of Mechanical and Aerospace Engineering MAE334 - Introduction to Instrumentation and Computers. Midterm Examination. Department of Mechanical and Aerospace Engineering MAE334 - Introduction to Instrumentation and Computers Midterm Examination October 19, 2005 o Closed Book and Notes o Fill in your name on your scoring

More information

Physics 351 Wednesday, January 14, 2015

Physics 351 Wednesday, January 14, 2015 Physics 351 Wednesday, January 14, 2015 Read Chapter 1 for today. Two-thirds of you answered the Chapter 1 questions so far. Read Chapters 2+3 for Friday. Skim Chapter 4 for next Wednesday (1/21). Homework

More information

Applied Reactor Technology and Nuclear Power Safety, 4A1627; 4 cp. Course Description

Applied Reactor Technology and Nuclear Power Safety, 4A1627; 4 cp. Course Description Applied Reactor Technology and Nuclear Power Safety, 4A1627; 4 cp Course Objectives Course Description The purpose of the course is to provide a general knowledge on the physical processes that take place

More information

Exam 2 March 12, 2014

Exam 2 March 12, 2014 Exam 2 Instructions: You have 60 minutes to complete this exam. This is a closed-book, closed-notes exam. You are allowed to use a calculator during the exam. Usage of mobile phones and other electronic

More information

James T. Shipman Jerry D. Wilson Charles A. Higgins, Jr. Omar Torres. Chapter 2 Motion Cengage Learning

James T. Shipman Jerry D. Wilson Charles A. Higgins, Jr. Omar Torres. Chapter 2 Motion Cengage Learning James T. Shipman Jerry D. Wilson Charles A. Higgins, Jr. Omar Torres Chapter 2 Motion Defining Motion Motion is a continuous change in position can be described by measuring the rate of change of position

More information

Projectile motion. Objectives. Assessment. Assessment. Equations. Physics terms 5/20/14. Identify examples of projectile motion.

Projectile motion. Objectives. Assessment. Assessment. Equations. Physics terms 5/20/14. Identify examples of projectile motion. Projectile motion Objectives Identify examples of projectile motion. Solve projectile motion problems. problems Graph the motion of a projectile. 1. Which of the events described below cannot be an example

More information

Physics 101 Hour Exam 1 March 3, 2014

Physics 101 Hour Exam 1 March 3, 2014 Physics 101 Hour Exam 1 March 3, 2014 Last Name: First Name ID Discussion Section: Discussion TA Name: Instructions Turn off your cell phone and put it away. Calculators cannot be share Please keep yours

More information

Tentamen i Kvantfysik I

Tentamen i Kvantfysik I Karlstads Universitet Fysik Lösningar Tentamen i Kvantfysik I [ VT 7, FYGB7] Datum: 7-6-7 Tid: 4 9 Lärare: Jürgen Fuchs Tel: 54-7 87 Total poäng: 5 Godkänd / 3: 5 Väl godkänd: 375 4: 335 5: 4 Tentan består

More information

10-701/ Machine Learning - Midterm Exam, Fall 2010

10-701/ Machine Learning - Midterm Exam, Fall 2010 10-701/15-781 Machine Learning - Midterm Exam, Fall 2010 Aarti Singh Carnegie Mellon University 1. Personal info: Name: Andrew account: E-mail address: 2. There should be 15 numbered pages in this exam

More information

Force and Motion. Thought Experiment

Force and Motion. Thought Experiment Team Force and Motion In previous labs, you used a motion sensor to measure the position, velocity, and acceleration of moving objects. You were not concerned about the mechanism that caused the object

More information

EDUCATION DAY WORKBOOK

EDUCATION DAY WORKBOOK Grades 9 12 EDUCATION DAY WORKBOOK It is with great thanks for their knowledge and expertise that the individuals who devised this book are recognized. MAKING MEASUREMENTS Time: Solve problems using a

More information

(a) Draw the coordinate system you are using and draw the free body diagram of the block during rotation with constant speed.

(a) Draw the coordinate system you are using and draw the free body diagram of the block during rotation with constant speed. 4-[25 pts.] A block of mass m is placed at the side surface of a cone. The cone can rotate about an axis through its center so that the block can make circular motion. The static friction coefficient between

More information

Winter 2016 Practice Midterm 1 Time Limit: Minutes Exam Preparer: MATH 10B Teaching Assistants

Winter 2016 Practice Midterm 1 Time Limit: Minutes Exam Preparer: MATH 10B Teaching Assistants Math 10B Name: Winter 2016 Practice Midterm 1 Time Limit: Minutes Exam Preparer: MATH 10B Teaching Assistants This practice exam contains 4 pages (including this cover page) and 14 questions. Total of

More information