added fresnel zone
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user