Effacer les filtres
Effacer les filtres

How can I remove DC component from EMG signal?

2 vues (au cours des 30 derniers jours)
Christine Ak
Christine Ak le 28 Juin 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 ??

Réponse acceptée

Honglei Chen
Honglei Chen le 28 Juin 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
  1 commentaire
Christine Ak
Christine Ak le 29 Juin 2013
Thank You !!!
I'll try that .

Connectez-vous pour commenter.

Plus de réponses (0)

Communautés

Plus de réponses dans  Power Electronics Control

Catégories

En savoir plus sur Statistics and Linear Algebra dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by