This commit is contained in:
2026-04-21 10:32:56 -07:00
parent fbc7fe18f4
commit c467ca35be
2 changed files with 1 additions and 30 deletions
-8
View File
@@ -22,13 +22,5 @@ classdef test_rfSensor < matlab.unittest.TestCase
tc.testClass.plotParameters();
end
function plot_SINR(tc)
% Plot sensor performance with a single source of interference
P_TX = 1e-3; % Transmit power (Watts)
BW = 20e6; % Bandwidth (Hz)
f_c = 2e9; % Center frequency (Hz)
tc.testClass = tc.testClass.initialize(P_TX, BW, f_c);
end
end
end