plot radio metrics as a function of distance

This commit is contained in:
2026-05-06 18:12:40 -07:00
parent 7433310390
commit 740b42eba4
2 changed files with 106 additions and 7 deletions
+2 -3
View File
@@ -26,9 +26,8 @@ seaToGroundLevel = 110; % measured approximately from USGS national map viewer
plotWholeFlight = true; % do not attempt to automatically trim initial and final positioning and landing from flight plot (buggy)
[fGlobe, G] = plotGpsLogs(resultsPath, seaToGroundLevel, true);
% Plot radio statistics
[fRadio, R] = plotRadioLogs(resultsPath);
set(findobj(fRadio, 'Type', 'axes'), 'XLim', controller.timestamp([1, end]));
% Plot radio statistics (time-based and distance-based)
[fRadio, fRadioDist, R] = plotRadioLogs(resultsPath, G, controller.timestamp([1, end]));
%% Run simulation
% Run miSim using same AERPAW scenario definition CSV