braindecode.preprocessing.exponential_moving_standardize#
- braindecode.preprocessing.exponential_moving_standardize(data: ndarray[Any, dtype[_ScalarType_co]], factor_new: float = 0.001, init_block_size: int | None = None, eps: float = 0.0001)[source]#
Perform exponential moving standardization.
Compute the exponental moving mean
at time t as .Then, compute exponential moving variance
at time t as .Finally, standardize the data point
at time t as: .- Parameters:
- Returns:
standardized – Standardized data.
- Return type:
np.ndarray (n_channels, n_times)
Examples using braindecode.preprocessing.exponential_moving_standardize
#

Fingers flexion cropped decoding on BCIC IV 4 ECoG Dataset
Fingers flexion cropped decoding on BCIC IV 4 ECoG Dataset

Searching the best data augmentation on BCIC IV 2a Dataset
Searching the best data augmentation on BCIC IV 2a Dataset

Fingers flexion decoding on BCIC IV 4 ECoG Dataset
Fingers flexion decoding on BCIC IV 4 ECoG Dataset