Time-frequency coherency

Version 1.2.0.0 (8,56 KB) von TjeerdB
Computes the complex-valued time-frequency coherency between two signal vectors
1,2K Downloads
Aktualisiert 11. Apr 2013

Lizenz anzeigen

Three functions that estimate the complex coherency coefficients using Fourier decomposition of vector X and Y. Functions differ in the way the the cross and auto spectra are smoothed.

-tfcohf: auto and cross spectra are smoothed with identical smoothing kernels.
-tfcohf2: only the auto spectra are smoothed ( ensemble averaged spectra)
-tfcohf3: auto and cross spectra are smoothed with different smoothing kernels.

Using identical smoothing operators (tfcohf) is the gold standard and this estimator is bound to [0,1]. Using non-identical smoothing operators (tfcohf2 and tfcohf3), the estimator is not bound to [0,1], but may be useful for specific purposes. Gaussian smoothing kernels can be 1D (only temporal) or 2D (smoothing in time and frequency domain).

Functions have similar setup and variable names as functions from the Signal Processing Toolbox. Functions are very basic and can be applied to different types of signals.

The package is associated with the following reference:
Mehrkanoon S, Breakspear M, Daffertshofer A, Boonstra TW (2013). Non-identical smoothing operators for estimating time-frequency interdependence in electrophysiological recordings. EURASIP Journal on Advances in Signal Processing 2013, 2013:73. doi:10.1186/1687-6180-2013-73

In the case you found the code useful for your work, please cite the above reference in your publications.

Zitieren als

TjeerdB (2024). Time-frequency coherency (https://www.mathworks.com/matlabcentral/fileexchange/38537-time-frequency-coherency), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2012a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Multimodal finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.2.0.0

updated reference

1.1.0.0

small edition to description explaining the differences between the three functions

1.0.0.0