mne.time_frequency.
cwt_morlet
(X, sfreq, freqs, use_fft=True, n_cycles=7.0, zero_mean=False)¶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 of shape [n_signals, n_times]
sfreq : float
freqs : array
use_fft : bool
n_cycles: float | array of float :
zero_mean : bool
|
---|---|
Returns: | tfr : 3D array
|
See also
tfr.cwt