Remove noise from EMG signal

5 visualizaciones (últimos 30 días)
Samar Abbass
Samar Abbass el 14 de Oct. de 2019
Respondida: Star Strider el 14 de Oct. de 2019
Dears,
I need you advice for the best technique to remove spiky noise found in the EMG signals (attached in the post). I know that was because of the sensor it self, but is there any way to retain orginal signal and remove added noise or no way but terminating corrupted parts?

Respuesta aceptada

Star Strider
Star Strider el 14 de Oct. de 2019
Those are actually sampling artifacts, not parts of the EMG signal. Probably the best way to deal with them is to use findpeaks or islocalmax to identify them. Then, once you have identified them, assign them NaN values, and then use the fillmissing function to interpolate them.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by