Coherence as a function of time
2 ビュー (過去 30 日間)
古いコメントを表示
Hey,
How is it possible in MATLAB to calculate Coherence as a function of time for two nonstationary signals (EEG)?
0 件のコメント
回答 (1 件)
Bjorn Gustavsson
2019 年 10 月 16 日
Have a look at mscohere, and its help and documentation. It should allow you to calculate the coherence. My version resides in the signal processing toolbox. If you don't have that toolbox, I think you'd have to write your own versions of
spectrogram, and related functions, that will be a bit of a bother but shouldn't be toooooo hard if your application allows you to be a bit less general than Mathworks has to be.
HTH
参考
カテゴリ
Help Center および File Exchange で Parametric Spectral Estimation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!