How to read beat to beat annotation of MIT BIH AF database in MATLAB??
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I want to calculate sensitivity, accuracy of my algorithm for AF detection. I have already got the result of my algorithm for every beat. To calculate True positive, True Negative, False Positive, False negative I need to know the reference beat to beat result provided in the annotation files. For my work I used MIT BIH Atrial Fibrillation Database. But I can't find a way to read the beat to beat annotations that provided in the database. How can I read those beat to beat annotations and import it in matlab if anybody knows please help me.
0 comentarios
Respuestas (1)
nick
el 2 de Abr. de 2025
Hi Mahdi,
You can use the 'WFDB toolbox' for MATLAB R2014a onwards to read and process PhysioNet data. The 'rdann' function in the toolbox reads the annotation files for WFDB records. You can refer to the following documentation to know more about installation of 'WFDB toolbox' :
0 comentarios
Ver también
Categorías
Más información sobre Large Files and Big Data en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!