how to process *.emg data in matlab?

6 Ansichten (letzte 30 Tage)
Emilio Perez
Emilio Perez am 7 Jun. 2017
Beantwortet: Christoph F. am 7 Jun. 2017
i want to process *.emg data in matlab, to plot and analyse them. the *.emg file is acquired from an pocket emg by bmt bioengineering.
  1 Kommentar
KSSV
KSSV am 7 Jun. 2017
You should attach one file or give information about the file.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Christoph F.
Christoph F. am 7 Jun. 2017
Get the description of the file format (it sounds highly proprietary) from the manual of the device, or from the manufacturer of the device.
With this information, decide on a way to import the data into Matlab. If it is binary data, read it as binary and parse it; it is plain text/csv, MatLABs import functionality might work on it.

Kategorien

Mehr zu Biomedical Signal Processing finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by