Effacer les filtres
Effacer les filtres

How to open and read .emt files in matlab?

8 vues (au cours des 30 derniers jours)
Krishnapriya
Krishnapriya le 18 Juil 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.

Réponses (1)

Anavi Somani
Anavi Somani le 18 Juil 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