Remove noise from EMG signal

6 ビュー (過去 30 日間)
Samar Abbass
Samar Abbass 2019 年 10 月 14 日
回答済み: Star Strider 2019 年 10 月 14 日
Dears,
I need you advice for the best technique to remove spiky noise found in the EMG signals (attached in the post). I know that was because of the sensor it self, but is there any way to retain orginal signal and remove added noise or no way but terminating corrupted parts?

採用された回答

Star Strider
Star Strider 2019 年 10 月 14 日
Those are actually sampling artifacts, not parts of the EMG signal. Probably the best way to deal with them is to use findpeaks or islocalmax to identify them. Then, once you have identified them, assign them NaN values, and then use the fillmissing function to interpolate them.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDescriptive Statistics についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by