This program implements the run-by-run comparison algorithm described in Testing and Reporting Performance Results of Ventricular Arrhythmia Detection Algorithms, an AAMI Recommended Practice (AAMI ECAR-1987). Using options -C, -L, or -S, rxr implements the run-by-run comparison algorithm specified by the current American National Standard for ambulatory ECG analyzers (ANSI/AAMI EC38-1994). rxr is the reference implementation of these algorithms, and must be used to obtain the run-by-run performance statistics cited in EC38 in order to be in compliance with the standard. The EC38 comparison algorithm includes all of the ECAR statistics (so that both sets of requirements are satisfied by using the EC38 algorithm), with additional statistics on detection of runs of supraventricular ectopic beats (SVE runs).
Input to this program consists of two annotation files associated with the same record. One of these is designated the reference annotation file, the other the test annotation file (called the `algorithm' annotation file in EC-38 and in ECAR).
Options include:
At most one of -c, -C, -l, -L, -s, and -S can be given as an option. If `-' is given as a file argument, reports are written on the standard output. If no options are specified, rxr writes standard reports on the standard output (equivalent to using the option -s -). The output generated by selecting -l or -L includes column headings only if a file other than `-' is specified, and only if the specified file does not already exist. In this way, rxr can be used repeatedly to build up a line-format table for multiple records, for further processing by sumstats(1) .
The -v option specifies that each
mismatch is described on the standard output in a format similar to:
3/5(120188-121065)
where the first number is the reference run length,
the second is the test run length (each of these is between 0 and 6),
and the numbers in parentheses indicate the location of the match window
in sample intervals.
The shell variable DB should be set and exported (see setdb(1) ).
Since rxr performs multiple passes over its input files, it cannot be used at the end of a pipe.