-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexeWelchRaw.m
More file actions
27 lines (26 loc) · 764 Bytes
/
exeWelchRaw.m
File metadata and controls
27 lines (26 loc) · 764 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 = pwelch(Pre_Adrian);
Pre_Aji = pwelch(Pre_Aji);
Pre_Aris = pwelch(Pre_Aris);
Pre_Bella = pwelch(Pre_Bella);
Pre_Gafur = pwelch(Pre_Gafur);
Pre_Ima = pwelch(Pre_Ima);
Pre_Jodi = pwelch(Pre_Jodi);
Pre_Mas_Fadil = pwelch(Pre_Mas_Fadil);
Pre_Rizky = pwelch(Pre_Rizky);
Pre_Sely = pwelch(Pre_Sely);
Pre_Supri = pwelch(Pre_Supri);
Pre_Wega = pwelch(Pre_Wega);
%Pos Condition
Pos_Adrian = pwelch(Pos_Adrian);
Pos_Aji = pwelch(Pos_Aji);
Pos_Aris = pwelch(Pos_Aris);
Pos_Bella = pwelch(Pos_Bella);
Pos_Gafur = pwelch(Pos_Gafur);
Pos_Ima = pwelch(Pos_Ima);
Pos_Jodi = pwelch(Pos_Jodi);
Pos_Mas_Fadil = pwelch(Pos_Mas_Fadil);
Pos_Rizky = pwelch(Pos_Rizky);
Pos_Sely = pwelch(Pos_Sely);
Pos_Supri = pwelch(Pos_Supri);
Pos_Wega = pwelch(Pos_Wega);