필터 지우기
필터 지우기

Is there a matlab function to read in a *.fit file from a Garmin device?

조회 수: 41 (최근 30일)
John Mercer
John Mercer 2018년 4월 11일
답변: Luis Erasmo Miranda 2023년 6월 22일
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.
I found a web site that does this: http://www.rainorshine.bike/
But this is time consuming to do one file at a time.
Has anyone created a matlab function to accomplish this?

답변 (2개)

Walter Roberson
Walter Roberson 2018년 4월 12일

Luis Erasmo Miranda
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:

카테고리

Help CenterFile Exchange에서 Web Services에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by