Normally, EMG signal is captured at the sampling rate of 1000 Hz since a lower sampling might not given you much valuable information. For example, you want to capture a signal of x with (1x1000). The '1' is the number of signal and the ''1000' is the number of samples. if you want to capture signal for 3 seconds, then you will get x with (1x3000). The number of samples is 3 second x 1000 Hz, so you get 3000 samples.
EMG acquisition sampling rate
13 次查看(过去 30 天)
显示 更早的评论
I am trying to capture EMG signal from Myoware muscle sensor and Arduino Uno , but my supervisor told me
that my sampling rate is too low ( only 50 Hz and x= 1x52, x is array of EMG and time ). He wanted my code to capture more data ( x = 1x1000) with
higher sampling rate ( ~ 1000 Hz), and he expect my program only run in 3 or 4 seconds
I am confusing with my result because Fs is high but data captured is not what I expect
Could you please help me ? Thanks a heap
0 个评论
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Acquisition Toolbox Supported Hardware 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!