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!