1 / 4

Kalman Filter Homework 2

Kalman Filter Homework 2. Generate a Kalman Filter for simulated data The equations are: Note that the measurement has signal-dependent noise

emile
Download Presentation

Kalman Filter Homework 2

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Kalman Filter Homework 2 • Generate a Kalman Filter for simulated data • The equations are: • Note that the measurement has signal-dependent noise • Assume that the system can fall under different “states”. These states will be defined through different A and noises. You will be given these values • The system transitions between different states. The transition times are specified. • You are given:, and y(k)

  2. States

  3. State 1 State 2 State 3 State 4

  4. Task: • For each state, defined on the next slide, calculate the steady state that the Kalman Gain will converge to. • Write and implement a Kalman Filter. Note that the measurement noise is signal-dependent. • At each state transition, change your A matrix and noises appropriately • Your estimates of x and P at the end of each state will carry over into the next state. • Compare your final Kalman Gain at the end of each state with your analytically calculated value • Also compare the Kalman Gain at each iteration to the “gain” of an LMS algorithm (plot and compare these two gains)

More Related