problem with signal ecg
조회 수: 3 (최근 30일)
이전 댓글 표시
Hi,What is the code to obtain ecg signal from the signal content in this database (https://www.physionet.org/physiobank/database/fantasia/subset/) ? thank you so much...
답변 (1개)
NISARGA G K
2018년 3월 22일
Hi! I understand that you need to obtain ecg signal from Fantasia database from Physionet. I hope you can use rdsamp function using which you can read signal from Physionet ATM but requires WFDB toolbox to be installed in MATLAB.
Example to get record f1o01:
[samp]=rdsamp('fantasia/f1o01',<ecgsignal_label>);
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 ECG / EKG에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!