While paused, move the sliders to update the result instantly.
Compute received power, SNR, link margin, and maximum range in real time using the Friis transmission equation. Compare BPSK to 64QAM and include rain fade and atmospheric loss.
While paused, move the sliders to update the result instantly.
Distance (d) slider and watch the Received Power (P_r) drop dramatically.L_fs) is the fundamental, unavoidable loss as the signal spreads out in a perfect vacuum. Misc Losses (L_misc) are the practical, real-world headaches: cable losses, connector imperfections, or signal degradation from going through a wall. For instance, a satellite link might have almost no L_misc, but a Wi-Fi router behind two drywalls would.Modulation choice matter so much?Received Power must be compared to the Noise Floor to get the Signal-to-Noise Ratio (SNR). The Margin tells you how much "extra" SNR you have above the minimum required for your chosen modulation. Try switching between BPSK and 64QAM up top. 64QAM packs more data but needs a much higher SNR. If your margin goes negative, the link fails—this is how engineers choose the right modulation for a given distance and power.The core of the calculator is the Friis Transmission Equation in decibel (dB) form. It sums all gains and losses to find the power arriving at the receiver.
$$P_r = P_t + G_t + G_r - L_{fs}- L_{misc}\quad \text{[dBm]}$$Where:
$P_r$ = Received Power (dBm)
$P_t$ = Transmitted Power (dBm)
$G_t, G_r$ = Transmit/Receive Antenna Gains (dBi)
$L_{fs}$ = Free Space Path Loss (dB)
$L_{misc}$ = Miscellaneous Losses (dB)
The Free Space Path Loss is calculated from the distance and the signal's wavelength (which depends on frequency). This equation shows why higher frequencies (like 28 GHz 5G) attenuate much faster over distance than lower frequencies (like 900 MHz IoT).
$$L_{fs}= 20\log_{10}\!\left(\frac{4\pi d}{\lambda}\right) = 20\log_{10}(d) + 20\log_{10}(f) - 147.55 \;\text{[dB]}$$Where:
$d$ = Distance between antennas (meters)
$f$ = Frequency (Hz)
$\lambda$ = Wavelength (m), where $\lambda = c/f$
The constant -147.55 comes from $20\log_{10}(4\pi/c)$ with $c$ as the speed of light.
Satellite Communication (e.g., Starlink): Engineers use this exact calculation to determine the required power and antenna size on the ground terminal. The Rain Fade parameter is critical here, as heavy rain can absorb and scatter the high-frequency signals, causing a temporary link outage unless extra "margin" is designed in.
5G Cellular Network Planning: When deploying a new 5G small cell, engineers calculate the link budget for the expected cell radius. They balance high-gain antennas (increasing G_t and G_r) with the need for wide coverage, and select a modulation scheme (like 256QAM) that delivers high speed only to users with a strong SNR.
IoT Sensor Networks (e.g., LoRaWAN): For battery-powered sensors that must last years, transmit power (P_t) must be minimized. The link budget is pushed to its limit by using very low data rates (which require minimal SNR), allowing communication over several kilometers with minimal power.
Radar System Design: The Friis equation works in reverse for radar. The transmitted signal reflects off a target, and the budget calculates the tiny fraction of power that returns. This determines the radar's maximum detection range and sensitivity to small objects like drones.
While this calculation tool is powerful, it has several pitfalls. First, it is dangerous to assume that "if the calculation result is positive, communication is absolutely possible". The Friis transmission formula assumes a "Line-of-Sight (LOS) environment". In reality, losses of several dB can occur just from trees, curtains, or even a person walking by. For example, in the 2.4 GHz band, even if you have a calculated margin of 10dB, it can easily be wiped out by a single office partition. Next, do not misunderstand the meaning of antenna gain [dBi]. dBi is a "relative value compared to an isotropic antenna (a hypothetical antenna that radiates equally in all directions)". A 10dBi antenna is not a magical device that amplifies power; its relative strength is achieved by "focusing" the radio waves in a specific direction. Finally, transmit power [dBm] and power consumption [W] are different things. Even if a circuit's power consumption is high, the transmit power will be low if the power supply efficiency to the antenna is poor. Always check the datasheet's "transmit output" and "power consumption" separately.
LTE backhaul link: transmit power 23 dBm, frequency 2.6 GHz, distance 8 km, combined antenna gain 18 dBi (sector antenna). Friis path loss = 32.4 + 20log(2.6) + 20log(8) = 122.8 dB. Received power P_r = 23 - 122.8 + 18 = -81.8 dBm. For BPSK (sensitivity -93 dBm), link margin M = -81.8 - (-93) = 11.2 dB. Rain attenuation at 2.6 GHz ~0.5 dB per km for heavy rain reduces margin by 4 dB. Maximum range with 10 dB margin: solve 23 - [32.4 + 20log(2.6) + 20log(d)] + 18 = -83, yielding d ≈ 12.5 km.