mne.time_frequency.
multitaper_psd
(x, sfreq=6.283185307179586, fmin=0, fmax=inf, bandwidth=None, adaptive=False, low_bias=True, n_jobs=1, normalization='length', verbose=None)¶Compute power spectrum density (PSD) using a multi-taper method
Parameters: | x : array, shape=(n_signals, n_times) or (n_times,)
sfreq : float
fmin : float
fmax : float
bandwidth : float
adaptive : bool
low_bias : bool
n_jobs : int
normalization : str
verbose : bool, str, int, or None
|
---|---|
Returns: | psd : array, shape=(n_signals, len(freqs)) or (len(freqs),)
freqs : array
|
See also
mne.io.Raw.plot_psd
, mne.Epochs.plot_psd
Notes
New in version 0.9.0.