added fresnel zone

This commit is contained in:
2026-06-23 16:08:47 +03:00
parent b9a1ca4125
commit 89ca1ee945
10 changed files with 72 additions and 4 deletions
+1 -1
View File
@@ -65,5 +65,5 @@ def manual_link_budget(
rx_power_dbm=rx_power,
fade_margin_db=margin,
fresnel_clear=fresnel_clear,
link_viable=margin > 0 and fresnel_clear,
link_viable=margin > 0,
)