alistairewj / peak-detector

Multimodal peak detection using ECG, ABP, PPG or SV
GNU General Public License v2.0
54 stars 22 forks source link

Toolbox requires files to be in WFDB compatible format #1

Open alistairewj opened 9 years ago

alistairewj commented 9 years ago

The toolbox requires files to be stored in the local directory as a .dat and a .hea. It would probably be worth it to create a version of the detect.m function which instead used to inputs: one for a matrix of data and a second for the header (a cell of array of strings).

Biggest issue with this is gqrs/wabp require WFDB files to run.