フィルターのクリア

how to process *.emg data in matlab?

1 回表示 (過去 30 日間)
Emilio Perez
Emilio Perez 2017 年 6 月 7 日
回答済み: Christoph F. 2017 年 6 月 7 日
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 件のコメント
KSSV
KSSV 2017 年 6 月 7 日
You should attach one file or give information about the file.

サインインしてコメントする。

回答 (1 件)

Christoph F.
Christoph F. 2017 年 6 月 7 日
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.

カテゴリ

Help Center および File ExchangeBiomedical Signal Processing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by