How to Integrate EMG signal

6 ビュー (過去 30 日間)
Ray
Ray 2013 年 7 月 2 日
回答済み: H W 2022 年 9 月 7 日
Does anyone knows any simple way to integrate EMG? Based on the definition, integration is the calculation of area under the rectified EMG signal. Values are summed over the specified time then divided by the total number of values. The unit for integrated EMG is mV*s.
I have no problem in rectified and filtering EMG signal, but I'm not sure whether using the loop concept to process integrate function is a good idea
Thanks

回答 (1 件)

H W
H W 2022 年 9 月 7 日
iemg1=sum(abs(x1))/length(x1); % 求积分肌电值
rms1=sqrt(sum(x1.^2)/length(x1));% 求均方根值

カテゴリ

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