필터 지우기
필터 지우기

Removing heart rate noise from EMG data

조회 수: 3 (최근 30일)
nigel moos
nigel moos 2022년 4월 19일
댓글: Adam Danz 2022년 4월 19일
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
Star Strider
Star Strider 2022년 4월 19일
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 2022년 4월 19일
@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.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 ECG / EKG에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by