필터 지우기
필터 지우기

Matlab Electromyography (EMG) signal

조회 수: 4 (최근 30일)
John Smith
John Smith 2015년 9월 1일
댓글: Star Strider 2015년 9월 1일
Hi all,
Can anyone help me find an ENG signal sample?
I found the document in the link below where an emg.txt file is mentioned. Does anyone know from where I can find this file or how to replicate an EMG signal?
  댓글 수: 6
Walter Roberson
Walter Roberson 2015년 9월 1일
The URL was split over two lines when it should not have been. I have edited it. I am able to click it successfully now.
Star Strider
Star Strider 2015년 9월 1일
+1 Walter!
Editing the Question to discover that didn’t occur to me.

댓글을 달려면 로그인하십시오.

답변 (1개)

Star Strider
Star Strider 2015년 9월 1일
Post an example of the text file you want to read. One I looked up suggests that:
fidi = fopen( ... , 'rt');
data = textscan(fidi, '%f%f')
will probably work to read it, but without seeing an example of the actual file it’s not possible to write specific code.
  댓글 수: 1
Star Strider
Star Strider 2015년 9월 1일
Don’t use load. Use textscan.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Time Series Events에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by