how to process *.emg data in matlab?

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일

0 개 추천

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.

카테고리

도움말 센터File Exchange에서 Biomedical Signal Processing에 대해 자세히 알아보기

질문:

2017년 6월 7일

답변:

2017년 6월 7일

Community Treasure Hunt

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

Start Hunting!

Translated by