WFDB Importer¶
emgio.importers.wfdb.WFDBImporter
¶
Bases: BaseImporter
Importer for WFDB format files.
load(filepath)
¶
Load EMG data and annotations from WFDB files.
Assumes annotation files (.atr) share the same base name as the record file and are located in the same directory.
Args: filepath: Path to the WFDB header file (.hea) or just the record name.
Returns: EMG: EMG object containing the loaded data and annotations.