Skip to content

igorauad/link-budget

Repository files navigation

Link Budget

Tests Docs codecov

A Python-based link budget calculator for satellite communications and radar systems. To install it, run:

pip install link-budget

Please refer to the documentation page for further information.

Running

Example:

link-budget \
  --sat-long -101 \
  --eirp 52 \
  --freq 12.45e9 \
  --bw 24e6 \
  --rx-dish-size 0.46 \
  --lnb-noise-fig 0.6 \
  --lnb-gain 40 \
  --coax-length 110 \
  --rx-noise-fig 10 \
  --rx-long -82.43 \
  --rx-lat 29.71