mne.time_frequency.
psd_array_multitaper
(x, sfreq, fmin=0, fmax=inf, bandwidth=None, adaptive=False, low_bias=True, normalization=’length’, n_jobs=1, verbose=None)[source]¶Compute power spectrum density (PSD) using a multi-taper method.
Parameters: | x : array, shape=(…, n_times)
sfreq : float
fmin : float
fmax : float
bandwidth : float
adaptive : bool
low_bias : bool
normalization : str
n_jobs : int
verbose : bool, str, int, or None
|
---|---|
Returns: | psds : ndarray, shape (…, n_freqs) or
freqs : array
|
Notes
New in version 0.14.0.