Filter löschen
Filter löschen

How to open and read .emt files in matlab?

8 Ansichten (letzte 30 Tage)
Krishnapriya
Krishnapriya am 18 Jul. 2023
Beantwortet: Anavi Somani am 18 Jul. 2023
I have some signals with the extension .emt .However I dont know how to open that in Matlab (or if its possible to do so).
Kindly let me know the solution to this problem.

Antworten (1)

Anavi Somani
Anavi Somani am 18 Jul. 2023
Hi,
I understand that you want to analyse the EMG signal data which is stored in .emt file...
As of now, there is no inbuilt method that MATLAB provides to read .emt files. As the .emt is an unsupported file format so to read that you need to write custom logic. You can use "fopen” to open the file and then you can use “fread” to read the content of the file based on the format to parse the content, for more information you can refer this link.
Hope it helps!

Community Treasure Hunt

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

Start Hunting!

Translated by