How to change format time to GPS week, GPS seconds?
18 ビュー (過去 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!