Access database in Physionet's ptbdb by Matlab

后端 未结 2 955
南笙
南笙 2021-01-17 04:14

I set up the system first by

[old_path]=which(\'rdsamp\');if(~isempty(old_path)) rmpath(old_path(1:end-8)); end
wfdb_url=\'http://physionet.org/physiotools/m         


        
2条回答
  •  执笔经年
    2021-01-17 04:38

    If you run physionetdb("ptdb",1) it will download the files to your computer. You will then be able to see the available records in the /ptdb/

    Source: physionetdb function documentation. You are interested in the DoBatchDownload parameter.

    After downloading it, I believe every command from the toolbox will check if you have the files locally before fetching from the server (as long as you give the function the correct path to the local files).

提交回复
热议问题