Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 746 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 746 Bytes

Auto_download_PTB

Automated download ECG .mat files and .info files from PTB database.
👉 https://archive.physionet.org/cgi-bin/atm/ATM?fbclid=IwAR37FA2zF1cYzSy7i9xUYa2nXjG9wjTWept_T3kDmY62wXDepdPMD32MzOU

Store recordings by patient partition.

Execution

  • Please redefine the save_direcotry in line 11 before running "Download_PTB.py".
    image

  • Run python file

    python3 Download_PTB.py
    
  • A function "plotATM.m" that reads .mat and .info files and plots the converted data was provided on physionet
    👉 https://archive.physionet.org/physiotools/matlab/plotATM.m