muse {EGM} | R Documentation |
Read in ECG data from MUSE
Description
This function serves to read/convert XML based files from the MUSE system to digital signal. This can subsequently be written into other formats. The MUSE system is somewhat proprietary, and each version may or may not allow export options into XML.
Usage
read_muse(file)
Arguments
file |
An ECG file from MUSE in XML format |
Details
GE Healthcare MUSE v9 is currently the model that is being used. These functions have not been tested in older models.
Value
An egm
class object that is a list of eps
signals the format of a
data.table
, with an attached header attribute that contains
additional recording data.
[Package EGM version 0.1.0 Index]