mne_features.univariate
.compute_hjorth_complexity_spect¶Hjorth complexity (per channel).
Hjorth complexity parameter computed from the Power Spectrum of the data.
Sampling rate of the data.
Normalize the result by the total power.
Method used for the estimation of the Power Spectral Density (PSD).
Valid methods are: 'welch'
, 'multitaper'
or 'fft'
.
If not None, dict with optional parameters (welch_n_fft,
welch_n_per_seg, welch_n_overlap) to be passed to
mne_features.utils.power_spectrum()
. If None, default parameters
are used (see doc for mne_features.utils.power_spectrum()
).
Notes
Alias of the feature function: hjorth_complexity_spect. See [1] and [2].
References