How to change format time to GPS week, GPS seconds?
37 次查看(过去 30 天)
显示 更早的评论
采纳的回答
Rik
2021-11-19
The start date of this GPS epoch is probably on Wikipedia. You can simply subtract that date from your date.
Then you calculate the number of seconds of that difference. Use mod to find the remainder after division by 7*24*60*60 and use floor to find the number of weeks elapsed.
更多回答(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!