Azzera filtri
Azzera filtri

Removing heart rate noise from EMG data

3 visualizzazioni (ultimi 30 giorni)
nigel moos
nigel moos il 19 Apr 2022
Commentato: Adam Danz il 19 Apr 2022
Hi all,
Im doing some signal processing of EMG data we obtained during our experiments, but im not able to remove the heart noise. The emg we obtained looks like this (zoomed in):
is it possible to remove this heart rate noise with a function or a script? Maybe someone knows an app or something like that.
Thanks in advance for the help.
  3 Commenti
Star Strider
Star Strider il 19 Apr 2022
is it possible to remove this heart rate noise with a function or a script?
Probably not with these data. Ideally, use a separate channel to record the EKG and subtract it later, or use a reference electrode, and subtract that signal from the desired signal in the differential amplifiers prior to the ADC.
Adam Danz
Adam Danz il 19 Apr 2022
@nigel moos, it's fairly clear what you mean by noise in this example but the purpose of code performing this task is to solve this problem across many examples where the noise probably appears differently.
For this reason, you must explain what noise is, how it appears, and how it differs from the signal. You need a rule that holds true across all (or most) samples where there is noise.
One explanation is that you expect the pulse rate to be nearly uniform and the instances of noise to be sparse releative to the frequency of pulses. A program could then estimate the pulse rate and use that to look for variations between expected pulses or how the signal differs during a pulse.

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su ECG / EKG in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by