wavelet解析について知りたいです

4 visualizzazioni (ultimi 30 giorni)
Sato Ren
Sato Ren il 10 Dic 2021
wavelet-toolboxを使用と考えていますが、行き詰っています。使用しているバージョンは、R2021bです。
まず、私がやりたい解析は、2つのデータの相関を調べようと考えています。その際、ネットで同じようなことをしているものを見つけましたが、プログラムの書き方が載っていません(私の知識不足というのもありますが)。 
まず、
「オクターブ数を4、周波数範囲は0.4~0.025、1オクターブ数あたりの声数も4であり、波長差が2.5秒の16の音階を使用した」
原文「Cross-brain synchrony (coherence) was evaluated using wavelet analysis in the MATLAB 2018A Wavelet Toolbox. The wavelet kernel was a complex Gaussian provided by MATLAB. The number of octaves was four, and the range of frequencies was 0.4–0.025 Hz. The number of voices per octave was also four, and, therefore, 16 scales were used for which the wavelength difference was 2.5 s.」
と書いてありました。
プログラムの書き方を教えてほしいです。
相関を見たい2つは、
ch11 = mean(data{1,2}(:, 1:301, n, 1),1);
ch21 = mean(data{1,4}(:, 1:301, n, 1),1);
このふたつです。
参考URL:https://www.frontiersin.org/articles/10.3389/fnhum.2020.00019/full#B22

Risposte (0)

Categorie

Scopri di più su 連続ウェーブレット変換 in Help Center e File Exchange

Prodotti


Release

R2021b

Community Treasure Hunt

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

Start Hunting!