Skip to content

WFDB Importer

biosigio.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: Recording: Recording object containing the loaded data and annotations.