Azzera filtri
Azzera filtri

How to open and read .emt files in matlab?

8 visualizzazioni (ultimi 30 giorni)
Krishnapriya
Krishnapriya il 18 Lug 2023
Risposto: Anavi Somani il 18 Lug 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.

Risposte (1)

Anavi Somani
Anavi Somani il 18 Lug 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