PIA-Group / BioSPPy

Biosignal Processing in Python
Other
573 stars 274 forks source link

Source for ECG Data #10

Closed mcrone closed 8 years ago

mcrone commented 8 years ago

Thanks for an awesome tool! Is there possibly a library of different ECG signals to test with this? I'm thinking of like arrhythmia etc. Is it possible to use something like physionet data for example?

capcarr commented 8 years ago

It certainly is possible to use the library with any signal database, as long as you can get the signals into a numpy array. Regarding Physionet, take a look at the WFDB Software, particularly the rdsamp tool, which can convert Physionet records into csv files, which are easily read into numpy.