mne.time_frequency.
compute_raw_psd
(raw, tmin=0.0, tmax=None, picks=None, fmin=0, fmax=inf, n_fft=2048, n_overlap=0, proj=False, n_jobs=1, verbose=None)¶Compute power spectral density with average periodograms.
Parameters: | raw : instance of Raw
tmin : float
tmax : float | None
picks : array-like of int | None
fmin : float
fmax : float
n_fft : int
n_overlap : int
proj : bool
n_jobs : int
verbose : bool, str, int, or None
|
---|---|
Returns: | psd : array of float
freqs: array of float :
|