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!