Compute power spectral density (PSD) using a multi-taper method.
floatThe sampling frequency.
floatThe lower frequency of interest.
floatThe upper frequency of interest.
floatThe bandwidth of the multi taper windowing function in Hz.
Use adaptive weights to combine the tapered spectra into PSD (slow, use n_jobs >> 1 to speed up computation).
Only use tapers with more than 90% spectral concentration within bandwidth.
intNumber of parallel jobs to use (only used if adaptive=True).
Normalization strategy. If “full”, the PSD will be normalized by the
sampling rate as well as the length of the signal (as in
Nitime). Default is 'length'.
str | int | NoneControl verbosity of the logging output. If None, use the default
verbosity level. See the logging documentation and
mne.verbose() for details. Should only be passed as a keyword
argument.
See also
Methods
  | 
Compute power spectral density (PSD) using a multi-taper method.  | 
  | 
Fit to data, then transform it.  | 
  | 
Compute power spectral density (PSD) using a multi-taper method.  | 
Compute power spectral density (PSD) using a multi-taper method.
PSDEstimatorThe modified instance.
mne.decoding.PSDEstimator#