Read and process EMG data (*.emt)?
이전 댓글 표시
I'm interested in opening and processing EMG signals acquired and stored in a *.emt data format - essentially a txt with the signal values saved in open text. Before building up a custom function using fread or something like that to parse the information from the text I'd like to know if there is any tool ready to be used (i think it is a standard file format for EMG).
Thanks for the help!
Francesco
댓글 수: 3
Star Strider
2023년 2월 20일
Search the File Exchange. I did not find any specific mention of .emt files, however I may not be doing the correct search.
Also, the company that created that hardware might have MATLAB function files available to read the files and return the data, so search that site to see if they exist.
Francesco Buonamici
2023년 2월 21일
Star Strider
2023년 2월 21일
My pleasure!
One option is to use Python to import it, then save it as something MATLAB can read without problems, then use MATLAB for the analysis.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Pulse and Transition Metrics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!