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

Add Octave support to rdmimic2wave #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Add Octave support to rdmimic2wave

Original issue reported on code.google.com by ikarosil...@gmail.com on 22 Jan 2014 at 6:27

GoogleCodeExporter commented 9 years ago
Running the unit test in Octave give the following error:

octave:5> test_rdmimic2wave(1)
[tm,signal,Fs,recList,sigInfo]=rdmimic2wave(32805,'2986-12-15-10-00',[],0,2);plo
t(tm,signal(:,2));title(['Found data in record: ' 
recList]);legend(sigInfo(2).Description);close all

    ****Failed test: 1
Last error: A(I,J): column index out of bounds; value 2 out of bound 0

Original comment by ikarosil...@gmail.com on 11 Apr 2014 at 4:40