Detecting patterns in waves

后端 未结 13 1818
栀梦
栀梦 2021-01-29 17:43

I\'m trying to read a image from a electrocardiography and detect each one of the main waves in it (P wave, QRS complex and T wave). Now I can read the image and get a vector li

13条回答
  •  一整个雨季
    2021-01-29 18:30

    I haven't read each other answer thoroughly but I have scanned them and I noticed that no one recommended looking at the Fourier Transform to segment these waves.

    To me it seems like a clear cut application of Harmonic analysis in mathematics. There may be several subtle points that I may be missing.

    The Discrete Fourier Transform coefficients give you the amplitude and phase of the different sinusoidal components that make up your discrete time signal, which is essentially what your problem states you want to find.

    I may be missing something here though ...

提交回复
热议问题