Time-frequency coherency

版本 1.2.0.0 (8.6 KB) 作者: TjeerdB
Computes the complex-valued time-frequency coherency between two signal vectors
1.2K 次下载
更新时间 2013/4/11

查看许可证

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.

引用格式

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

MATLAB 版本兼容性
创建方式 R2012a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Multimodal 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
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