problem with signal ecg

3 次查看(过去 30 天)
Adriano Ciaravola
Adriano Ciaravola 2018-3-19
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
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>);

类别

Help CenterFile Exchange 中查找有关 ECG / EKG 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by