필터 지우기
필터 지우기

How to open and read .emt files in matlab?

조회 수: 8 (최근 30일)
Krishnapriya
Krishnapriya 2023년 7월 18일
답변: Anavi Somani 2023년 7월 18일
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.

답변 (1개)

Anavi Somani
Anavi Somani 2023년 7월 18일
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!

카테고리

Help CenterFile Exchange에서 Spectral Measurements에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by