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).
I am using Windows 10, Matlab 2017a (academic use) and the 0-9-10 version of the WFDB toolbox, installed using the given code in the github page :
[old_path]=which('rdsamp');if(~isempty(old_path)) rmpath(old_path(1:end-8)); end wfdb_url='https://github.com/ikarosilva/wfdb-app-toolbox/raw/master/wfdb-app-toolbox-0-9-10.zip'; [filestr,status] = urlwrite(wfdb_url,'wfdb-app-toolbox-0-9-10.zip');%Octave users may have to download manually unzip('wfdb-app-toolbox-0-9-10.zip'); cd mcode addpath(pwd);savepath
I have been trying to use the WFDB toolbox to treat .dat files from the Physionet website. I would like to do it offline. I was able to run the demo and the example, and the files are created in the database folder ( ...\Desktop\Matlab\mcode\database).
But when I try to use the function with the .dat files, no files are created...
Error using rdmat (line 79)
Could not open file: charis4m.hea !
No error is returned when only the wfdb2mat is used. The database folder is created but nothing is saved. I tried version 0-9-9 and 0-9-10. Do you have any idea why this issue exists and if there is any solution ?
By the way, 200.dat file is nowhere to be found, so I don't know how the .mat files are created...
Best wishes,
Gabriel Tallineau
P.S. : RDSAMP does not work either in an offline command.
rdsamp('charis4.dat')
Error using rdsamp (line 203)
Could not find record: charis4. Search path is set to: '.
C:\Users\Tallineau\Desktop\Matlab\mcode..\database\
http://physionet.org/physiobank/database/'
I tried using files in the database folder, in the example folder, and I never go any .mat file generated.
Hello,
I am using Windows 10, Matlab 2017a (academic use) and the 0-9-10 version of the WFDB toolbox, installed using the given code in the github page :
[old_path]=which('rdsamp');if(~isempty(old_path)) rmpath(old_path(1:end-8)); end wfdb_url='https://github.com/ikarosilva/wfdb-app-toolbox/raw/master/wfdb-app-toolbox-0-9-10.zip'; [filestr,status] = urlwrite(wfdb_url,'wfdb-app-toolbox-0-9-10.zip');%Octave users may have to download manually unzip('wfdb-app-toolbox-0-9-10.zip'); cd mcode addpath(pwd);savepath
I have been trying to use the WFDB toolbox to treat .dat files from the Physionet website. I would like to do it offline. I was able to run the demo and the example, and the files are created in the database folder ( ...\Desktop\Matlab\mcode\database).
But when I try to use the function with the .dat files, no files are created...
Here is the code I use :
Errors are as follow :
No error is returned when only the wfdb2mat is used. The database folder is created but nothing is saved. I tried version 0-9-9 and 0-9-10. Do you have any idea why this issue exists and if there is any solution ?
By the way, 200.dat file is nowhere to be found, so I don't know how the .mat files are created...
Best wishes, Gabriel Tallineau
P.S. : RDSAMP does not work either in an offline command.
rdsamp('charis4.dat')
Settings :