cleanup before refactoring

This commit is contained in:
2026-04-21 09:14:38 -07:00
parent dd0861d11c
commit 275123d0fc
5 changed files with 31 additions and 12 deletions
+2 -1
View File
@@ -8,5 +8,6 @@ function value = antennaGain(obj, t)
end
% TODO
value = 10*log10(1);
% Temporary logic to make nadir-pointing most effective
value = 10*log10(cosd(t));
end