mne.time_frequency.
csd_epochs
(epochs, mode=’multitaper’, fmin=0, fmax=inf, fsum=True, tmin=None, tmax=None, n_fft=None, mt_bandwidth=None, mt_adaptive=False, mt_low_bias=True, projs=None, verbose=None)[source]¶Estimate cross-spectral density from epochs.
Parameters: | epochs : instance of Epochs
mode : str
fmin : float
fmax : float | np.inf
fsum : bool
tmin : float | None
tmax : float | None
n_fft : int | None
mt_bandwidth : float | None
mt_adaptive : bool
mt_low_bias : bool
projs : list of Projection | None
verbose : bool, str, int, or None
|
---|---|
Returns: | csd : instance of CrossSpectralDensity
|
mne.time_frequency.csd_epochs
¶