How can I remove DC component from EMG signal?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuesta aceptada
Honglei Chen
el 28 de Jun. de 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
Más respuestas (0)
Comunidades de usuarios
Más respuestas en Power Electronics Control
Ver también
Categorías
Más información sobre Filter Design en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!