braindecode.augmentation.functional.time_reverse

braindecode.augmentation.functional.time_reverse(X, y)

Flip the time axis of each input.

Parameters
Xtorch.Tensor

EEG input example or batch.

ytorch.Tensor

EEG labels for the example or batch.

Returns
torch.Tensor

Transformed inputs.

torch.Tensor

Transformed labels.