how to process *.emg data in matlab?
조회 수: 1 (최근 30일)
이전 댓글 표시
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
답변 (1개)
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.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Spectral Measurements에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!