Detecting patterns in waves

后端 未结 13 1767
栀梦
栀梦 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条回答
  •  闹比i
    闹比i (楼主)
    2021-01-29 18:39

    using BioSPPY

    it is not presently possibly to implement T-wave analysis, as at present it only contains R-wave analysis. eg Tstart Tpeak Tend

    are not automatically implimented

    one would have to use your own analysis.

    my suggestion would be to try and implement the below method

    http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3201026/

    which is one that I have recently discovered and found to be very interesting

    The other t-wave analysis method worth looking at is that by ECGlib team

    http://ieeexplore.ieee.org/document/6713536/

    hope this helps

提交回复
热议问题