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
2017년 6월 7일
You should attach one file or give information about the file.
답변 (1개)
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에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!