R/io-wfdb.R
readWFDBAnnotation.Rd
Parses a WFDB binary annotation file (MIT format) into a PhysioEvents: each annotation's sample number becomes the event onset (in samples), its beat symbol the event type, and any auxiliary string the event value.
PhysioEvents
onset
type
value
readWFDBAnnotation(path)
Path to the annotation file (e.g. "100.atr").
"100.atr"
A PhysioEvents object (onset in samples).
writeWFDBAnnotation