How can I remove DC component from EMG signal?

1 Ansicht (letzte 30 Tage)
Christine Ak
Christine Ak am 28 Jun. 2013
the signal is :
y=EMG +5
I will design a FIR filter but how exactly can I remove the DC component ( 5 ) from y ??

Akzeptierte Antwort

Honglei Chen
Honglei Chen am 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

Weitere Antworten (0)

Communitys

Weitere Antworten in  Power Electronics Control

Community Treasure Hunt

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

Start Hunting!

Translated by