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!