Compare commits
2 Commits
5c7fee34e2
...
021617fe50
| Author | SHA1 | Date | |
|---|---|---|---|
| 021617fe50 | |||
| 1918447edc |
+11
-6
@@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
% use these fields to select the task that should be calculated
|
% use these fields to select the task that should be calculated
|
||||||
do_task1 = false;
|
do_task1 = false;
|
||||||
do_task2 = false;
|
do_task2 = true;
|
||||||
do_task3_1 = false;
|
do_task3_1 = true;
|
||||||
do_task3_2 = false;
|
do_task3_2 = true;
|
||||||
do_task3_2_simple_calc = true;
|
do_task3_2_simple_calc = true;
|
||||||
do_task4 = false;
|
do_task4 = true;
|
||||||
|
|
||||||
carrier_frequency = 2.4e9;
|
carrier_frequency = 2.4e9;
|
||||||
wifi_be_subcarrier_spacing = 78.125e3;
|
wifi_be_subcarrier_spacing = 78.125e3;
|
||||||
@@ -79,7 +79,7 @@ end
|
|||||||
if do_task3_2_simple_calc
|
if do_task3_2_simple_calc
|
||||||
carrier_frequencies = [1e9 2.4e9 5e9 5.8e9 6e9 12e9 24e9 60e9];
|
carrier_frequencies = [1e9 2.4e9 5e9 5.8e9 6e9 12e9 24e9 60e9];
|
||||||
meanDopplerShifts = zeros(1, numel(carrier_frequencies));
|
meanDopplerShifts = zeros(1, numel(carrier_frequencies));
|
||||||
parfor f_idx = 1 : numel(carrier_frequencies);
|
parfor f_idx = 1 : numel(carrier_frequencies)
|
||||||
dopplerShifts = arrayfun(@(el) dopplerShiftCircularOrbit(el, leo_altitude, 0, carrier_frequencies(f_idx)), elevationAngles);
|
dopplerShifts = arrayfun(@(el) dopplerShiftCircularOrbit(el, leo_altitude, 0, carrier_frequencies(f_idx)), elevationAngles);
|
||||||
meanDopplerShifts(f_idx) = mean(dopplerShifts);
|
meanDopplerShifts(f_idx) = mean(dopplerShifts);
|
||||||
end
|
end
|
||||||
@@ -90,4 +90,9 @@ if do_task3_2_simple_calc
|
|||||||
for f_idx = 1 : numel(carrier_frequencies)
|
for f_idx = 1 : numel(carrier_frequencies)
|
||||||
fprintf("| %.1f GHz | ~%.2fkHz | ~%.2f |\n", carrier_frequencies(f_idx) / 1e9, meanDopplerShifts(f_idx) / 1e3, meanDopplerShifts(f_idx) / wifi_be_subcarrier_spacing);
|
fprintf("| %.1f GHz | ~%.2fkHz | ~%.2f |\n", carrier_frequencies(f_idx) / 1e9, meanDopplerShifts(f_idx) / 1e3, meanDopplerShifts(f_idx) / wifi_be_subcarrier_spacing);
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if do_task4
|
||||||
|
use_t1_as_t4 = true;
|
||||||
|
task1;
|
||||||
|
end
|
||||||
|
|||||||
@@ -0,0 +1,29 @@
|
|||||||
|
function parfor_waitbar(f, totalJobs, detail, reset)
|
||||||
|
persistent done
|
||||||
|
|
||||||
|
if reset
|
||||||
|
done = 0;
|
||||||
|
if ishandle(f)
|
||||||
|
if isempty(detail)
|
||||||
|
waitbar(0, f, "Starting");
|
||||||
|
else
|
||||||
|
waitbar(0, f, detail);
|
||||||
|
end
|
||||||
|
end
|
||||||
|
return
|
||||||
|
end
|
||||||
|
|
||||||
|
if isempty(done)
|
||||||
|
done = 0;
|
||||||
|
end
|
||||||
|
|
||||||
|
done = done + 1;
|
||||||
|
|
||||||
|
if ishandle(f)
|
||||||
|
progressText = sprintf("Done %d/%d", done, totalJobs);
|
||||||
|
if ~isempty(detail)
|
||||||
|
progressText = sprintf("%s | %s", progressText, char(detail));
|
||||||
|
end
|
||||||
|
waitbar(min(done / totalJobs, 1), f, progressText);
|
||||||
|
end
|
||||||
|
end
|
||||||
@@ -0,0 +1,956 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg width="388.056mm" height="249.061mm"
|
||||||
|
viewBox="0 0 1100 706"
|
||||||
|
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
|
||||||
|
<title>Qt SVG Document</title>
|
||||||
|
<desc>MATLAB, The MathWorks, Inc. Version 26.1.0.3251617 R2026a Update 2</desc>
|
||||||
|
<defs>
|
||||||
|
</defs>
|
||||||
|
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||||
|
|
||||||
|
<g fill="#ffffff" fill-opacity="1" stroke="none" transform="matrix(0.512934,0,0,0.514176,-124.321,-47.4752)"
|
||||||
|
font-family=".AppleSystemUIFont" font-size="13" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M242,92 L2386,92 L2386,1465 L242,1465 L242,92"/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#ffffff" fill-opacity="1" stroke="none" transform="matrix(5.12934e-05,0,0,5.14176e-05,-124.321,-47.4752)"
|
||||||
|
font-family=".AppleSystemUIFont" font-size="13" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M3.19e+06,1.19e+06 L3.19e+06,1.408e+07 L2.224e+07,1.408e+07 L2.224e+07,1.19e+06 L3.19e+06,1.19e+06"/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#212121" fill-opacity="0.14902" stroke="#212121" stroke-opacity="0.14902" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" transform="matrix(0.512934,0,0,0.514176,-124.321,-47.4752)"
|
||||||
|
font-family=".AppleSystemUIFont" font-size="13" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="402.372,1408 402.372,119 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="618.849,1408 618.849,119 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="835.327,1408 835.327,119 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1051.8,1408 1051.8,119 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1268.28,1408 1268.28,119 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1484.76,1408 1484.76,119 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1701.24,1408 1701.24,119 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1917.71,1408 1917.71,119 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2134.19,1408 2134.19,119 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#212121" fill-opacity="0.14902" stroke="#212121" stroke-opacity="0.14902" stroke-dasharray="1,3" stroke-dashoffset="0" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" transform="matrix(0.512934,0,0,0.514176,-124.321,-47.4752)"
|
||||||
|
font-family=".AppleSystemUIFont" font-size="13" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,1407.69 319,1407.69 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,1387.78 319,1387.78 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,1252.78 319,1252.78 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,1184.24 319,1184.24 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,1135.6 319,1135.6 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,1097.88 319,1097.88 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,1067.05 319,1067.05 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,1040.99 319,1040.99 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,1018.42 319,1018.42 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,998.507 319,998.507 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,863.513 319,863.513 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,794.966 319,794.966 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,746.331 319,746.331 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,708.607 319,708.607 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,677.784 319,677.784 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,651.724 319,651.724 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,629.15 319,629.15 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,609.237 319,609.237 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,474.244 319,474.244 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,405.697 319,405.697 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,357.062 319,357.062 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,319.338 319,319.338 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,288.515 319,288.515 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,262.454 319,262.454 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,239.88 319,239.88 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,219.968 319,219.968 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#212121" fill-opacity="0.14902" stroke="#212121" stroke-opacity="0.14902" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" transform="matrix(0.512934,0,0,0.514176,-124.321,-47.4752)"
|
||||||
|
font-family=".AppleSystemUIFont" font-size="13" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,1369.96 319,1369.96 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,980.695 319,980.695 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,591.425 319,591.425 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,202.156 319,202.156 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#212121" fill-opacity="1" stroke="#212121" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="round" transform="matrix(0.512934,0,0,0.514176,-124.321,-47.4752)"
|
||||||
|
font-family=".AppleSystemUIFont" font-size="13" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="319,1408 2224,1408 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="319,119 2224,119 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="402.372,1408 402.372,1388.95 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="618.849,1408 618.849,1388.95 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="835.327,1408 835.327,1388.95 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1051.8,1408 1051.8,1388.95 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1268.28,1408 1268.28,1388.95 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1484.76,1408 1484.76,1388.95 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1701.24,1408 1701.24,1388.95 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1917.71,1408 1917.71,1388.95 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2134.19,1408 2134.19,1388.95 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="402.372,119 402.372,138.05 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="618.849,119 618.849,138.05 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="835.327,119 835.327,138.05 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1051.8,119 1051.8,138.05 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1268.28,119 1268.28,138.05 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1484.76,119 1484.76,138.05 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1701.24,119 1701.24,138.05 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1917.71,119 1917.71,138.05 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2134.19,119 2134.19,138.05 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#212121" fill-opacity="1" stroke="#212121" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(0.512934,0,0,0.514176,79.248,688.311)"
|
||||||
|
font-family="Helvetica" font-size="20" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<text fill="#212121" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0.390625" font-family="Helvetica" font-size="20" font-weight="400" font-style="normal"
|
||||||
|
>0</text>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#212121" fill-opacity="1" stroke="#212121" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(0.512934,0,0,0.514176,190.287,688.311)"
|
||||||
|
font-family="Helvetica" font-size="20" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<text fill="#212121" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0.390625" font-family="Helvetica" font-size="20" font-weight="400" font-style="normal"
|
||||||
|
>5</text>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#212121" fill-opacity="1" stroke="#212121" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(0.512934,0,0,0.514176,298.504,688.311)"
|
||||||
|
font-family="Helvetica" font-size="20" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<text fill="#212121" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0.390625" font-family="Helvetica" font-size="20" font-weight="400" font-style="normal"
|
||||||
|
>10</text>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#212121" fill-opacity="1" stroke="#212121" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(0.512934,0,0,0.514176,409.542,688.311)"
|
||||||
|
font-family="Helvetica" font-size="20" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<text fill="#212121" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0.390625" font-family="Helvetica" font-size="20" font-weight="400" font-style="normal"
|
||||||
|
>15</text>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#212121" fill-opacity="1" stroke="#212121" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(0.512934,0,0,0.514176,520.581,688.311)"
|
||||||
|
font-family="Helvetica" font-size="20" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<text fill="#212121" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0.390625" font-family="Helvetica" font-size="20" font-weight="400" font-style="normal"
|
||||||
|
>20</text>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#212121" fill-opacity="1" stroke="#212121" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(0.512934,0,0,0.514176,631.619,688.311)"
|
||||||
|
font-family="Helvetica" font-size="20" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<text fill="#212121" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0.390625" font-family="Helvetica" font-size="20" font-weight="400" font-style="normal"
|
||||||
|
>25</text>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#212121" fill-opacity="1" stroke="#212121" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(0.512934,0,0,0.514176,742.658,688.311)"
|
||||||
|
font-family="Helvetica" font-size="20" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<text fill="#212121" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0.390625" font-family="Helvetica" font-size="20" font-weight="400" font-style="normal"
|
||||||
|
>30</text>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#212121" fill-opacity="1" stroke="#212121" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(0.512934,0,0,0.514176,853.696,688.311)"
|
||||||
|
font-family="Helvetica" font-size="20" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<text fill="#212121" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0.390625" font-family="Helvetica" font-size="20" font-weight="400" font-style="normal"
|
||||||
|
>35</text>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#212121" fill-opacity="1" stroke="#212121" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(0.512934,0,0,0.514176,964.735,688.311)"
|
||||||
|
font-family="Helvetica" font-size="20" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<text fill="#212121" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0.390625" font-family="Helvetica" font-size="20" font-weight="400" font-style="normal"
|
||||||
|
>40</text>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#212121" fill-opacity="1" stroke="#212121" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(0.512934,0,0,0.514176,503.766,702.193)"
|
||||||
|
font-family="Helvetica" font-size="22" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<text fill="#212121" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="-0.0625" font-family="Helvetica" font-size="22" font-weight="400" font-style="normal"
|
||||||
|
>SNR (dB)</text>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#212121" fill-opacity="1" stroke="#212121" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="round" transform="matrix(0.512934,0,0,0.514176,-124.321,-47.4752)"
|
||||||
|
font-family="Helvetica" font-size="22" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="319,1408 319,119 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,1408 2224,119 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="319,1369.96 338.05,1369.96 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="319,980.695 338.05,980.695 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="319,591.425 338.05,591.425 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="319,202.156 338.05,202.156 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,1369.96 2204.95,1369.96 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,980.695 2204.95,980.695 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,591.425 2204.95,591.425 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,202.156 2204.95,202.156 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="319,1407.69 328.525,1407.69 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="319,1387.78 328.525,1387.78 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="319,1369.96 328.525,1369.96 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="319,1252.78 328.525,1252.78 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="319,1184.24 328.525,1184.24 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="319,1135.6 328.525,1135.6 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="319,1097.88 328.525,1097.88 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="319,1067.05 328.525,1067.05 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="319,1040.99 328.525,1040.99 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="319,1018.42 328.525,1018.42 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="319,998.507 328.525,998.507 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="319,980.695 328.525,980.695 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="319,863.513 328.525,863.513 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="319,794.966 328.525,794.966 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="319,746.331 328.525,746.331 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="319,708.607 328.525,708.607 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="319,677.784 328.525,677.784 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="319,651.724 328.525,651.724 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="319,629.15 328.525,629.15 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="319,609.237 328.525,609.237 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="319,591.425 328.525,591.425 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="319,474.244 328.525,474.244 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="319,405.697 328.525,405.697 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="319,357.062 328.525,357.062 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="319,319.338 328.525,319.338 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="319,288.515 328.525,288.515 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="319,262.454 328.525,262.454 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="319,239.88 328.525,239.88 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="319,219.968 328.525,219.968 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="319,202.156 328.525,202.156 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,1407.69 2214.48,1407.69 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,1387.78 2214.48,1387.78 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,1369.96 2214.48,1369.96 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,1252.78 2214.48,1252.78 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,1184.24 2214.48,1184.24 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,1135.6 2214.48,1135.6 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,1097.88 2214.48,1097.88 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,1067.05 2214.48,1067.05 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,1040.99 2214.48,1040.99 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,1018.42 2214.48,1018.42 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,998.507 2214.48,998.507 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,980.695 2214.48,980.695 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,863.513 2214.48,863.513 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,794.966 2214.48,794.966 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,746.331 2214.48,746.331 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,708.607 2214.48,708.607 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,677.784 2214.48,677.784 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,651.724 2214.48,651.724 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,629.15 2214.48,629.15 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,609.237 2214.48,609.237 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,591.425 2214.48,591.425 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,474.244 2214.48,474.244 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,405.697 2214.48,405.697 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,357.062 2214.48,357.062 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,319.338 2214.48,319.338 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,288.515 2214.48,288.515 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,262.454 2214.48,262.454 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,239.88 2214.48,239.88 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,219.968 2214.48,219.968 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2224,202.156 2214.48,202.156 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#212121" fill-opacity="1" stroke="#212121" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(0.512934,0,0,0.514176,16.7357,661.573)"
|
||||||
|
font-family="Helvetica" font-size="20" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<text fill="#212121" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0.390625" font-family="Helvetica" font-size="20" font-weight="400" font-style="normal"
|
||||||
|
>10</text>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#212121" fill-opacity="1" stroke="#212121" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(0.512934,0,0,0.514176,28.0203,656.432)"
|
||||||
|
font-family="Helvetica" font-size="16" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<text fill="#212121" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0.3125" font-family="Helvetica" font-size="16" font-weight="400" font-style="normal"
|
||||||
|
>-3</text>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#212121" fill-opacity="1" stroke="#212121" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(0.512934,0,0,0.514176,16.7357,461.559)"
|
||||||
|
font-family="Helvetica" font-size="20" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<text fill="#212121" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0.390625" font-family="Helvetica" font-size="20" font-weight="400" font-style="normal"
|
||||||
|
>10</text>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#212121" fill-opacity="1" stroke="#212121" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(0.512934,0,0,0.514176,28.0203,456.417)"
|
||||||
|
font-family="Helvetica" font-size="16" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<text fill="#212121" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0.3125" font-family="Helvetica" font-size="16" font-weight="400" font-style="normal"
|
||||||
|
>-2</text>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#212121" fill-opacity="1" stroke="#212121" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(0.512934,0,0,0.514176,16.7357,261.03)"
|
||||||
|
font-family="Helvetica" font-size="20" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<text fill="#212121" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0.390625" font-family="Helvetica" font-size="20" font-weight="400" font-style="normal"
|
||||||
|
>10</text>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#212121" fill-opacity="1" stroke="#212121" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(0.512934,0,0,0.514176,28.0203,255.889)"
|
||||||
|
font-family="Helvetica" font-size="16" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<text fill="#212121" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0.3125" font-family="Helvetica" font-size="16" font-weight="400" font-style="normal"
|
||||||
|
>-1</text>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#212121" fill-opacity="1" stroke="#212121" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(0.512934,0,0,0.514176,19.3004,61.0159)"
|
||||||
|
font-family="Helvetica" font-size="20" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<text fill="#212121" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0.390625" font-family="Helvetica" font-size="20" font-weight="400" font-style="normal"
|
||||||
|
>10</text>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#212121" fill-opacity="1" stroke="#212121" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(0.512934,0,0,0.514176,30.5849,55.8741)"
|
||||||
|
font-family="Helvetica" font-size="16" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<text fill="#212121" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="0.3125" font-family="Helvetica" font-size="16" font-weight="400" font-style="normal"
|
||||||
|
>0</text>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#212121" fill-opacity="1" stroke="#212121" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(0,-0.514176,0.512934,0,9.70694,356.667)"
|
||||||
|
font-family="Helvetica" font-size="22" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<text fill="#212121" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="-0.0625" font-family="Helvetica" font-size="22" font-weight="400" font-style="normal"
|
||||||
|
>PER</text>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#212121" fill-opacity="1" stroke="#212121" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(0.512934,0,0,0.514176,413.234,9.72682)"
|
||||||
|
font-family="Helvetica" font-size="22" font-weight="700" font-style="normal"
|
||||||
|
>
|
||||||
|
<text fill="#212121" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="-0.0625" font-family="Helvetica" font-size="22" font-weight="700" font-style="normal"
|
||||||
|
>PER (EHT MU), CBW20, NTN-TDL-C, 1-by-1</text>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#1171be" stroke-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" transform="matrix(0.512934,0,0,0.514176,-124.321,-47.4752)"
|
||||||
|
font-family="Helvetica" font-size="22" font-weight="700" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="402.372,208.786 445.667,202.156 488.963,202.156 532.258,202.156 575.554,212.007 618.849,205.504 662.145,221.315 705.44,212.007 748.736,212.007 792.031,224.307 835.327,212.007 878.622,246.511 921.917,235.773 965.213,218.269 1008.51,243.889 1051.8,238.522 1095.1,246.511 1138.39,254.139 1181.69,243.889 1224.99,259.039 1268.28,295.794 1311.58,291.863 1354.87,310.666 1398.17,321.02 1441.46,341.489 1484.76,391.232 1528.05,411.022 1571.35,444.768 1614.64,455.679 1657.94,531.127 1701.24,622.811 1744.53,627.519 1787.83,768.153 1831.12,823.168 1874.42,953.882 1917.71,1139.61 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#1171be" stroke-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="5" transform="matrix(0.512934,0,0,0.514176,-124.321,-47.4752)"
|
||||||
|
font-family="Helvetica" font-size="22" font-weight="700" font-style="normal"
|
||||||
|
>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M408.372,208.786 C408.372,205.473 405.686,202.786 402.372,202.786 C399.058,202.786 396.372,205.473 396.372,208.786 C396.372,212.1 399.058,214.786 402.372,214.786 C405.686,214.786 408.372,212.1 408.372,208.786 "/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M451.667,202.156 C451.667,198.842 448.981,196.156 445.667,196.156 C442.354,196.156 439.667,198.842 439.667,202.156 C439.667,205.47 442.354,208.156 445.667,208.156 C448.981,208.156 451.667,205.47 451.667,202.156 "/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M494.963,202.156 C494.963,198.842 492.277,196.156 488.963,196.156 C485.649,196.156 482.963,198.842 482.963,202.156 C482.963,205.47 485.649,208.156 488.963,208.156 C492.277,208.156 494.963,205.47 494.963,202.156 "/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M538.258,202.156 C538.258,198.842 535.572,196.156 532.258,196.156 C528.945,196.156 526.258,198.842 526.258,202.156 C526.258,205.47 528.945,208.156 532.258,208.156 C535.572,208.156 538.258,205.47 538.258,202.156 "/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M581.554,212.007 C581.554,208.693 578.868,206.007 575.554,206.007 C572.24,206.007 569.554,208.693 569.554,212.007 C569.554,215.32 572.24,218.007 575.554,218.007 C578.868,218.007 581.554,215.32 581.554,212.007 "/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M624.849,205.504 C624.849,202.19 622.163,199.504 618.849,199.504 C615.536,199.504 612.849,202.19 612.849,205.504 C612.849,208.817 615.536,211.504 618.849,211.504 C622.163,211.504 624.849,208.817 624.849,205.504 "/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M668.145,221.315 C668.145,218.001 665.458,215.315 662.145,215.315 C658.831,215.315 656.145,218.001 656.145,221.315 C656.145,224.629 658.831,227.315 662.145,227.315 C665.458,227.315 668.145,224.629 668.145,221.315 "/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M711.44,212.007 C711.44,208.693 708.754,206.007 705.44,206.007 C702.126,206.007 699.44,208.693 699.44,212.007 C699.44,215.32 702.126,218.007 705.44,218.007 C708.754,218.007 711.44,215.32 711.44,212.007 "/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M754.736,212.007 C754.736,208.693 752.049,206.007 748.736,206.007 C745.422,206.007 742.736,208.693 742.736,212.007 C742.736,215.32 745.422,218.007 748.736,218.007 C752.049,218.007 754.736,215.32 754.736,212.007 "/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M798.031,224.307 C798.031,220.993 795.345,218.307 792.031,218.307 C788.717,218.307 786.031,220.993 786.031,224.307 C786.031,227.621 788.717,230.307 792.031,230.307 C795.345,230.307 798.031,227.621 798.031,224.307 "/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M841.327,212.007 C841.327,208.693 838.64,206.007 835.327,206.007 C832.013,206.007 829.327,208.693 829.327,212.007 C829.327,215.32 832.013,218.007 835.327,218.007 C838.64,218.007 841.327,215.32 841.327,212.007 "/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M884.622,246.511 C884.622,243.197 881.936,240.511 878.622,240.511 C875.308,240.511 872.622,243.197 872.622,246.511 C872.622,249.824 875.308,252.511 878.622,252.511 C881.936,252.511 884.622,249.824 884.622,246.511 "/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M927.917,235.773 C927.917,232.459 925.231,229.773 921.917,229.773 C918.604,229.773 915.917,232.459 915.917,235.773 C915.917,239.087 918.604,241.773 921.917,241.773 C925.231,241.773 927.917,239.087 927.917,235.773 "/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M971.213,218.269 C971.213,214.955 968.527,212.269 965.213,212.269 C961.899,212.269 959.213,214.955 959.213,218.269 C959.213,221.582 961.899,224.269 965.213,224.269 C968.527,224.269 971.213,221.582 971.213,218.269 "/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1014.51,243.889 C1014.51,240.576 1011.82,237.889 1008.51,237.889 C1005.19,237.889 1002.51,240.576 1002.51,243.889 C1002.51,247.203 1005.19,249.889 1008.51,249.889 C1011.82,249.889 1014.51,247.203 1014.51,243.889 "/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1057.8,238.522 C1057.8,235.208 1055.12,232.522 1051.8,232.522 C1048.49,232.522 1045.8,235.208 1045.8,238.522 C1045.8,241.836 1048.49,244.522 1051.8,244.522 C1055.12,244.522 1057.8,241.836 1057.8,238.522 "/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1101.1,246.511 C1101.1,243.197 1098.41,240.511 1095.1,240.511 C1091.79,240.511 1089.1,243.197 1089.1,246.511 C1089.1,249.824 1091.79,252.511 1095.1,252.511 C1098.41,252.511 1101.1,249.824 1101.1,246.511 "/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1144.39,254.139 C1144.39,250.825 1141.71,248.139 1138.39,248.139 C1135.08,248.139 1132.39,250.825 1132.39,254.139 C1132.39,257.452 1135.08,260.139 1138.39,260.139 C1141.71,260.139 1144.39,257.452 1144.39,254.139 "/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1187.69,243.889 C1187.69,240.576 1185,237.889 1181.69,237.889 C1178.38,237.889 1175.69,240.576 1175.69,243.889 C1175.69,247.203 1178.38,249.889 1181.69,249.889 C1185,249.889 1187.69,247.203 1187.69,243.889 "/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1230.99,259.039 C1230.99,255.725 1228.3,253.039 1224.99,253.039 C1221.67,253.039 1218.99,255.725 1218.99,259.039 C1218.99,262.353 1221.67,265.039 1224.99,265.039 C1228.3,265.039 1230.99,262.353 1230.99,259.039 "/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1274.28,295.794 C1274.28,292.481 1271.59,289.794 1268.28,289.794 C1264.97,289.794 1262.28,292.481 1262.28,295.794 C1262.28,299.108 1264.97,301.794 1268.28,301.794 C1271.59,301.794 1274.28,299.108 1274.28,295.794 "/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1317.58,291.863 C1317.58,288.549 1314.89,285.863 1311.58,285.863 C1308.26,285.863 1305.58,288.549 1305.58,291.863 C1305.58,295.176 1308.26,297.863 1311.58,297.863 C1314.89,297.863 1317.58,295.176 1317.58,291.863 "/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1360.87,310.666 C1360.87,307.352 1358.19,304.666 1354.87,304.666 C1351.56,304.666 1348.87,307.352 1348.87,310.666 C1348.87,313.98 1351.56,316.666 1354.87,316.666 C1358.19,316.666 1360.87,313.98 1360.87,310.666 "/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1404.17,321.02 C1404.17,317.706 1401.48,315.02 1398.17,315.02 C1394.85,315.02 1392.17,317.706 1392.17,321.02 C1392.17,324.334 1394.85,327.02 1398.17,327.02 C1401.48,327.02 1404.17,324.334 1404.17,321.02 "/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1447.46,341.489 C1447.46,338.175 1444.78,335.489 1441.46,335.489 C1438.15,335.489 1435.46,338.175 1435.46,341.489 C1435.46,344.803 1438.15,347.489 1441.46,347.489 C1444.78,347.489 1447.46,344.803 1447.46,341.489 "/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1490.76,391.232 C1490.76,387.919 1488.07,385.232 1484.76,385.232 C1481.44,385.232 1478.76,387.919 1478.76,391.232 C1478.76,394.546 1481.44,397.232 1484.76,397.232 C1488.07,397.232 1490.76,394.546 1490.76,391.232 "/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1534.05,411.022 C1534.05,407.708 1531.37,405.022 1528.05,405.022 C1524.74,405.022 1522.05,407.708 1522.05,411.022 C1522.05,414.335 1524.74,417.022 1528.05,417.022 C1531.37,417.022 1534.05,414.335 1534.05,411.022 "/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1577.35,444.768 C1577.35,441.454 1574.66,438.768 1571.35,438.768 C1568.04,438.768 1565.35,441.454 1565.35,444.768 C1565.35,448.082 1568.04,450.768 1571.35,450.768 C1574.66,450.768 1577.35,448.082 1577.35,444.768 "/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1620.64,455.679 C1620.64,452.365 1617.96,449.679 1614.64,449.679 C1611.33,449.679 1608.64,452.365 1608.64,455.679 C1608.64,458.992 1611.33,461.679 1614.64,461.679 C1617.96,461.679 1620.64,458.992 1620.64,455.679 "/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1663.94,531.127 C1663.94,527.813 1661.25,525.127 1657.94,525.127 C1654.63,525.127 1651.94,527.813 1651.94,531.127 C1651.94,534.441 1654.63,537.127 1657.94,537.127 C1661.25,537.127 1663.94,534.441 1663.94,531.127 "/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1707.24,622.811 C1707.24,619.497 1704.55,616.811 1701.24,616.811 C1697.92,616.811 1695.24,619.497 1695.24,622.811 C1695.24,626.125 1697.92,628.811 1701.24,628.811 C1704.55,628.811 1707.24,626.125 1707.24,622.811 "/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1750.53,627.519 C1750.53,624.205 1747.84,621.519 1744.53,621.519 C1741.22,621.519 1738.53,624.205 1738.53,627.519 C1738.53,630.833 1741.22,633.519 1744.53,633.519 C1747.84,633.519 1750.53,630.833 1750.53,627.519 "/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1793.83,768.153 C1793.83,764.839 1791.14,762.153 1787.83,762.153 C1784.51,762.153 1781.83,764.839 1781.83,768.153 C1781.83,771.467 1784.51,774.153 1787.83,774.153 C1791.14,774.153 1793.83,771.467 1793.83,768.153 "/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1837.12,823.168 C1837.12,819.854 1834.44,817.168 1831.12,817.168 C1827.81,817.168 1825.12,819.854 1825.12,823.168 C1825.12,826.482 1827.81,829.168 1831.12,829.168 C1834.44,829.168 1837.12,826.482 1837.12,823.168 "/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1880.42,953.882 C1880.42,950.568 1877.73,947.882 1874.42,947.882 C1871.1,947.882 1868.42,950.568 1868.42,953.882 C1868.42,957.195 1871.1,959.882 1874.42,959.882 C1877.73,959.882 1880.42,957.195 1880.42,953.882 "/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1923.71,1139.61 C1923.71,1136.3 1921.03,1133.61 1917.71,1133.61 C1914.4,1133.61 1911.71,1136.3 1911.71,1139.61 C1911.71,1142.92 1914.4,1145.61 1917.71,1145.61 C1921.03,1145.61 1923.71,1142.92 1923.71,1139.61 "/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#dd5400" stroke-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" transform="matrix(0.512934,0,0,0.514176,-124.321,-47.4752)"
|
||||||
|
font-family="Helvetica" font-size="22" font-weight="700" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="402.372,202.156 445.667,202.156 488.963,202.156 532.258,202.156 575.554,202.156 618.849,205.504 662.145,212.007 705.44,215.167 748.736,218.269 792.031,215.167 835.327,218.269 878.622,227.247 921.917,241.227 965.213,230.137 1008.51,243.889 1051.8,272.942 1095.1,246.511 1138.39,283.714 1181.69,285.788 1224.99,291.863 1268.28,315.922 1311.58,379.805 1354.87,382.153 1398.17,391.232 1441.46,430.497 1484.76,465.216 1528.05,528.694 1571.35,619.979 1614.64,686.804 1657.94,730.429 1701.24,905.247 1744.53,1045 1787.83,1188.25 1831.12,1188.25 1874.42,1373.97 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#dd5400" fill-opacity="1" stroke="#dd5400" stroke-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="5" transform="matrix(0.512934,0,0,0.514176,-124.321,-47.4752)"
|
||||||
|
font-family="Helvetica" font-size="22" font-weight="700" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="398.129,197.913 406.615,206.399 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="398.129,206.399 406.615,197.913 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="441.425,197.913 449.91,206.399 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="441.425,206.399 449.91,197.913 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="484.72,197.913 493.206,206.399 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="484.72,206.399 493.206,197.913 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="528.016,197.913 536.501,206.399 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="528.016,206.399 536.501,197.913 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="571.311,197.913 579.796,206.399 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="571.311,206.399 579.796,197.913 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="614.607,201.261 623.092,209.746 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="614.607,209.746 623.092,201.261 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="657.902,207.764 666.387,216.249 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="657.902,216.249 666.387,207.764 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="701.198,210.924 709.683,219.409 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="701.198,219.409 709.683,210.924 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="744.493,214.026 752.978,222.511 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="744.493,222.511 752.978,214.026 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="787.789,210.924 796.274,219.409 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="787.789,219.409 796.274,210.924 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="831.084,214.026 839.569,222.511 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="831.084,222.511 839.569,214.026 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="874.379,223.005 882.865,231.49 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="874.379,231.49 882.865,223.005 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="917.675,236.984 926.16,245.47 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="917.675,245.47 926.16,236.984 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="960.97,225.895 969.456,234.38 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="960.97,234.38 969.456,225.895 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1004.27,239.647 1012.75,248.132 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1004.27,248.132 1012.75,239.647 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1047.56,268.699 1056.05,277.185 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1047.56,277.185 1056.05,268.699 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1090.86,242.268 1099.34,250.753 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1090.86,250.753 1099.34,242.268 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1134.15,279.471 1142.64,287.956 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1134.15,287.956 1142.64,279.471 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1177.45,281.545 1185.93,290.031 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1177.45,290.031 1185.93,281.545 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1220.74,287.62 1229.23,296.105 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1220.74,296.105 1229.23,287.62 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1264.04,311.68 1272.52,320.165 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1264.04,320.165 1272.52,311.68 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1307.33,375.563 1315.82,384.048 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1307.33,384.048 1315.82,375.563 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1350.63,377.911 1359.11,386.396 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1350.63,386.396 1359.11,377.911 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1393.92,386.99 1402.41,395.475 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1393.92,395.475 1402.41,386.99 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1437.22,426.254 1445.71,434.739 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1437.22,434.739 1445.71,426.254 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1480.52,460.973 1489,469.458 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1480.52,469.458 1489,460.973 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1523.81,524.452 1532.3,532.937 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1523.81,532.937 1532.3,524.452 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1567.11,615.736 1575.59,624.222 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1567.11,624.222 1575.59,615.736 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1610.4,682.561 1618.89,691.046 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1610.4,691.046 1618.89,682.561 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1653.7,726.186 1662.18,734.671 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1653.7,734.671 1662.18,726.186 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1696.99,901.004 1705.48,909.489 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1696.99,909.489 1705.48,901.004 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1740.29,1040.76 1748.77,1049.25 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1740.29,1049.25 1748.77,1040.76 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1783.58,1184 1792.07,1192.49 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1783.58,1192.49 1792.07,1184 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1826.88,1184 1835.36,1192.49 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1826.88,1192.49 1835.36,1184 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1870.17,1369.73 1878.66,1378.22 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1870.17,1378.22 1878.66,1369.73 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#edb120" stroke-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" transform="matrix(0.512934,0,0,0.514176,-124.321,-47.4752)"
|
||||||
|
font-family="Helvetica" font-size="22" font-weight="700" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="402.372,202.156 445.667,202.156 488.963,202.156 532.258,202.156 575.554,202.156 618.849,202.156 662.145,202.156 705.44,202.156 748.736,202.156 792.031,202.156 835.327,202.156 878.622,215.167 921.917,224.307 965.213,230.137 1008.51,235.773 1051.8,259.039 1095.1,246.511 1138.39,259.039 1181.69,249.092 1224.99,291.863 1268.28,287.837 1311.58,315.922 1354.87,361.071 1398.17,366.273 1441.46,370.073 1484.76,430.497 1528.05,456.432 1571.35,496.987 1614.64,549.854 1657.94,644.4 1701.24,707.93 1744.53,788.065 1787.83,916.158 1831.12,1022.43 1874.42,1373.97 1917.71,1373.97 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#edb120" fill-opacity="1" stroke="#edb120" stroke-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="5" transform="matrix(0.512934,0,0,0.514176,-124.321,-47.4752)"
|
||||||
|
font-family="Helvetica" font-size="22" font-weight="700" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="402.372,196.156 402.372,208.156 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="396.372,202.156 408.372,202.156 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="398.129,197.913 406.615,206.399 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="398.129,206.399 406.615,197.913 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="445.667,196.156 445.667,208.156 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="439.667,202.156 451.667,202.156 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="441.425,197.913 449.91,206.399 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="441.425,206.399 449.91,197.913 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="488.963,196.156 488.963,208.156 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="482.963,202.156 494.963,202.156 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="484.72,197.913 493.206,206.399 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="484.72,206.399 493.206,197.913 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="532.258,196.156 532.258,208.156 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="526.258,202.156 538.258,202.156 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="528.016,197.913 536.501,206.399 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="528.016,206.399 536.501,197.913 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="575.554,196.156 575.554,208.156 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="569.554,202.156 581.554,202.156 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="571.311,197.913 579.796,206.399 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="571.311,206.399 579.796,197.913 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="618.849,196.156 618.849,208.156 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="612.849,202.156 624.849,202.156 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="614.607,197.913 623.092,206.399 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="614.607,206.399 623.092,197.913 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="662.145,196.156 662.145,208.156 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="656.145,202.156 668.145,202.156 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="657.902,197.913 666.387,206.399 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="657.902,206.399 666.387,197.913 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="705.44,196.156 705.44,208.156 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="699.44,202.156 711.44,202.156 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="701.198,197.913 709.683,206.399 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="701.198,206.399 709.683,197.913 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="748.736,196.156 748.736,208.156 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="742.736,202.156 754.736,202.156 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="744.493,197.913 752.978,206.399 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="744.493,206.399 752.978,197.913 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="792.031,196.156 792.031,208.156 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="786.031,202.156 798.031,202.156 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="787.789,197.913 796.274,206.399 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="787.789,206.399 796.274,197.913 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="835.327,196.156 835.327,208.156 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="829.327,202.156 841.327,202.156 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="831.084,197.913 839.569,206.399 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="831.084,206.399 839.569,197.913 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="878.622,209.167 878.622,221.167 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="872.622,215.167 884.622,215.167 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="874.379,210.924 882.865,219.409 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="874.379,219.409 882.865,210.924 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="921.917,218.307 921.917,230.307 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="915.917,224.307 927.917,224.307 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="917.675,220.065 926.16,228.55 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="917.675,228.55 926.16,220.065 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="965.213,224.137 965.213,236.137 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="959.213,230.137 971.213,230.137 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="960.97,225.895 969.456,234.38 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="960.97,234.38 969.456,225.895 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1008.51,229.773 1008.51,241.773 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1002.51,235.773 1014.51,235.773 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1004.27,231.53 1012.75,240.016 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1004.27,240.016 1012.75,231.53 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1051.8,253.039 1051.8,265.039 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1045.8,259.039 1057.8,259.039 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1047.56,254.796 1056.05,263.282 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1047.56,263.282 1056.05,254.796 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1095.1,240.511 1095.1,252.511 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1089.1,246.511 1101.1,246.511 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1090.86,242.268 1099.34,250.753 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1090.86,250.753 1099.34,242.268 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1138.39,253.039 1138.39,265.039 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1132.39,259.039 1144.39,259.039 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1134.15,254.796 1142.64,263.282 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1134.15,263.282 1142.64,254.796 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1181.69,243.092 1181.69,255.092 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1175.69,249.092 1187.69,249.092 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1177.45,244.849 1185.93,253.334 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1177.45,253.334 1185.93,244.849 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1224.99,285.863 1224.99,297.863 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1218.99,291.863 1230.99,291.863 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1220.74,287.62 1229.23,296.105 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1220.74,296.105 1229.23,287.62 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1268.28,281.837 1268.28,293.837 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1262.28,287.837 1274.28,287.837 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1264.04,283.595 1272.52,292.08 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1264.04,292.08 1272.52,283.595 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1311.58,309.922 1311.58,321.922 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1305.58,315.922 1317.58,315.922 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1307.33,311.68 1315.82,320.165 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1307.33,320.165 1315.82,311.68 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1354.87,355.071 1354.87,367.071 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1348.87,361.071 1360.87,361.071 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1350.63,356.829 1359.11,365.314 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1350.63,365.314 1359.11,356.829 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1398.17,360.273 1398.17,372.273 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1392.17,366.273 1404.17,366.273 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1393.92,362.031 1402.41,370.516 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1393.92,370.516 1402.41,362.031 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1441.46,364.073 1441.46,376.073 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1435.46,370.073 1447.46,370.073 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1437.22,365.83 1445.71,374.315 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1437.22,374.315 1445.71,365.83 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1484.76,424.497 1484.76,436.497 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1478.76,430.497 1490.76,430.497 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1480.52,426.254 1489,434.739 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1480.52,434.739 1489,426.254 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1528.05,450.432 1528.05,462.432 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1522.05,456.432 1534.05,456.432 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1523.81,452.189 1532.3,460.674 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1523.81,460.674 1532.3,452.189 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1571.35,490.987 1571.35,502.987 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1565.35,496.987 1577.35,496.987 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1567.11,492.745 1575.59,501.23 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1567.11,501.23 1575.59,492.745 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1614.64,543.854 1614.64,555.854 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1608.64,549.854 1620.64,549.854 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1610.4,545.612 1618.89,554.097 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1610.4,554.097 1618.89,545.612 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1657.94,638.4 1657.94,650.4 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1651.94,644.4 1663.94,644.4 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1653.7,640.157 1662.18,648.642 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1653.7,648.642 1662.18,640.157 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1701.24,701.93 1701.24,713.93 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1695.24,707.93 1707.24,707.93 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1696.99,703.687 1705.48,712.172 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1696.99,712.172 1705.48,703.687 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1744.53,782.065 1744.53,794.065 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1738.53,788.065 1750.53,788.065 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1740.29,783.822 1748.77,792.308 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1740.29,792.308 1748.77,783.822 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1787.83,910.158 1787.83,922.158 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1781.83,916.158 1793.83,916.158 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1783.58,911.915 1792.07,920.4 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1783.58,920.4 1792.07,911.915 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1831.12,1016.43 1831.12,1028.43 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1825.12,1022.43 1837.12,1022.43 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1826.88,1018.19 1835.36,1026.67 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1826.88,1026.67 1835.36,1018.19 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1874.42,1367.97 1874.42,1379.97 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1868.42,1373.97 1880.42,1373.97 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1870.17,1369.73 1878.66,1378.22 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1870.17,1378.22 1878.66,1369.73 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1917.71,1367.97 1917.71,1379.97 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1911.71,1373.97 1923.71,1373.97 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1913.47,1369.73 1921.96,1378.22 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="1913.47,1378.22 1921.96,1369.73 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#8516d1" stroke-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" transform="matrix(0.512934,0,0,0.514176,-124.321,-47.4752)"
|
||||||
|
font-family="Helvetica" font-size="22" font-weight="700" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="402.372,202.156 445.667,202.156 488.963,202.156 532.258,202.156 575.554,202.156 618.849,202.156 662.145,202.156 705.44,202.156 748.736,202.156 792.031,202.156 835.327,202.156 878.622,202.156 921.917,202.156 965.213,202.156 1008.51,202.156 1051.8,202.156 1095.1,202.156 1138.39,202.156 1181.69,202.156 1224.99,202.156 1268.28,202.156 1311.58,215.167 1354.87,241.227 1398.17,246.511 1441.46,272.942 1484.76,295.794 1528.05,315.922 1571.35,327.586 1614.64,392.334 1657.94,392.334 1701.24,392.334 1744.53,463.062 1787.83,516.505 1831.12,572.86 1874.42,632.365 1917.71,685.064 1961.01,851.41 2004.3,905.247 2047.6,1139.61 2090.89,1256.79 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#8516d1" stroke-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="5" transform="matrix(0.512934,0,0,0.514176,-124.321,-47.4752)"
|
||||||
|
font-family="Helvetica" font-size="22" font-weight="700" font-style="normal"
|
||||||
|
>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M397.692,197.476 L397.692,206.836 L407.052,206.836 L407.052,197.476 L397.692,197.476"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M440.987,197.476 L440.987,206.836 L450.347,206.836 L450.347,197.476 L440.987,197.476"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M484.283,197.476 L484.283,206.836 L493.643,206.836 L493.643,197.476 L484.283,197.476"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M527.578,197.476 L527.578,206.836 L536.938,206.836 L536.938,197.476 L527.578,197.476"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M570.874,197.476 L570.874,206.836 L580.234,206.836 L580.234,197.476 L570.874,197.476"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M614.169,197.476 L614.169,206.836 L623.529,206.836 L623.529,197.476 L614.169,197.476"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M657.465,197.476 L657.465,206.836 L666.825,206.836 L666.825,197.476 L657.465,197.476"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M700.76,197.476 L700.76,206.836 L710.12,206.836 L710.12,197.476 L700.76,197.476"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M744.056,197.476 L744.056,206.836 L753.416,206.836 L753.416,197.476 L744.056,197.476"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M787.351,197.476 L787.351,206.836 L796.711,206.836 L796.711,197.476 L787.351,197.476"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M830.647,197.476 L830.647,206.836 L840.007,206.836 L840.007,197.476 L830.647,197.476"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M873.942,197.476 L873.942,206.836 L883.302,206.836 L883.302,197.476 L873.942,197.476"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M917.237,197.476 L917.237,206.836 L926.597,206.836 L926.597,197.476 L917.237,197.476"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M960.533,197.476 L960.533,206.836 L969.893,206.836 L969.893,197.476 L960.533,197.476"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1003.83,197.476 L1003.83,206.836 L1013.19,206.836 L1013.19,197.476 L1003.83,197.476"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1047.12,197.476 L1047.12,206.836 L1056.48,206.836 L1056.48,197.476 L1047.12,197.476"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1090.42,197.476 L1090.42,206.836 L1099.78,206.836 L1099.78,197.476 L1090.42,197.476"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1133.71,197.476 L1133.71,206.836 L1143.07,206.836 L1143.07,197.476 L1133.71,197.476"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1177.01,197.476 L1177.01,206.836 L1186.37,206.836 L1186.37,197.476 L1177.01,197.476"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1220.31,197.476 L1220.31,206.836 L1229.67,206.836 L1229.67,197.476 L1220.31,197.476"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1263.6,197.476 L1263.6,206.836 L1272.96,206.836 L1272.96,197.476 L1263.6,197.476"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1306.9,210.487 L1306.9,219.847 L1316.26,219.847 L1316.26,210.487 L1306.9,210.487"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1350.19,236.547 L1350.19,245.907 L1359.55,245.907 L1359.55,236.547 L1350.19,236.547"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1393.49,241.831 L1393.49,251.191 L1402.85,251.191 L1402.85,241.831 L1393.49,241.831"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1436.78,268.262 L1436.78,277.622 L1446.14,277.622 L1446.14,268.262 L1436.78,268.262"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1480.08,291.114 L1480.08,300.474 L1489.44,300.474 L1489.44,291.114 L1480.08,291.114"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1523.37,311.242 L1523.37,320.602 L1532.73,320.602 L1532.73,311.242 L1523.37,311.242"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1566.67,322.906 L1566.67,332.266 L1576.03,332.266 L1576.03,322.906 L1566.67,322.906"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1609.96,387.654 L1609.96,397.014 L1619.32,397.014 L1619.32,387.654 L1609.96,387.654"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1653.26,387.654 L1653.26,397.014 L1662.62,397.014 L1662.62,387.654 L1653.26,387.654"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1696.56,387.654 L1696.56,397.014 L1705.92,397.014 L1705.92,387.654 L1696.56,387.654"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1739.85,458.382 L1739.85,467.742 L1749.21,467.742 L1749.21,458.382 L1739.85,458.382"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1783.15,511.825 L1783.15,521.185 L1792.51,521.185 L1792.51,511.825 L1783.15,511.825"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1826.44,568.18 L1826.44,577.54 L1835.8,577.54 L1835.8,568.18 L1826.44,568.18"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1869.74,627.685 L1869.74,637.045 L1879.1,637.045 L1879.1,627.685 L1869.74,627.685"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1913.03,680.384 L1913.03,689.744 L1922.39,689.744 L1922.39,680.384 L1913.03,680.384"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1956.33,846.73 L1956.33,856.09 L1965.69,856.09 L1965.69,846.73 L1956.33,846.73"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1999.62,900.567 L1999.62,909.927 L2008.98,909.927 L2008.98,900.567 L1999.62,900.567"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M2042.92,1134.93 L2042.92,1144.29 L2052.28,1144.29 L2052.28,1134.93 L2042.92,1134.93"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M2086.21,1252.11 L2086.21,1261.47 L2095.57,1261.47 L2095.57,1252.11 L2086.21,1252.11"/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#3baa32" stroke-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" transform="matrix(0.512934,0,0,0.514176,-124.321,-47.4752)"
|
||||||
|
font-family="Helvetica" font-size="22" font-weight="700" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="402.372,202.156 445.667,202.156 488.963,202.156 532.258,202.156 575.554,202.156 618.849,202.156 662.145,202.156 705.44,202.156 748.736,202.156 792.031,202.156 835.327,202.156 878.622,202.156 921.917,202.156 965.213,202.156 1008.51,202.156 1051.8,202.156 1095.1,202.156 1138.39,202.156 1181.69,202.156 1224.99,202.156 1268.28,202.156 1311.58,202.156 1354.87,202.156 1398.17,202.156 1441.46,202.156 1484.76,202.156 1528.05,227.247 1571.35,243.889 1614.64,289.862 1657.94,279.487 1701.24,315.922 1744.53,340 1787.83,352.955 1831.12,373.788 1874.42,418.707 1917.71,486.627 1961.01,503.936 2004.3,605.995 2047.6,686.033 2090.89,726.713 2134.19,836.7 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#3baa32" stroke-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="5" transform="matrix(0.512934,0,0,0.514176,-124.321,-47.4752)"
|
||||||
|
font-family="Helvetica" font-size="22" font-weight="700" font-style="normal"
|
||||||
|
>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M396.372,202.156 L402.372,210.136 L408.372,202.156 L402.372,194.176 L396.372,202.156"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M439.667,202.156 L445.667,210.136 L451.667,202.156 L445.667,194.176 L439.667,202.156"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M482.963,202.156 L488.963,210.136 L494.963,202.156 L488.963,194.176 L482.963,202.156"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M526.258,202.156 L532.258,210.136 L538.258,202.156 L532.258,194.176 L526.258,202.156"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M569.554,202.156 L575.554,210.136 L581.554,202.156 L575.554,194.176 L569.554,202.156"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M612.849,202.156 L618.849,210.136 L624.849,202.156 L618.849,194.176 L612.849,202.156"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M656.145,202.156 L662.145,210.136 L668.145,202.156 L662.145,194.176 L656.145,202.156"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M699.44,202.156 L705.44,210.136 L711.44,202.156 L705.44,194.176 L699.44,202.156"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M742.736,202.156 L748.736,210.136 L754.736,202.156 L748.736,194.176 L742.736,202.156"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M786.031,202.156 L792.031,210.136 L798.031,202.156 L792.031,194.176 L786.031,202.156"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M829.327,202.156 L835.327,210.136 L841.327,202.156 L835.327,194.176 L829.327,202.156"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M872.622,202.156 L878.622,210.136 L884.622,202.156 L878.622,194.176 L872.622,202.156"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M915.917,202.156 L921.917,210.136 L927.917,202.156 L921.917,194.176 L915.917,202.156"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M959.213,202.156 L965.213,210.136 L971.213,202.156 L965.213,194.176 L959.213,202.156"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1002.51,202.156 L1008.51,210.136 L1014.51,202.156 L1008.51,194.176 L1002.51,202.156"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1045.8,202.156 L1051.8,210.136 L1057.8,202.156 L1051.8,194.176 L1045.8,202.156"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1089.1,202.156 L1095.1,210.136 L1101.1,202.156 L1095.1,194.176 L1089.1,202.156"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1132.39,202.156 L1138.39,210.136 L1144.39,202.156 L1138.39,194.176 L1132.39,202.156"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1175.69,202.156 L1181.69,210.136 L1187.69,202.156 L1181.69,194.176 L1175.69,202.156"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1218.99,202.156 L1224.99,210.136 L1230.99,202.156 L1224.99,194.176 L1218.99,202.156"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1262.28,202.156 L1268.28,210.136 L1274.28,202.156 L1268.28,194.176 L1262.28,202.156"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1305.58,202.156 L1311.58,210.136 L1317.58,202.156 L1311.58,194.176 L1305.58,202.156"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1348.87,202.156 L1354.87,210.136 L1360.87,202.156 L1354.87,194.176 L1348.87,202.156"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1392.17,202.156 L1398.17,210.136 L1404.17,202.156 L1398.17,194.176 L1392.17,202.156"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1435.46,202.156 L1441.46,210.136 L1447.46,202.156 L1441.46,194.176 L1435.46,202.156"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1478.76,202.156 L1484.76,210.136 L1490.76,202.156 L1484.76,194.176 L1478.76,202.156"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1522.05,227.247 L1528.05,235.227 L1534.05,227.247 L1528.05,219.267 L1522.05,227.247"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1565.35,243.889 L1571.35,251.869 L1577.35,243.889 L1571.35,235.909 L1565.35,243.889"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1608.64,289.862 L1614.64,297.842 L1620.64,289.862 L1614.64,281.882 L1608.64,289.862"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1651.94,279.487 L1657.94,287.467 L1663.94,279.487 L1657.94,271.507 L1651.94,279.487"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1695.24,315.922 L1701.24,323.902 L1707.24,315.922 L1701.24,307.942 L1695.24,315.922"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1738.53,340 L1744.53,347.98 L1750.53,340 L1744.53,332.02 L1738.53,340"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1781.83,352.955 L1787.83,360.935 L1793.83,352.955 L1787.83,344.975 L1781.83,352.955"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1825.12,373.788 L1831.12,381.768 L1837.12,373.788 L1831.12,365.808 L1825.12,373.788"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1868.42,418.707 L1874.42,426.688 L1880.42,418.707 L1874.42,410.727 L1868.42,418.707"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1911.71,486.627 L1917.71,494.607 L1923.71,486.627 L1917.71,478.647 L1911.71,486.627"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1955.01,503.936 L1961.01,511.916 L1967.01,503.936 L1961.01,495.956 L1955.01,503.936"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1998.3,605.995 L2004.3,613.974 L2010.3,605.995 L2004.3,598.015 L1998.3,605.995"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M2041.6,686.033 L2047.6,694.013 L2053.6,686.033 L2047.6,678.053 L2041.6,686.033"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M2084.89,726.713 L2090.89,734.693 L2096.89,726.713 L2090.89,718.733 L2084.89,726.713"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M2128.19,836.7 L2134.19,844.68 L2140.19,836.7 L2134.19,828.72 L2128.19,836.7"/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#2fbeef" stroke-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" transform="matrix(0.512934,0,0,0.514176,-124.321,-47.4752)"
|
||||||
|
font-family="Helvetica" font-size="22" font-weight="700" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="402.372,202.156 445.667,202.156 488.963,202.156 532.258,202.156 575.554,202.156 618.849,202.156 662.145,202.156 705.44,202.156 748.736,202.156 792.031,202.156 835.327,202.156 878.622,202.156 921.917,202.156 965.213,202.156 1008.51,202.156 1051.8,202.156 1095.1,202.156 1138.39,202.156 1181.69,202.156 1224.99,202.156 1268.28,202.156 1311.58,202.156 1354.87,202.156 1398.17,202.156 1441.46,202.156 1484.76,202.156 1528.05,202.156 1571.35,202.156 1614.64,202.156 1657.94,202.156 1701.24,205.504 1744.53,227.247 1787.83,249.092 1831.12,321.02 1874.42,317.639 1917.71,322.685 1961.01,366.273 2004.3,371.32 2047.6,474.919 2090.89,484.094 2134.19,537.757 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#2fbeef" stroke-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="5" transform="matrix(0.512934,0,0,0.514176,-124.321,-47.4752)"
|
||||||
|
font-family="Helvetica" font-size="22" font-weight="700" font-style="normal"
|
||||||
|
>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M402.372,194.176 L395.461,206.146 L409.283,206.146 L402.372,194.176"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M445.667,194.176 L438.757,206.146 L452.578,206.146 L445.667,194.176"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M488.963,194.176 L482.052,206.146 L495.874,206.146 L488.963,194.176"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M532.258,194.176 L525.348,206.146 L539.169,206.146 L532.258,194.176"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M575.554,194.176 L568.643,206.146 L582.465,206.146 L575.554,194.176"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M618.849,194.176 L611.939,206.146 L625.76,206.146 L618.849,194.176"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M662.145,194.176 L655.234,206.146 L669.055,206.146 L662.145,194.176"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M705.44,194.176 L698.529,206.146 L712.351,206.146 L705.44,194.176"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M748.736,194.176 L741.825,206.146 L755.646,206.146 L748.736,194.176"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M792.031,194.176 L785.12,206.146 L798.942,206.146 L792.031,194.176"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M835.327,194.176 L828.416,206.146 L842.237,206.146 L835.327,194.176"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M878.622,194.176 L871.711,206.146 L885.533,206.146 L878.622,194.176"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M921.917,194.176 L915.007,206.146 L928.828,206.146 L921.917,194.176"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M965.213,194.176 L958.302,206.146 L972.124,206.146 L965.213,194.176"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1008.51,194.176 L1001.6,206.146 L1015.42,206.146 L1008.51,194.176"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1051.8,194.176 L1044.89,206.146 L1058.71,206.146 L1051.8,194.176"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1095.1,194.176 L1088.19,206.146 L1102.01,206.146 L1095.1,194.176"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1138.39,194.176 L1131.48,206.146 L1145.31,206.146 L1138.39,194.176"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1181.69,194.176 L1174.78,206.146 L1188.6,206.146 L1181.69,194.176"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1224.99,194.176 L1218.07,206.146 L1231.9,206.146 L1224.99,194.176"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1268.28,194.176 L1261.37,206.146 L1275.19,206.146 L1268.28,194.176"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1311.58,194.176 L1304.67,206.146 L1318.49,206.146 L1311.58,194.176"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1354.87,194.176 L1347.96,206.146 L1361.78,206.146 L1354.87,194.176"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1398.17,194.176 L1391.26,206.146 L1405.08,206.146 L1398.17,194.176"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1441.46,194.176 L1434.55,206.146 L1448.37,206.146 L1441.46,194.176"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1484.76,194.176 L1477.85,206.146 L1491.67,206.146 L1484.76,194.176"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1528.05,194.176 L1521.14,206.146 L1534.96,206.146 L1528.05,194.176"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1571.35,194.176 L1564.44,206.146 L1578.26,206.146 L1571.35,194.176"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1614.64,194.176 L1607.73,206.146 L1621.56,206.146 L1614.64,194.176"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1657.94,194.176 L1651.03,206.146 L1664.85,206.146 L1657.94,194.176"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1701.24,197.524 L1694.32,209.494 L1708.15,209.494 L1701.24,197.524"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1744.53,219.267 L1737.62,231.237 L1751.44,231.237 L1744.53,219.267"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1787.83,241.112 L1780.92,253.082 L1794.74,253.082 L1787.83,241.112"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1831.12,313.04 L1824.21,325.01 L1838.03,325.01 L1831.12,313.04"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1874.42,309.659 L1867.51,321.629 L1881.33,321.629 L1874.42,309.659"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1917.71,314.705 L1910.8,326.675 L1924.62,326.675 L1917.71,314.705"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1961.01,358.293 L1954.1,370.263 L1967.92,370.263 L1961.01,358.293"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M2004.3,363.34 L1997.39,375.31 L2011.21,375.31 L2004.3,363.34"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M2047.6,466.939 L2040.69,478.909 L2054.51,478.909 L2047.6,466.939"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M2090.89,476.114 L2083.98,488.084 L2097.81,488.084 L2090.89,476.114"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M2134.19,529.777 L2127.28,541.747 L2141.1,541.747 L2134.19,529.777"/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#d1048b" stroke-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" transform="matrix(0.512934,0,0,0.514176,-124.321,-47.4752)"
|
||||||
|
font-family="Helvetica" font-size="22" font-weight="700" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="402.372,202.156 445.667,202.156 488.963,202.156 532.258,202.156 575.554,202.156 618.849,202.156 662.145,202.156 705.44,202.156 748.736,202.156 792.031,202.156 835.327,202.156 878.622,202.156 921.917,202.156 965.213,202.156 1008.51,202.156 1051.8,202.156 1095.1,202.156 1138.39,202.156 1181.69,202.156 1224.99,202.156 1268.28,202.156 1311.58,202.156 1354.87,202.156 1398.17,202.156 1441.46,202.156 1484.76,202.156 1528.05,202.156 1571.35,202.156 1614.64,202.156 1657.94,202.156 1701.24,202.156 1744.53,202.156 1787.83,202.156 1831.12,232.979 1874.42,270.703 1917.71,272.942 1961.01,327.586 2004.3,373.788 2047.6,414.908 2090.89,447.166 2134.19,492.191 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#d1048b" stroke-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="5" transform="matrix(0.512934,0,0,0.514176,-124.321,-47.4752)"
|
||||||
|
font-family="Helvetica" font-size="22" font-weight="700" font-style="normal"
|
||||||
|
>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M402.372,210.136 L395.461,198.166 L409.283,198.166 L402.372,210.136"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M445.667,210.136 L438.757,198.166 L452.578,198.166 L445.667,210.136"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M488.963,210.136 L482.052,198.166 L495.874,198.166 L488.963,210.136"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M532.258,210.136 L525.348,198.166 L539.169,198.166 L532.258,210.136"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M575.554,210.136 L568.643,198.166 L582.465,198.166 L575.554,210.136"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M618.849,210.136 L611.939,198.166 L625.76,198.166 L618.849,210.136"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M662.145,210.136 L655.234,198.166 L669.055,198.166 L662.145,210.136"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M705.44,210.136 L698.529,198.166 L712.351,198.166 L705.44,210.136"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M748.736,210.136 L741.825,198.166 L755.646,198.166 L748.736,210.136"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M792.031,210.136 L785.12,198.166 L798.942,198.166 L792.031,210.136"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M835.327,210.136 L828.416,198.166 L842.237,198.166 L835.327,210.136"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M878.622,210.136 L871.711,198.166 L885.533,198.166 L878.622,210.136"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M921.917,210.136 L915.007,198.166 L928.828,198.166 L921.917,210.136"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M965.213,210.136 L958.302,198.166 L972.124,198.166 L965.213,210.136"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1008.51,210.136 L1001.6,198.166 L1015.42,198.166 L1008.51,210.136"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1051.8,210.136 L1044.89,198.166 L1058.71,198.166 L1051.8,210.136"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1095.1,210.136 L1088.19,198.166 L1102.01,198.166 L1095.1,210.136"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1138.39,210.136 L1131.48,198.166 L1145.31,198.166 L1138.39,210.136"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1181.69,210.136 L1174.78,198.166 L1188.6,198.166 L1181.69,210.136"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1224.99,210.136 L1218.07,198.166 L1231.9,198.166 L1224.99,210.136"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1268.28,210.136 L1261.37,198.166 L1275.19,198.166 L1268.28,210.136"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1311.58,210.136 L1304.67,198.166 L1318.49,198.166 L1311.58,210.136"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1354.87,210.136 L1347.96,198.166 L1361.78,198.166 L1354.87,210.136"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1398.17,210.136 L1391.26,198.166 L1405.08,198.166 L1398.17,210.136"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1441.46,210.136 L1434.55,198.166 L1448.37,198.166 L1441.46,210.136"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1484.76,210.136 L1477.85,198.166 L1491.67,198.166 L1484.76,210.136"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1528.05,210.136 L1521.14,198.166 L1534.96,198.166 L1528.05,210.136"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1571.35,210.136 L1564.44,198.166 L1578.26,198.166 L1571.35,210.136"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1614.64,210.136 L1607.73,198.166 L1621.56,198.166 L1614.64,210.136"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1657.94,210.136 L1651.03,198.166 L1664.85,198.166 L1657.94,210.136"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1701.24,210.136 L1694.32,198.166 L1708.15,198.166 L1701.24,210.136"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1744.53,210.136 L1737.62,198.166 L1751.44,198.166 L1744.53,210.136"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1787.83,210.136 L1780.92,198.166 L1794.74,198.166 L1787.83,210.136"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1831.12,240.959 L1824.21,228.989 L1838.03,228.989 L1831.12,240.959"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1874.42,278.683 L1867.51,266.713 L1881.33,266.713 L1874.42,278.683"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1917.71,280.922 L1910.8,268.952 L1924.62,268.952 L1917.71,280.922"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M1961.01,335.566 L1954.1,323.596 L1967.92,323.596 L1961.01,335.566"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M2004.3,381.768 L1997.39,369.798 L2011.21,369.798 L2004.3,381.768"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M2047.6,422.888 L2040.69,410.918 L2054.51,410.918 L2047.6,422.888"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M2090.89,455.146 L2083.98,443.176 L2097.81,443.176 L2090.89,455.146"/>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M2134.19,500.171 L2127.28,488.201 L2141.1,488.201 L2134.19,500.171"/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#ffffff" fill-opacity="1" stroke="none" transform="matrix(5.12934e-05,0,0,5.14176e-05,-124.321,-47.4752)"
|
||||||
|
font-family="Helvetica" font-size="22" font-weight="700" font-style="normal"
|
||||||
|
>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M2.24e+07,1.19e+06 L2.24e+07,2.76e+06 L2.383e+07,2.76e+06 L2.383e+07,1.19e+06 L2.24e+07,1.19e+06"/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#1171be" fill-opacity="1" stroke="#1171be" stroke-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" transform="matrix(0.512934,0,0,0.514176,-124.321,-47.4752)"
|
||||||
|
font-family="Helvetica" font-size="22" font-weight="700" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="2246.02,132.457 2306.23,132.457 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#1171be" stroke-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="5" transform="matrix(0.512934,0,0,0.514176,-124.321,-47.4752)"
|
||||||
|
font-family="Helvetica" font-size="22" font-weight="700" font-style="normal"
|
||||||
|
>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M2282.13,132.457 C2282.13,129.143 2279.44,126.457 2276.13,126.457 C2272.81,126.457 2270.13,129.143 2270.13,132.457 C2270.13,135.771 2272.81,138.457 2276.13,138.457 C2279.44,138.457 2282.13,135.771 2282.13,132.457 "/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#dd5400" fill-opacity="1" stroke="#dd5400" stroke-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" transform="matrix(0.512934,0,0,0.514176,-124.321,-47.4752)"
|
||||||
|
font-family="Helvetica" font-size="22" font-weight="700" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="2246.02,154.138 2306.23,154.138 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#dd5400" fill-opacity="1" stroke="#dd5400" stroke-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="5" transform="matrix(0.512934,0,0,0.514176,-124.321,-47.4752)"
|
||||||
|
font-family="Helvetica" font-size="22" font-weight="700" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="2271.88,149.895 2280.37,158.381 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2271.88,158.381 2280.37,149.895 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#edb120" fill-opacity="1" stroke="#edb120" stroke-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" transform="matrix(0.512934,0,0,0.514176,-124.321,-47.4752)"
|
||||||
|
font-family="Helvetica" font-size="22" font-weight="700" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="2246.02,175.819 2306.23,175.819 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#edb120" fill-opacity="1" stroke="#edb120" stroke-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="5" transform="matrix(0.512934,0,0,0.514176,-124.321,-47.4752)"
|
||||||
|
font-family="Helvetica" font-size="22" font-weight="700" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="2276.13,169.819 2276.13,181.819 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2270.13,175.819 2282.13,175.819 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2271.88,171.576 2280.37,180.062 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="2271.88,180.062 2280.37,171.576 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#8516d1" fill-opacity="1" stroke="#8516d1" stroke-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" transform="matrix(0.512934,0,0,0.514176,-124.321,-47.4752)"
|
||||||
|
font-family="Helvetica" font-size="22" font-weight="700" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="2246.02,197.5 2306.23,197.5 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#8516d1" stroke-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="5" transform="matrix(0.512934,0,0,0.514176,-124.321,-47.4752)"
|
||||||
|
font-family="Helvetica" font-size="22" font-weight="700" font-style="normal"
|
||||||
|
>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M2271.45,192.82 L2271.45,202.18 L2280.81,202.18 L2280.81,192.82 L2271.45,192.82"/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#3baa32" fill-opacity="1" stroke="#3baa32" stroke-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" transform="matrix(0.512934,0,0,0.514176,-124.321,-47.4752)"
|
||||||
|
font-family="Helvetica" font-size="22" font-weight="700" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="2246.02,219.181 2306.23,219.181 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#3baa32" stroke-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="5" transform="matrix(0.512934,0,0,0.514176,-124.321,-47.4752)"
|
||||||
|
font-family="Helvetica" font-size="22" font-weight="700" font-style="normal"
|
||||||
|
>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M2270.13,219.181 L2276.13,227.161 L2282.13,219.181 L2276.13,211.201 L2270.13,219.181"/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#2fbeef" fill-opacity="1" stroke="#2fbeef" stroke-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" transform="matrix(0.512934,0,0,0.514176,-124.321,-47.4752)"
|
||||||
|
font-family="Helvetica" font-size="22" font-weight="700" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="2246.02,240.862 2306.23,240.862 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#2fbeef" stroke-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="5" transform="matrix(0.512934,0,0,0.514176,-124.321,-47.4752)"
|
||||||
|
font-family="Helvetica" font-size="22" font-weight="700" font-style="normal"
|
||||||
|
>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M2276.13,232.882 L2269.22,244.852 L2283.04,244.852 L2276.13,232.882"/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#d1048b" fill-opacity="1" stroke="#d1048b" stroke-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" transform="matrix(0.512934,0,0,0.514176,-124.321,-47.4752)"
|
||||||
|
font-family="Helvetica" font-size="22" font-weight="700" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="2246.02,262.543 2306.23,262.543 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#d1048b" stroke-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="5" transform="matrix(0.512934,0,0,0.514176,-124.321,-47.4752)"
|
||||||
|
font-family="Helvetica" font-size="22" font-weight="700" font-style="normal"
|
||||||
|
>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M2276.13,270.523 L2269.22,258.553 L2283.04,258.553 L2276.13,270.523"/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#212121" fill-opacity="1" stroke="#212121" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(0.512934,0,0,0.514176,1060.94,23.2019)"
|
||||||
|
font-family="Helvetica" font-size="18" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<text fill="#212121" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="-0.140625" font-family="Helvetica" font-size="18" font-weight="400" font-style="normal"
|
||||||
|
>MCS 0</text>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#212121" fill-opacity="1" stroke="#212121" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(0.512934,0,0,0.514176,1060.94,34.3498)"
|
||||||
|
font-family="Helvetica" font-size="18" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<text fill="#212121" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="-0.140625" font-family="Helvetica" font-size="18" font-weight="400" font-style="normal"
|
||||||
|
>MCS 2</text>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#212121" fill-opacity="1" stroke="#212121" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(0.512934,0,0,0.514176,1060.94,45.4976)"
|
||||||
|
font-family="Helvetica" font-size="18" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<text fill="#212121" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="-0.140625" font-family="Helvetica" font-size="18" font-weight="400" font-style="normal"
|
||||||
|
>MCS 4</text>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#212121" fill-opacity="1" stroke="#212121" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(0.512934,0,0,0.514176,1060.94,56.6454)"
|
||||||
|
font-family="Helvetica" font-size="18" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<text fill="#212121" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="-0.140625" font-family="Helvetica" font-size="18" font-weight="400" font-style="normal"
|
||||||
|
>MCS 8</text>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#212121" fill-opacity="1" stroke="#212121" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(0.512934,0,0,0.514176,1060.94,67.7932)"
|
||||||
|
font-family="Helvetica" font-size="18" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<text fill="#212121" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="-0.140625" font-family="Helvetica" font-size="18" font-weight="400" font-style="normal"
|
||||||
|
>MCS 10</text>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#212121" fill-opacity="1" stroke="#212121" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(0.512934,0,0,0.514176,1060.94,78.9411)"
|
||||||
|
font-family="Helvetica" font-size="18" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<text fill="#212121" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="-0.140625" font-family="Helvetica" font-size="18" font-weight="400" font-style="normal"
|
||||||
|
>MCS 12</text>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="#212121" fill-opacity="1" stroke="#212121" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(0.512934,0,0,0.514176,1060.94,90.0889)"
|
||||||
|
font-family="Helvetica" font-size="18" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<text fill="#212121" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="-0.140625" font-family="Helvetica" font-size="18" font-weight="400" font-style="normal"
|
||||||
|
>MCS 13</text>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#212121" stroke-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="5" transform="matrix(0.512934,0,0,0.514176,-124.321,-47.4752)"
|
||||||
|
font-family="Helvetica" font-size="18" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M2240,276 L2240,119 L2383,119 L2383,276 L2240,276"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 88 KiB |
+19
-2
@@ -24,8 +24,18 @@ errorCounts = zeros(numel(mcs_values_t1), numel(snrs));
|
|||||||
packetCounts = zeros(numel(mcs_values_t1), numel(snrs));
|
packetCounts = zeros(numel(mcs_values_t1), numel(snrs));
|
||||||
errorRates = zeros(numel(mcs_values_t1), numel(snrs));
|
errorRates = zeros(numel(mcs_values_t1), numel(snrs));
|
||||||
cfrMagnitudesBySnr = cell(numel(mcs_values_t1), numel(snrs));
|
cfrMagnitudesBySnr = cell(numel(mcs_values_t1), numel(snrs));
|
||||||
|
|
||||||
|
f = waitbar(0, "Starting");
|
||||||
|
|
||||||
|
progressTotal = numel(mcs_values_t1) * numel(snrs);
|
||||||
|
progressQueue = parallel.pool.DataQueue;
|
||||||
|
|
||||||
|
parfor_waitbar(f, progressTotal, "Starting MCS sweep", true);
|
||||||
|
progressListener = afterEach(progressQueue, @(info) parfor_waitbar(f, progressTotal, info, false));
|
||||||
|
|
||||||
for imcs = 1 : numel(mcs_values_t1)
|
for imcs = 1 : numel(mcs_values_t1)
|
||||||
cfgEHT.User{1}.MCS = mcs_values_t1(imcs);
|
currentMcs = mcs_values_t1(imcs);
|
||||||
|
cfgEHT.User{1}.MCS = currentMcs;
|
||||||
|
|
||||||
errorCountsForMcs = zeros(1, numel(snrs));
|
errorCountsForMcs = zeros(1, numel(snrs));
|
||||||
packetCountsForMcs = zeros(1, numel(snrs));
|
packetCountsForMcs = zeros(1, numel(snrs));
|
||||||
@@ -39,6 +49,8 @@ for imcs = 1 : numel(mcs_values_t1)
|
|||||||
packetCountsForMcs(snr_idx) = packetCount;
|
packetCountsForMcs(snr_idx) = packetCount;
|
||||||
errorRatesForMcs(snr_idx) = errorCount / packetCount;
|
errorRatesForMcs(snr_idx) = errorCount / packetCount;
|
||||||
cfrMagnitudesForMcs{snr_idx} = cfrMagnitudes;
|
cfrMagnitudesForMcs{snr_idx} = cfrMagnitudes;
|
||||||
|
|
||||||
|
send(progressQueue, sprintf("MCS %d | SNR %.1f dB", currentMcs, snrs(snr_idx)));
|
||||||
end
|
end
|
||||||
|
|
||||||
errorCounts(imcs, :) = errorCountsForMcs;
|
errorCounts(imcs, :) = errorCountsForMcs;
|
||||||
@@ -47,6 +59,11 @@ for imcs = 1 : numel(mcs_values_t1)
|
|||||||
cfrMagnitudesBySnr(imcs, :) = cfrMagnitudesForMcs;
|
cfrMagnitudesBySnr(imcs, :) = cfrMagnitudesForMcs;
|
||||||
end
|
end
|
||||||
|
|
||||||
|
delete(progressListener);
|
||||||
|
if ishandle(f)
|
||||||
|
close(f);
|
||||||
|
end
|
||||||
|
|
||||||
markers = 'ox*sd^v><ph+ox*sd^v><ph+';
|
markers = 'ox*sd^v><ph+ox*sd^v><ph+';
|
||||||
figure;
|
figure;
|
||||||
for imcs = 1 : numel(mcs_values_t1)
|
for imcs = 1 : numel(mcs_values_t1)
|
||||||
@@ -95,4 +112,4 @@ plot(representativeCfr);
|
|||||||
grid on;
|
grid on;
|
||||||
xlabel("Subcarrier index");
|
xlabel("Subcarrier index");
|
||||||
ylabel("|H[k]|");
|
ylabel("|H[k]|");
|
||||||
title("CFR magnitude for representative packet at 25 dB SNR");
|
title("CFR magnitude for representative packet at 25 dB SNR");
|
||||||
|
|||||||
+15
-2
@@ -3,13 +3,21 @@ apep_values = [250 1000 4000 8000 12000];
|
|||||||
|
|
||||||
results = zeros(numel(apep_values), numel(snrs));
|
results = zeros(numel(apep_values), numel(snrs));
|
||||||
|
|
||||||
|
f = waitbar(0, "Starting APEP sweep");
|
||||||
|
progressTotal = numel(apep_values) * numel(snrs);
|
||||||
|
progressQueue = parallel.pool.DataQueue;
|
||||||
|
|
||||||
|
parfor_waitbar(f, progressTotal, "Starting APEP sweep", true);
|
||||||
|
progressListener = afterEach(progressQueue, @(info) parfor_waitbar(f, progressTotal, info, false));
|
||||||
|
|
||||||
for apep_idx = 1 : numel(apep_values)
|
for apep_idx = 1 : numel(apep_values)
|
||||||
|
currentApep = apep_values(apep_idx);
|
||||||
[cfgEHT, simParameters, channel, chInfo, maxChDelay, satelliteDopplerShift, chanBW] = ...
|
[cfgEHT, simParameters, channel, chInfo, maxChDelay, satelliteDopplerShift, chanBW] = ...
|
||||||
create_baseline_configuration(ntn_tdl_delay_profiles(3), bandwidth, false, "None", ...
|
create_baseline_configuration(ntn_tdl_delay_profiles(3), bandwidth, false, "None", ...
|
||||||
carrier_frequency, 0, ...
|
carrier_frequency, 0, ...
|
||||||
0, leo_altitude, random_stream, ...
|
0, leo_altitude, random_stream, ...
|
||||||
seed, tx_antenna_count, ...
|
seed, tx_antenna_count, ...
|
||||||
rx_antenna_count, apep_values(apep_idx));
|
rx_antenna_count, currentApep);
|
||||||
|
|
||||||
cfgEHT.User{1}.MCS = mcs_t1;
|
cfgEHT.User{1}.MCS = mcs_t1;
|
||||||
|
|
||||||
@@ -21,9 +29,15 @@ for apep_idx = 1 : numel(apep_values)
|
|||||||
[errorCount, packetCount, cfrMagnitudes] = simulateTransmission(cfgEHT, local_channel, maxChDelay, snrs(snr_idx), packets_per_snr, maxNumErrors, simParameters, chanBW, snr_idx, elevationAngles);
|
[errorCount, packetCount, cfrMagnitudes] = simulateTransmission(cfgEHT, local_channel, maxChDelay, snrs(snr_idx), packets_per_snr, maxNumErrors, simParameters, chanBW, snr_idx, elevationAngles);
|
||||||
end
|
end
|
||||||
results(apep_idx, snr_idx) = errorCount / packetCount;
|
results(apep_idx, snr_idx) = errorCount / packetCount;
|
||||||
|
send(progressQueue, sprintf("APEP %d | SNR %.1f dB", currentApep, snrs(snr_idx)));
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
delete(progressListener);
|
||||||
|
if ishandle(f)
|
||||||
|
close(f);
|
||||||
|
end
|
||||||
|
|
||||||
markers = 'ox*sd^v><ph+ox*sd^v><ph+';
|
markers = 'ox*sd^v><ph+ox*sd^v><ph+';
|
||||||
|
|
||||||
figure;
|
figure;
|
||||||
@@ -39,4 +53,3 @@ ylabel('PER');
|
|||||||
dataStr = arrayfun(@(x)sprintf('APEP %d', x), apep_values, 'UniformOutput', false);
|
dataStr = arrayfun(@(x)sprintf('APEP %d', x), apep_values, 'UniformOutput', false);
|
||||||
legend(dataStr, 'Location', 'NorthEastOutside');
|
legend(dataStr, 'Location', 'NorthEastOutside');
|
||||||
title(['PER over SNR for APEP sweep, ' num2str(cfgEHT.ChannelBandwidth) ', NTN-TDL-C']);
|
title(['PER over SNR for APEP sweep, ' num2str(cfgEHT.ChannelBandwidth) ', NTN-TDL-C']);
|
||||||
|
|
||||||
|
|||||||
+15
-2
@@ -3,10 +3,18 @@ carrier_frequencies = [1e9 2.4e9 5e9 5.8e9 6e9 12e9 24e9 60e9];
|
|||||||
|
|
||||||
results = zeros(numel(carrier_frequencies), numel(snrs));
|
results = zeros(numel(carrier_frequencies), numel(snrs));
|
||||||
|
|
||||||
|
f = waitbar(0, "Starting carrier frequency sweep");
|
||||||
|
progressTotal = numel(carrier_frequencies) * numel(snrs);
|
||||||
|
progressQueue = parallel.pool.DataQueue;
|
||||||
|
|
||||||
|
parfor_waitbar(f, progressTotal, "Starting carrier frequency sweep", true);
|
||||||
|
progressListener = afterEach(progressQueue, @(info) parfor_waitbar(f, progressTotal, info, false));
|
||||||
|
|
||||||
for f_idx = 1 : numel(carrier_frequencies)
|
for f_idx = 1 : numel(carrier_frequencies)
|
||||||
|
currentCarrierFrequency = carrier_frequencies(f_idx);
|
||||||
[cfgEHT, simParameters, channel, chInfo, maxChDelay, satelliteDopplerShift, chanBW] = ...
|
[cfgEHT, simParameters, channel, chInfo, maxChDelay, satelliteDopplerShift, chanBW] = ...
|
||||||
create_baseline_configuration(ntn_tdl_delay_profiles(3), bandwidth, false, "None", ...
|
create_baseline_configuration(ntn_tdl_delay_profiles(3), bandwidth, false, "None", ...
|
||||||
carrier_frequencies(f_idx), 0, ...
|
currentCarrierFrequency, 0, ...
|
||||||
0, leo_altitude, random_stream, ...
|
0, leo_altitude, random_stream, ...
|
||||||
seed, tx_antenna_count, ...
|
seed, tx_antenna_count, ...
|
||||||
rx_antenna_count, apep);
|
rx_antenna_count, apep);
|
||||||
@@ -21,9 +29,15 @@ for f_idx = 1 : numel(carrier_frequencies)
|
|||||||
[errorCount, packetCount, cfrMagnitudes] = simulateTransmission(cfgEHT, local_channel, maxChDelay, snrs(snr_idx), packets_per_snr, maxNumErrors, simParameters, chanBW, snr_idx, elevationAngles);
|
[errorCount, packetCount, cfrMagnitudes] = simulateTransmission(cfgEHT, local_channel, maxChDelay, snrs(snr_idx), packets_per_snr, maxNumErrors, simParameters, chanBW, snr_idx, elevationAngles);
|
||||||
end
|
end
|
||||||
results(f_idx, snr_idx) = errorCount / packetCount;
|
results(f_idx, snr_idx) = errorCount / packetCount;
|
||||||
|
send(progressQueue, sprintf("f_c %.1f GHz | SNR %.1f dB", currentCarrierFrequency / 1e9, snrs(snr_idx)));
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
delete(progressListener);
|
||||||
|
if ishandle(f)
|
||||||
|
close(f);
|
||||||
|
end
|
||||||
|
|
||||||
markers = 'ox*sd^v><ph+ox*sd^v><ph+';
|
markers = 'ox*sd^v><ph+ox*sd^v><ph+';
|
||||||
|
|
||||||
figure;
|
figure;
|
||||||
@@ -43,4 +57,3 @@ if use_pilot_tracking
|
|||||||
else
|
else
|
||||||
title(['PER over SNR for Carrier Frequency sweep, ' num2str(cfgEHT.ChannelBandwidth) ', NTN-TDL-C']);
|
title(['PER over SNR for Carrier Frequency sweep, ' num2str(cfgEHT.ChannelBandwidth) ', NTN-TDL-C']);
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user