mne.time_frequency.
cwt_morlet
(*args, **kwargs)¶Warning
DEPRECATED: This function will be removed in mne 0.14; use mne.time_frequency.tfr_morlet() with average=False instead.
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)
|
---|---|
Returns: | tfr : 3D array
|
See also
tfr.cwt