How can I remove DC component from EMG signal?
1 回表示 (過去 30 日間)
古いコメントを表示
the signal is :
y=EMG +5
I will design a FIR filter but how exactly can I remove the DC component ( 5 ) from y ??
0 件のコメント
採用された回答
Honglei Chen
2013 年 6 月 28 日
If you know it's 5, why not simply
y - 5
If you don't know it's 5, then you can do
y = detrend(y)
HTH
その他の回答 (0 件)
コミュニティ
その他の回答 パワー エレクトロニクス コミュニティ
参考
カテゴリ
Help Center および File Exchange で Filter Design についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!