The files in this set can be used for testing a variety of devices that
monitor the electrocardiogram. The recordings include both synthetic and
real waveforms. For details on these test waveforms and how to use them,
please refer to section 5.1.2.1, paragraphs (e) and (g) in the reference
below. Each recording contains one ECG signal sampled at 720 Hz with 12-bit
resolution.
References
Goldberger AL, Amaral LAN, Glass L, Hausdorff JM, Ivanov PCh,
Mark RG, Mietus JE, Moody GB, Peng CK, Stanley HE. PhysioBank,
PhysioToolkit, and PhysioNet: Components of a New Research Resource for
Complex Physiologic Signals. Circulation 101(23):e215-e220; 2000 (June
13).
Cardiac monitors, heart rate meters, and alarms; American National
Standard (ANSI/AAMI EC13:2002). Arlington, VA: Association for the
Advancement of Medical Instrumentation, 2002.
data(aami3a);
data(aami3b);
## Plot both as a multivariate TS object## only extract the first 10 secondsplot( main="ECG (mV)",
window(
cbind(aami3a,aami3b) ,end=10)
)