-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathRun04_Compare_OurApproach_Lopez_Akke.m
48 lines (36 loc) · 1.3 KB
/
Run04_Compare_OurApproach_Lopez_Akke.m
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
clc
clear
figure(1)
xText = 5.5;
load Run03Test_80dB
subplot(411)
bar(lengthWindow, MSE_1phase3phase_withHarmonics,'group')
ylabel('MSE','FontSize', fontSize, 'FontWeight', 'light')
yText = 0.9*max(max(MSE_1phase3phase_withHarmonics));
text(xText,yText, ['SNR = ' int2str(20*log10(1/sigma))])
load Run03Test_60dB
subplot(412)
bar(lengthWindow, MSE_1phase3phase_withHarmonics,'group')
ylabel('MSE','FontSize', fontSize, 'FontWeight', 'light')
yText = 0.9*max(max(MSE_1phase3phase_withHarmonics));
text(xText,yText, ['SNR = ' int2str(20*log10(1/sigma))])
load Run03Test_40dB
subplot(413)
bar(lengthWindow, MSE_1phase3phase_withHarmonics,'group')
ylabel('MSE','FontSize', fontSize, 'FontWeight', 'light')
yText = 0.9*max(max(MSE_1phase3phase_withHarmonics));
text(xText,yText, ['SNR = ' int2str(20*log10(1/sigma))])
load Run03Test_20dB
subplot(414)
bar(lengthWindow, MSE_1phase3phase_withHarmonics,'group')
ylabel('MSE','FontSize', fontSize, 'FontWeight', 'light')
yText = 0.9*max(max(MSE_1phase3phase_withHarmonics));
text(xText,yText, ['SNR = ' int2str(20*log10(1/sigma))])
gtext('[17]\downarrow')% Lopez
gtext('[17]\downarrow')% Lopez
gtext('[17]\downarrow')% Lopez
gtext('[17]\downarrow')% Lopez
gtext('[8]\downarrow') % Akke
gtext('[8]\downarrow') % Akke
gtext('[8]\downarrow') % Akke
gtext('[8]\downarrow') % Akke