EMG acquisition sampling rate

25 次查看(过去 30 天)
ky nguyen
ky nguyen 2019-5-2
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

回答(1 个)

Jingwei Too
Jingwei Too 2019-5-12
Dear ky nguyen,
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.

类别

Help CenterFile Exchange 中查找有关 Spectral Measurements 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by