mne.viz.
plot_raw_psd
(raw, tmin=0.0, tmax=inf, fmin=0, fmax=inf, proj=False, n_fft=2048, picks=None, ax=None, color='black', area_mode='std', area_alpha=0.33, n_overlap=0, dB=True, show=True, n_jobs=1, verbose=None)¶Plot the power spectral density across channels
Parameters: | raw : instance of io.Raw
tmin : float
tmax : float
fmin : float
fmax : float
proj : bool
n_fft : int
picks : array-like of int | None
ax : instance of matplotlib Axes | None
color : str | tuple
area_mode : str | None
area_alpha : float
n_overlap : int
dB : bool
show : bool
n_jobs : int
verbose : bool, str, int, or None
|
---|---|
Returns: | fig : instance of matplotlib figure
|