cmbuck / ELEC-301-ECG-DSP

ELEC 301 final project: ECG signal processing and classification
8 stars 4 forks source link

ECG File not found #1

Closed therajanmaurya closed 8 years ago

cmbuck commented 8 years ago

Hi therajanmaurya,

The ECG input files we used are not included with the source code since they are quite large. However, you may find the data we used here: http://physionet.org/physiobank/database/ptbdb/

If you navigate to the ATM [http://physionet.org/cgi-bin/atm/ATM?database=ptbdb&tool=plot_waveforms] you may select your desired parameters for the data, then navigate to the "Toolbox" drop down on the right and select "Export signals as .mat". Place these .mat files into a directory and try to use the ELEC301projEKGextract.m script to load them into memory in Matlab.

therajanmaurya commented 8 years ago

Thanks ..