mne_hfo.utils.compute_hilbert#
- mne_hfo.utils.compute_hilbert(signal, freq_cutoffs, freq_span, sfreq)[source]#
Compute the Hilbert envelope for a single channel.
- Parameters:
- signal
np.ndarray
EEG signal for a single channel.
- freq_cutoffs
tuple
The lower and higher frequency cutoff.
- freq_span
tuple
The span of how many frequencies there are.
- sfreq
float
The sampling rate.
- signal
- Returns:
- hfx_bands
np.ndarray
Hilbert transforms per freq band.
- hfx_bands