Gamma modulation TFR - sensor level (Fig 2A/B)
收藏DataONE2015-10-12 更新2024-06-27 收录
下载链接:
https://search.dataone.org/view/null
下载链接
链接失效反馈官方服务:
资源简介:
Fieldtrip structure containing a time-frequency representation of the grand average alpha modulation index scores from all 26 subjects at the sensor level. The user will need to download and install the fieldtrip matlab toolbox (http://www.fieldtriptoolbox.org/) to visualise this data. The following matlab code will reproduce the top rows of Fig 2A and Fig 2B from this structure:
figure
cfg=[];
cfg.zlim=[-1.5 1.5];
cfg.channel={'MLO*'};
subplot(2,1,1),ft_singleplotTFR(cfg,gmod_g);
cfg.channel={'MRO*'};
subplot(2,1,2),ft_singleplotTFR(cfg,gmod_g);
创建时间:
2015-10-12



