How to read Lobachevsky University Electrocardiography Database (LUDB)

6 visualizaciones (últimos 30 días)
I have read related databases like MITDB and QTDB using physionetdb ('DatabaseName'). Still, when I use the same command for LUDB, I get the following message, even I has also been downloaded the database (ludb) into my system, and placed it with other readable databases (mitdb and qtdb), so that it may not have an address path problem—but still facing the same problem. Can someone help me figure out how to access LUDB files? I GET THE FOLLOWING MESSAGE when I try to read ludb via physionetdb command.
Error using urlreadwrite (line 92)
The server did not find a resource to match this request.
Error in urlread (line 47)
[s,status] = urlreadwrite(mfilename,catchErrors,url,varargin{:});
Error in physionetdb (line 112)
rec_list=deblank(urlread([PHYSIONET_URL db_name '/RECORDS']));
  2 comentarios
Star Strider
Star Strider el 18 de Feb. de 2022
Please provide the URL that is being accessed.
Muhammad Usman Gul
Muhammad Usman Gul el 18 de Feb. de 2022
The weblink is https://physionet.org/content/ludb/1.0.1/
However, upon your question, I also found the answer to my question by using this command.
physionetdb('ludb/1.0.1'); instead of physionetdb('ludb');
Thanks to everyone who consider the asked question

Iniciar sesión para comentar.

Respuestas (0)

Productos


Versión

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by