Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Penny0703
/
09670111
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
09670111
/
load_wave.py
Penny0703
Create load_wave.py
4f93e07
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
124 Bytes
import
wfdb
def
load_wave
():
signals, fields = wfdb.rdsamp(
"test01_00s"
, pn_dir =
"macecgdb/1.0.0/"
)
return
signals