mne_hfo.utils.compute_rms# mne_hfo.utils.compute_rms(signal, win_size=6)[source]# Calculate the Root Mean Square (RMS) energy. Parameters: signalnumpy array1D signal to be transformed. win_sizeintNumber of the points of the window (default=6). Returns: rms: np.ndarrayRoot mean square transformed signal.