Is there a possibility to calculate the velocity of a car if I just have the GPS data and my acceleration
2 次查看(过去 30 天)
显示 更早的评论
I already tried the integration of acceleration, but the values I got where not realistic.
for that I used https://de.mathworks.com/help/matlab/ref/cumtrapz.html
3 个评论
采纳的回答
Sid Singh
2019-10-21
编辑:Sid Singh
2019-10-21
Hi, it is possible with just the GPS data alone or just the Accelerometer data. You have to differentiate the GPS data and integrate the Accelerometer data to get raw velocity and ideally they should be the same.
You can compare the two velocities and look for a similarity.
Usually the data has noise so you may want to use a filtering technique like Kalman filtering which works best if your noise is gaussian or Particle filtering if your noise model can't be estimated.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Automated Driving Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!