before new database
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
|
||||
clear; clc;
|
||||
|
||||
scriptDir = fileparts(mfilename("fullpath"));
|
||||
scriptDir = fileparts("C:\Users\Silas\Documents\MATLAB\imdd_simulation\projects\Diss\MPI_revisit\algorithms\");
|
||||
|
||||
|
||||
runWhFile = fullfile(scriptDir, "combined_by_run_id_results.mat");
|
||||
configWhFile = fullfile(scriptDir, "combined_by_config_results.mat");
|
||||
@@ -28,9 +29,9 @@ wh_config_combined.showInfo;
|
||||
|
||||
%% Plot settings
|
||||
|
||||
pathLengthToPlot = 1; % use 300 to see duplicate run_ids per config; set 1000 for the previous path
|
||||
selectedPamLevels = 4;%wh_config_combined.parameter.pam_level.values;
|
||||
selectedAlgorithms = algorithmStorageNames([1,5]);
|
||||
pathLengthToPlot = 1000; % use 300 to see duplicate run_ids per config; set 1000 for the previous path
|
||||
selectedPamLevels = 8; %wh_config_combined.parameter.pam_level.values;
|
||||
selectedAlgorithms = algorithmStorageNames([1,2,3,5]);
|
||||
|
||||
useBoundedLines = true; % switch uncertainty bands on/off here
|
||||
usePolyfit = true; % switch fitted dashed trend lines on/off here
|
||||
@@ -141,6 +142,11 @@ for pamIdx = 1:numel(selectedPamLevels)
|
||||
end
|
||||
end
|
||||
|
||||
yline(2.2e-4, 'LineWidth', 1, 'LineStyle', '--', 'HandleVisibility', 'off');
|
||||
yline(3.8e-3, 'LineWidth', 1, 'LineStyle', '--', 'HandleVisibility', 'off');
|
||||
yline(2e-2, 'LineWidth', 1, 'LineStyle', '--', 'HandleVisibility', 'off');
|
||||
ylim([9e-5, 0.1]);
|
||||
|
||||
title(sprintf("PAM %.0f, path %.0f m", pamLevel, pathLengthToPlot));
|
||||
xlabel("SIR (dB)");
|
||||
ylabel("BER");
|
||||
|
||||
Reference in New Issue
Block a user