Skip to content
Snippets Groups Projects
Commit aa4561ca authored by Jaramillo, Valeria Dr (Psychology)'s avatar Jaramillo, Valeria Dr (Psychology)
Browse files

cleaned power topoplots

parent 4f5d8b9d
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ clear all; ...@@ -2,7 +2,7 @@ clear all;
close all; close all;
addpath(genpath('\\surrey.ac.uk\personal\hs301\m17462\matlab\eeglab')); % eeglab toolbox, see README on where to find this addpath(genpath('\\surrey.ac.uk\personal\hs301\m17462\matlab\eeglab')); % eeglab toolbox, see README on where to find this
addpath(genpath('\\surrey.ac.uk\personal\hs301\m17462\matlab\Scripts\RSN')); % distinguishable colors, see README on where to find this addpath(genpath('\\surrey.ac.uk\personal\hs301\m17462\matlab\Scripts\RSN')); % contains distinguishable colors function, see README on where to find this
addpath(genpath('\\surrey.ac.uk\personal\hs301\m17462\matlab\Henry\useful_functions')); % contains linspecer function, circular statistics toolbox functions, echt function, shadedErrorBar function, see README on where to find this addpath(genpath('\\surrey.ac.uk\personal\hs301\m17462\matlab\Henry\useful_functions')); % contains linspecer function, circular statistics toolbox functions, echt function, shadedErrorBar function, see README on where to find this
Savefolder = 'D:\Valeria\RSN\data\for_sharing\data_to_make_figures\Figures\'; Savefolder = 'D:\Valeria\RSN\data\for_sharing\data_to_make_figures\Figures\';
......
...@@ -60,7 +60,7 @@ end ...@@ -60,7 +60,7 @@ end
set(gca,'Fontsize',35,'TickDir','out','LineWidth',3); set(gca,'Fontsize',35,'TickDir','out','LineWidth',3);
saveas(gcf,[Savefolder,'Suppl_Figure4B_polarplot_thetastim_alphafilt_allsub.svg']); saveas(gcf,[Savefolder,'Suppl_Figure4C_polarplot_thetastim_alphafilt_allsub.svg']);
%% Theta stim - thetafilt %% Theta stim - thetafilt
......
...@@ -111,7 +111,8 @@ calculate number of trials, run in order A-B ...@@ -111,7 +111,8 @@ calculate number of trials, run in order A-B
### psd ### psd
perform power analyses, run in order A-C perform power analyses, run in order A-C
**A_Power_ON_OFF_goodREM**: perform power analysis for all trials of each condition and for each participant **A1_Power_rem_wake**: average power across all, phasic, and tonic epochs, and all wake, EO, and EC and save for all participants
**A2_Power_ON_OFF_goodREM**: perform power analysis for all trials of each condition and for each participant
**B_Power_ON_OFF_allsub_allch**: average across all good trials, all good phasic and all good tonic trials and save for all participants **B_Power_ON_OFF_allsub_allch**: average across all good trials, all good phasic and all good tonic trials and save for all participants
**C_cluster_analysis_SnPM_power**: calculate lme for each electrode with cluster correction for alpha CLAS **C_cluster_analysis_SnPM_power**: calculate lme for each electrode with cluster correction for alpha CLAS
**C_cluster_analysis_SnPM_power_theta**: calculate lme for each electrode with cluster correction for theta CLAS **C_cluster_analysis_SnPM_power_theta**: calculate lme for each electrode with cluster correction for theta CLAS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment