How can I remove DC component from EMG signal?
4 次查看(过去 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!