フィルターのクリア

EMG acquisition sampling rate

5 ビュー (過去 30 日間)
ky nguyen
ky nguyen 2019 年 5 月 2 日
回答済み: Jingwei Too 2019 年 5 月 12 日
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 Center および File ExchangeSpectral Measurements についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by