How can I remove DC component from EMG signal?

the signal is :
y=EMG +5
I will design a FIR filter but how exactly can I remove the DC component ( 5 ) from y ??

 채택된 답변

Honglei Chen
Honglei Chen 2013년 6월 28일

0 개 추천

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개)

커뮤니티

더 많은 답변 보기:  Power Electronics Community

카테고리

도움말 센터File Exchange에서 Digital and Analog Filters에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by