mne.time_frequency.
cwt_morlet
(X, sfreq, freqs, use_fft=True, n_cycles=7.0, zero_mean=False, decim=1)¶Compute time freq decomposition with Morlet wavelets
This function operates directly on numpy arrays. Consider using tfr_morlet to process Epochs or Evoked instances.
Parameters: | X : array, shape (n_signals, n_times)
sfreq : float
freqs : array
use_fft : bool
n_cycles: float | array of float :
zero_mean : bool
decim : int | slice
|
---|---|
Returns: | tfr : 3D array
|
See also
tfr.cwt