Read and process EMG data (*.emt)?
Show older comments
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 Comments
Star Strider
on 20 Feb 2023
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
on 21 Feb 2023
Star Strider
on 21 Feb 2023
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.
Accepted Answer
More Answers (0)
Categories
Find more on Pulse and Transition Metrics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!