Is there a matlab function to read in a *.fit file from a Garmin device?
26 ビュー (過去 30 日間)
古いコメントを表示
Garmin GPS watches record a variety of parameters during running, cycling, and swimming. The parameters are all recorded in *.fit files. These files are read into different user interfaces (e.g., Garmin Connect).
I would like to read the file directly into matlab in order to process them.
But this is time consuming to do one file at a time.
Has anyone created a matlab function to accomplish this?
回答 (2 件)
Walter Roberson
2018 年 4 月 12 日
Can you export to GPX instead? https://www.mathworks.com/help/map/ref/gpxread.html If not then convert to GPX using perl: https://www.bikeforums.net/electronics-lighting-gadgets/1071030-garmin-fit-gpx-sigma-slf-conversion.html (perl is included with MATLAB.)
This link suggests you should be able to run some java code: https://forums.garmin.com/forum/developers/device-communications/garmin-device-interface-sdk/13986-
0 件のコメント
Luis Erasmo Miranda
2023 年 6 月 22 日
you can convert the files with the included tool in the Garmin's SDK:
or well, you can write your own matlab code to decode de FIT data.
The documentation is here:
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Web Services についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!