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
92 stars 46 forks source link

using rdann on LTSTDB misses some annotations for some sessions #139

Open ranxiao opened 7 years ago

ranxiao commented 7 years ago

when using rdann on LTSTDB misses some annotations for some sessions. E.g., for subject s20081, the last few line of comments is below:

'(rtst1-52' '(st0-52' 'ast0-109' 'artst1-88' 'rtst1-45)'

there is no end time point for st0 episode. This problem actually plagues quite a number of sessions. I am not sure if it has something to do with the starting index 1 in Matlab, while 0 in the toolbox, although it's noted in the description of the function.