problème avec wfdb.plot_wfdb
Bonjour,
j'ai un fichier .dat et je cherche à dessiner le ecg pour cela j'utilise le code suivant:
Code:
1 2 3 4 5 6 7
| import wfdb
record = wfdb.rdsamp('mitdb/100', sampto=3000)
annotation = wfdb.rdann('mitdb/100', 'atr', sampto=3000)
wfdb.plotrec(record,
title='Record 100 from MIT-BIH Arrhythmia Database .dat form',
timeunits = 'seconds', figsize = (10,4), ecggrids = 'all') |
mais malheureusement j'ai l'erreur suivante:
Citation:
wfdb.plotrec(record,
AttributeError: module 'wfdb' has no attribute 'plotrec'
SVP aidez-moi
Merci d'avance