Filter löschen
Filter löschen

Matlab Electromyography (EMG) signal

5 Ansichten (letzte 30 Tage)
John Smith
John Smith am 1 Sep. 2015
Kommentiert: Star Strider am 1 Sep. 2015
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 Kommentare
Walter Roberson
Walter Roberson am 1 Sep. 2015
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 am 1 Sep. 2015
+1 Walter!
Editing the Question to discover that didn’t occur to me.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Star Strider
Star Strider am 1 Sep. 2015
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.

Kategorien

Mehr zu Time Series Events finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by