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!