Time-Frequency#
Time frequency analysis tools.
  | 
Data object for spectrotemporal representations of averaged data.  | 
  | 
Data object for precomputed spectrotemporal representations of averaged data.  | 
  | 
Base class for RawTFR, EpochsTFR, and AverageTFR (for type checking only).  | 
  | 
Data object for spectrotemporal representations of epoched data.  | 
  | 
Data object for precomputed spectrotemporal representations of epoched data.  | 
  | 
Data object for spectrotemporal representations of continuous data.  | 
  | 
Data object for precomputed spectrotemporal representations of continuous data.  | 
  | 
Cross-spectral density.  | 
  | 
Data object for spectral representations of continuous data.  | 
  | 
Data object for precomputed spectral data (in NumPy array format).  | 
  | 
Data object for spectral representations of epoched data.  | 
  | 
Data object for precomputed epoched spectral data (in NumPy array format).  | 
Functions that operate on mne-python objects:
  | 
Merge spectral data by weighted addition.  | 
  | 
Merge AverageTFR data by weighted addition.  | 
  | 
Compute covariance matrices across frequencies for TFR epochs.  | 
  | 
Estimate cross-spectral density from an array using short-time fourier.  | 
  | 
Estimate cross-spectral density from epochs using a multitaper method.  | 
  | 
Estimate cross-spectral density from epochs using Morlet wavelets.  | 
  | 
Pick channels from cross-spectral density matrix.  | 
  | 
Read a CrossSpectralDensity object from an HDF5 file.  | 
  | 
Fit an AR model to raw data and creates the corresponding IIR filter.  | 
  | 
|
  | 
|
  | 
|
  | 
Load a TFR object from disk.  | 
  | 
Write a TFR dataset to hdf5.  | 
  | 
Load a   | 
Functions that operate on np.ndarray objects:
  | 
Estimate cross-spectral density from an array using short-time fourier.  | 
  | 
Estimate cross-spectral density from an array using a multitaper method.  | 
  | 
Estimate cross-spectral density from an array using Morlet wavelets.  | 
  | 
Compute Discrete Prolate Spheroidal Sequences.  | 
  | 
Compute the full-width half maximum of a Morlet wavelet.  | 
  | 
Compute Morlet wavelets for the given frequency range.  | 
  | 
STFT Short-Term Fourier Transform using a sine window.  | 
  | 
ISTFT Inverse Short-Term Fourier Transform using a sine window.  | 
  | 
Compute frequencies of stft transformation.  | 
  | 
Compute power spectral density (PSD) using a multi-taper method.  | 
  | 
Compute power spectral density (PSD) using Welch's method.  | 
  | 
Compute Time-Frequency Representation (TFR) using Morlet wavelets.  | 
  | 
Compute Time-Frequency Representation (TFR) using DPSS tapers.  | 
  | 
Compute power and intertrial coherence using Stockwell (S) transform.  | 
A module which implements the time-frequency estimation.
Morlet code inspired by Matlab code from Sheraz Khan & Brainstorm & SPM