mne_features.univariate.compute_ptp_amp

mne_features.univariate.compute_ptp_amp(data)

Peak-to-peak (PTP) amplitude of the data (per channel).

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

Notes

Alias of the feature function: ptp_amp

Fork me on GitHub