new SINR/beamwidth 3d plot

This commit is contained in:
2026-05-07 20:00:05 -07:00
parent b44df40c7e
commit 030dd30c7d
4 changed files with 154 additions and 0 deletions
+1
View File
@@ -29,6 +29,7 @@ classdef rfSensor
[value] = halfAngle(obj); % tilt angle (deg) at which sensor performance is halved
[f] = plotParameters(obj); % debug, plot sensor response as a function of distance and tilt angle
[f] = plotPerformance(obj, altitude, otherSensorsPos, otherSensors); % debug, plot SNR or SINR ground heatmap for a given geometry
[f] = plot(obj, altitude, otherSensorsPos, otherSensors);
obj = clearRssCache(obj);
end
methods (Access = private)