Skip to content

In this repository, Multidimensional Kalman Filter and sensor fusion are implemented to predict the trajectories for constant velocity model. Data is extracted from GPS and Accelerometer using mobile phone. It is apart of Assignment3 in Sensing, Perception and Actuation course for ROCV master's program at Innopolis University.

License

Notifications You must be signed in to change notification settings

Walid-khaled/Multidimensional-Kalman-Filter-with-Sensor-Fusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multidimensional-Kalman-Filter-with-Sensor-Fusion

In this repository, Multidimensional Kalman Filter and sensor fusion are implemented to predict the trajectories for constant velocity model. Data is extracted from GPS and Accelerometer using mobile phone. It is apart of Assignment3 in Sensing, Perception and Actuation course for ROCV master's program at Innopolis University.


Task description

Take your smart phone and run for about 100 meters with a constant speed approximately. Your task is to estimate the trajectory where you ran with your phone. To estimate the trajectory, you are asked to incorporate sensor measurements that are available in your mobile phone (e.g., accelerometer, gyroscope, GPS sensor, etc). You need to implement Multidimensional Kalman filter with sensor fusion in order to solve this task. In the report clearly explain all the assumptions you made.


Table of Content

├── src            <- directory for source files
|    ├── main.m    <- contains main script
|             
├── acc_data.xlsx  <- contains accelerometer data
├── GPS_data.xlsx  <- contains GPS data
├── Report.pdf                        
└── Readme.md

Kalman Filter Loop

About

In this repository, Multidimensional Kalman Filter and sensor fusion are implemented to predict the trajectories for constant velocity model. Data is extracted from GPS and Accelerometer using mobile phone. It is apart of Assignment3 in Sensing, Perception and Actuation course for ROCV master's program at Innopolis University.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages