How to read beat to beat annotation of MIT BIH AF database in MATLAB??
조회 수: 6 (최근 30일)
이전 댓글 표시
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
답변 (1개)
nick
2025년 4월 2일
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
참고 항목
카테고리
Help Center 및 File Exchange에서 Large Files and Big Data에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!