mne_features.univariate.compute_rms

mne_features.univariate.compute_rms(data)

Root-mean squared value of the data (per channel).

Parameters
datandarray, shape (n_channels, n_times)
Returns
outputndarray, shape (n_channels,)

Notes

Alias of the feature function: rms

Fork me on GitHub