.TH SIGAMP 1 "12 January 2006" "WFDB 10.4.24" "WFDB Applications Guide" .SH NAME sigamp \- measure signal amplitudes of a WFDB record .SH SYNOPSIS \fBsigamp -r\fR \fIrecord\fR [ \fIoptions\fR ... ] .SH DESCRIPTION .PP \fBsigamp\fR measures either baseline-corrected RMS amplitudes or (for suitably annotated ECG signals) normal QRS peak-to-peak amplitudes for all signals of the specified \fIrecord\fR. It makes up to 300 measurements (but see \fB-n\fR below) for each signal and calculates trimmed means (by discarding the largest and smallest 5% of the measurements and taking the mean of the remaining 90%). .PP \fIOptions\fR include: .TP \fB-a\fR \fIannotator\fR Measure QRS peak-to-peak amplitudes based on normal QRS annotations from the specified \fIannotator\fR. .TP \fB-d\fR \fIdt1 dt2\fR Set the measurement window relative to QRS annotations. Defaults: \fIdt1\fR = 0.05 (seconds before the annotation); \fIdt2\fR = 0.05 (seconds after the annotation). .TP \fB-f\fR \fItime\fR Begin at the specified \fItime\fR in \fIrecord\fR (default: the beginning of \fIrecord\fR). .TP \fB-h\fR Print a usage summary. .TP \fB-H\fR Read the signal files in high-resolution mode (default: standard mode). These modes are identical for ordinary records. For multifrequency records, the standard decimation of oversampled signals to the frame rate is suppressed in high-resolution mode (rather, all other signals are resampled at the highest sampling frequency). .TP \fB-n\fR \fInmax\fR Make up to \fInmax\fR measurements on each signal (default: 300). .TP \fB-p\fR Print results in physical units (default: ADC units). \fB-p\fR may be followed by a single character to specifify a time format (used with \fB-q\fR and \fB-v\fR when printing individual measurements); choices are \fB-pd\fR (time of day and date if known), \fB-pe\fR (elapsed time in hours, minutes, and seconds), \fB-ph\fR (elapsed time in hours), \fB-pm\fR (elapsed time in minutes), \fB-ps\fR (elapsed time in seconds (default)), \fB-pS\fR (elapsed time in sample intervals). .TP \fB-q\fR Quick mode: print individual measurements only. .TP \fB-t\fR \fItime\fR Process until the specified \fItime\fR in \fIrecord\fR (default: the end of the record). Processing will be terminated prematurely if 250 measurements are made before reaching the specified \fItime\fR. .TP \fB-v\fR Verbose mode: print individual measurements as well as trimmed means. .TP \fB-w\fR \fIdtw\fR Set RMS amplitude measurement window. Default: \fIdtw\fR = 1 (second). .SH ENVIRONMENT .PP It may be necessary to set and export the shell variable \fBWFDB\fR (see \fBsetwfdb\fR(1)). .SH SEE ALSO \fBcalsig\fR(1), \fBsetwfdb\fR(1), \fBsigavg\fR(1) .SH AUTHOR George B. Moody (george@mit.edu) .SH SOURCE http://www.physionet.org/physiotools/wfdb/app/sigamp.c