How can I remove DC component from EMG signal?

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

Accepted Answer

Honglei Chen
Honglei Chen on 28 Jun 2013
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

More Answers (0)

Communities

More Answers in the  Power Electronics Control

Categories

Find more on Statistics and Linear Algebra in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!