ikarosilva / wfdb-app-toolbox

The WFDB Toolbox for MATLAB/Octave is a collection of functions for reading, writing, and processing physiologic signals in the formats used by PhysioNet (see README for details).
http://physionet.org/physiotools/matlab/wfdb-app-matlab/
GNU General Public License v3.0
93 stars 46 forks source link

Changes in input "adu" and fprintf from "info" #113

Closed fernandoandreotti closed 8 years ago

fernandoandreotti commented 8 years ago

When attempting to use function with an empty "adu", error occurs in line 129 (trying to split an empty double)

Line 205 was modified to print to file multiple lines of string.

fernandoandreotti commented 8 years ago

Just documenting some small bugs/typos I found using wfdb2mat and mat2wfdb. Nothing really relevant.