myoverse.datasets.presets.embc_train_transform#
- myoverse.datasets.presets.embc_train_transform(config=None, augmentation='noise')[source]#
Training-time transform for EMG (EMBC paper).
Creates dual representation by stacking raw and filtered signals.
- Parameters:
config (EMBCConfig | None) – Configuration (uses defaults if None).
augmentation (str) – Augmentation: “noise”, “warp”, or “none”.
- Returns:
Transform pipeline producing (representation, channel, time).
- Return type:
Compose