VOOZH about

URL: https://www.coursera.org/learn/kalman-filter-deep-dive-target-tracking

⇱ Linear Kalman Filter Deep Dive (and Target Tracking) | Coursera


Linear Kalman Filter Deep Dive (and Target Tracking)

Ends soon! Keep adding new skills with 10,000+ programs for $239 (usually $399). Save now.

Linear Kalman Filter Deep Dive (and Target Tracking)

Included with

β€’

Learn more

Gain insight into a topic and learn the fundamentals.
Intermediate level

Recommended experience

2 weeks to complete
at 10 hours a week
Flexible schedule
Learn at your own pace

Gain insight into a topic and learn the fundamentals.
Intermediate level

Recommended experience

2 weeks to complete
at 10 hours a week
Flexible schedule
Learn at your own pace

Build your subject-matter expertise

This course is part of the Applied Kalman Filtering Specialization
When you enroll in this course, you'll also be enrolled in this Specialization.
  • Learn new concepts from industry experts
  • Gain a foundational understanding of a subject or tool
  • Develop job-relevant skills with hands-on projects
  • Earn a shareable career certificate

There are 4 modules in this course

As a follow-on course to "Kalman Filter Boot Camp", this course derives the steps of the linear Kalman filter to give understanding regarding how to adjust the method to applications that violate the standard assumptions. Applies this understanding to enhancing the robustness of the filter and to extend to applications including prediction and smoothing. Shows how to implement a target-tracking application in Octave code using an interacting multiple-model Kalman filter.

Knowing how to derive the steps of the Kalman filter is important for understanding the assumptions that are made and to be able to re-derive the steps for different assumptions. This week, you will learn how to derive the steps and will gain insight into how the Kalman filter works.

What's included

7 videos12 readings6 assignments1 discussion prompt

7 videosβ€’Total 116 minutes
  • 2.1.1: Welcome to the course!β€’8 minutes
  • 2.1.2: Predict/correct mechanism of sequential probabilistic inferenceβ€’27 minutes
  • 2.1.3: The Kalman-filter gain factorβ€’25 minutes
  • 2.1.4: Summarizing the six steps of generic sequential probabilistic inferenceβ€’8 minutes
  • 2.1.5: Deriving the three linear Kalman-filter prediction stepsβ€’21 minutes
  • 2.1.6: Deriving the three linear Kalman-filter correction stepsβ€’24 minutes
  • 2.1.7: Summary of "Deriving the linear Kalman filter" module plus next stepsβ€’4 minutes
12 readingsβ€’Total 120 minutes
  • Frequently Asked Questionsβ€’10 minutes
  • Course Resourcesβ€’10 minutes
  • How to Use Discussion Forumsβ€’10 minutes
  • Earn a Course Certificateβ€’10 minutes
  • Are you interested in earning an online MSEE degree?β€’10 minutes
  • Notes for Lesson 2.1.1β€’10 minutes
  • Notes for Lesson 2.1.2β€’10 minutes
  • Notes for Lesson 2.1.3β€’10 minutes
  • Notes for Lesson 2.1.4β€’10 minutes
  • Notes for Lesson 2.1.5β€’10 minutes
  • Notes for Lesson 2.1.6β€’10 minutes
  • Notes for Lesson 2.1.7β€’10 minutes
6 assignmentsβ€’Total 80 minutes
  • Practice assignment for Lesson 2.1.2β€’10 minutes
  • Practice assignment for Lesson 2.1.3β€’10 minutes
  • Practice quiz for Lesson 2.1.4β€’10 minutes
  • Practice quiz for Lesson 2.1.5β€’10 minutes
  • Practice assignment for Lesson 2.1.6β€’10 minutes
  • Graded assignment for week 1β€’30 minutes
1 discussion promptβ€’Total 10 minutes
  • Introduce yourselfβ€’10 minutes

Last week, you learned the assumptions made when deriving the Kalman filter. What if these assumptions are not met correctly? What if numeric roundoff error causes failure? This week, you will learn how to solve problems with the standard Kalman filter.

What's included

7 videos7 readings7 assignments3 ungraded labs

7 videosβ€’Total 121 minutes
  • 2.2.1: How do we improve the numeric robustness of a Kalman filter?β€’15 minutes
  • 2.2.2: How do we increase the precision of the linear Kalman filter?β€’28 minutes
  • 2.2.3: How do I initialize and tune a Kalman filter?β€’21 minutes
  • 2.2.4: What do we do when the noises are nonzero-mean?β€’19 minutes
  • 2.2.5: What do I do if the process and sensor noises are cross-correlated?β€’19 minutes
  • 2.2.6: What about when the process and sensor noises are not white?β€’16 minutes
  • 2.2.7: Summary of "Making the linear Kalman filter bulletproof" module plus next stepsβ€’3 minutes
7 readingsβ€’Total 70 minutes
  • Notes for Lesson 2.2.1β€’10 minutes
  • Notes for Lesson 2.2.2β€’10 minutes
  • Notes for Lesson 2.2.3β€’10 minutes
  • Notes for Lesson 2.2.4β€’10 minutes
  • Notes for Lesson 2.2.5β€’10 minutes
  • Notes for Lesson 2.2.6β€’10 minutes
  • Notes for Lesson 2.2.7β€’10 minutes
7 assignmentsβ€’Total 90 minutes
  • Practice assignment for Lesson 2.2.1β€’10 minutes
  • Practice assignment for Lesson 2.2.2β€’10 minutes
  • Practice assignment for Lesson 2.2.3β€’10 minutes
  • Practice assignment for Lesson 2.2.4β€’10 minutes
  • Practice assignment for Lesson 2.2.5β€’10 minutes
  • Practice assignment for Lesson 2.2.6β€’10 minutes
  • Graded assignment for week 2β€’30 minutes
3 ungraded labsβ€’Total 60 minutes
  • Lab to compare standard and square-root Kalman filtersβ€’20 minutes
  • Lab to compare KF with and without bias correctionβ€’20 minutes
  • Lab to compare KF with and without compensation for autocorrelated noisesβ€’20 minutes

The standard linear Kalman filter works well for state estimation, but can be extended to implement prediction and smoothing as well. Further, we can speed up the steps or even eliminate steps in some circumstances. This week, you will learn some extensions and refinements to linear Kalman filters.

What's included

7 videos7 readings7 assignments3 ungraded labs

7 videosβ€’Total 130 minutes
  • 2.3.1: Automatically detecting bad measurements with a Kalman filterβ€’21 minutes
  • 2.3.2: Processing measurements sequentially for multi-output systemsβ€’21 minutes
  • 2.3.3: Using the Kalman filter for predictionβ€’19 minutes
  • 2.3.4: Using the Kalman filter for smoothingβ€’18 minutes
  • 2.3.5: Steady-state Kalman filtersβ€’19 minutes
  • 2.3.6: Continuous-time Kalman filtersβ€’30 minutes
  • 2.3.7: Summary of "Extensions and refinements to linear Kalman filters" module plus next stepsβ€’2 minutes
7 readingsβ€’Total 70 minutes
  • Notes for Lesson 2.3.1β€’10 minutes
  • Notes for Lesson 2.3.2β€’10 minutes
  • Notes for Lesson 2.3.3β€’10 minutes
  • Notes for Lesson 2.3.4β€’10 minutes
  • Notes for Lesson 2.3.5β€’10 minutes
  • Notes for Lesson 2.3.6β€’10 minutes
  • Notes for Lesson 2.3.7β€’10 minutes
7 assignmentsβ€’Total 90 minutes
  • Practice assignment for Lesson 2.3.1β€’10 minutes
  • Practice assignment for Lesson 2.3.2β€’10 minutes
  • Practice assignment for Lesson 2.3.3β€’10 minutes
  • Practice assignment for Lesson 2.3.4β€’10 minutes
  • Practice assignment for Lesson 2.3.5β€’10 minutes
  • Practice assignment for Lesson 2.3.6β€’10 minutes
  • Graded assignment for week 3β€’30 minutes
3 ungraded labsβ€’Total 60 minutes
  • A Kalman predictorβ€’20 minutes
  • A Kalman smootherβ€’20 minutes
  • Steady-state Kalman filterβ€’20 minutes

A popular application of Kalman filters is to track (usually non-cooperating) targets. This week, you will learn how to implement standard and specialized Kalman filters suited for target tracking.

What's included

6 videos6 readings6 assignments2 ungraded labs

6 videosβ€’Total 107 minutes
  • 2.4.1: Some unique features of the target-tracking applicationβ€’24 minutes
  • 2.4.2: Tracking with polar measurements and a Cartesian stateβ€’16 minutes
  • 2.4.3: The interacting-multiple-model Kalman filterβ€’26 minutes
  • 2.4.4: Implementing the IMM Kalman filter in Octaveβ€’21 minutes
  • 2.4.5: Steady-state alpha-beta-gamma target-tracking filtersβ€’18 minutes
  • 2.4.6 :Summary of "Target-tracking application using a linear Kalman filter" module plus next stepsβ€’3 minutes
6 readingsβ€’Total 60 minutes
  • Notes for Lesson 2.4.1β€’10 minutes
  • Notes for Lesson 2.4.2β€’10 minutes
  • Notes for Lesson 2.4.3β€’10 minutes
  • Notes for Lesson 2.4.4β€’10 minutes
  • Notes for Lesson 2.4.5β€’10 minutes
  • Notes for Lesson 2.4.6β€’10 minutes
6 assignmentsβ€’Total 80 minutes
  • Practice assignment for Lesson 2.4.1β€’10 minutes
  • Practice assignment for Lesson 2.4.2β€’10 minutes
  • Practice assignment for Lesson 2.4.3β€’10 minutes
  • Practice assignment for Lesson 2.4.4β€’10 minutes
  • Practice assignment for Lesson 2.4.5β€’10 minutes
  • Graded assignment for week 4β€’30 minutes
2 ungraded labsβ€’Total 40 minutes
  • Converting polar to Cartesianβ€’20 minutes
  • The IMMβ€’20 minutes

Earn a career certificate

Add this credential to your LinkedIn profile, resume, or CV. Share it on social media and in your performance review.

Instructor

University of Colorado System
9 Coursesβ€’85,362 learners

Explore more from Electrical Engineering

Why people choose Coursera for their career

πŸ‘ Image

Felipe M.

Learner since 2018
"To be able to take courses at my own pace and rhythm has been an amazing experience. I can learn whenever it fits my schedule and mood."
πŸ‘ Image

Jennifer J.

Learner since 2020
"I directly applied the concepts and skills I learned from my courses to an exciting new project at work."
πŸ‘ Image

Larry W.

Learner since 2021
"When I need courses on topics that my university doesn't offer, Coursera is one of the best places to go."
πŸ‘ Image

Chaitanya A.

"Learning isn't just about being better at your job: it's so much more than that. Coursera allows me to learn without limits."

Frequently asked questions

To access the course materials, assignments and to earn a Certificate, you will need to purchase the Certificate experience when you enroll in a course. You can try a Free Trial instead, or apply for Financial Aid. The course may offer 'Full Course, No Certificate' instead. This option lets you see all course materials, submit required assessments, and get a final grade. This also means that you will not be able to purchase a Certificate experience.

When you enroll in the course, you get access to all of the courses in the Specialization, and you earn a certificate when you complete the work. Your electronic Certificate will be added to your Accomplishments page - from there, you can print your Certificate or add it to your LinkedIn profile.

Yes. In select learning programs, you can apply for financial aid or a scholarship if you can’t afford the enrollment fee. If fin aid or scholarship is available for your learning program selection, you’ll find a link to apply on the description page.

Financial aid available,