-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexeWelch.m
More file actions
27 lines (26 loc) · 812 Bytes
/
exeWelch.m
File metadata and controls
27 lines (26 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
% Pre Condition
Pre_Adrian = eegWelch(Pre_Adrian);
Pre_Aji = eegWelch(Pre_Aji);
Pre_Aris = eegWelch(Pre_Aris);
Pre_Bella = eegWelch(Pre_Bella);
Pre_Gafur = eegWelch(Pre_Gafur);
Pre_Ima = eegWelch(Pre_Ima);
Pre_Jodi = eegWelch(Pre_Jodi);
Pre_Mas_Fadil = eegWelch(Pre_Mas_Fadil);
Pre_Rizky = eegWelch(Pre_Rizky);
Pre_Sely = eegWelch(Pre_Sely);
Pre_Supri = eegWelch(Pre_Supri);
Pre_Wega = eegWelch(Pre_Wega);
%Pos Condition
Pos_Adrian = eegWelch(Pos_Adrian);
Pos_Aji = eegWelch(Pos_Aji);
Pos_Aris = eegWelch(Pos_Aris);
Pos_Bella = eegWelch(Pos_Bella);
Pos_Gafur = eegWelch(Pos_Gafur);
Pos_Ima = eegWelch(Pos_Ima);
Pos_Jodi = eegWelch(Pos_Jodi);
Pos_Mas_Fadil = eegWelch(Pos_Mas_Fadil);
Pos_Rizky = eegWelch(Pos_Rizky);
Pos_Sely = eegWelch(Pos_Sely);
Pos_Supri = eegWelch(Pos_Supri);
Pos_Wega = eegWelch(Pos_Wega);