Recent content by Bilal_00780

  1. B

    Extended Kalman filter not converging for point localization from angles

    I trying to learn extended kalman filter. I am trying to simulate positions of point by angle mearsurments taken by an observer moving on a straight line. The EKF implementation does not converge. Below the MATLAB script clear all; close all; clc; %Generate staright line positions T=300...