Friis Transmission Equation
$$P_r = P_t G_t G_r \left(\frac{\lambda}{4\pi r}\right)^2$$FSPL = 20·log₁₀(4πrf/c) [dB]
Assumed noise floor: −100 dBm
Select your antenna type, adjust frequency, transmit power, and link distance to instantly compute the Friis transmission equation and free-space path loss. Visualize the polar radiation pattern interactively.
FSPL = 20·log₁₀(4πrf/c) [dB]
Assumed noise floor: −100 dBm
The core of wireless link calculation is the Friis Transmission Equation. It tells you the power received ($P_r$) based on transmitted power ($P_t$), the gains of the antennas ($G_t$, $G_r$), the wavelength ($\lambda$), and the distance between them ($r$).
$$P_r = P_t G_t G_r \left(\frac{\lambda}{4\pi r}\right)^2$$$P_r, P_t$: Received and transmitted power (Watts).
$G_t, G_r$: Gain of transmit and receive antennas (linear ratio, not dB).
$\lambda$: Wavelength, calculated from frequency ($\lambda = c / f$).
$r$: Distance between antennas (meters).
The term $(\lambda / (4\pi r))^2$ is the free-space path loss, representing how the signal spreads out and weakens with distance.
Path loss is often expressed in decibels (dB) for convenience. The Free-Space Path Loss (FSPL) formula is derived directly from the Friis equation.
$$\text{FSPL (dB)}= 20 \log_{10}\left(\frac{4\pi r f}{c}\right)$$$f$: Frequency (Hz).
$c$: Speed of light (~$3 \times 10^8$ m/s).
This shows a critical insight: path loss increases with both distance and frequency. In the simulator, increase the "Frequency f" and watch the received power drop faster over the same distance.
Satellite TV Dishes: The large parabolic dish is a very high-gain antenna. It's precisely pointed at a geostationary satellite over 35,000 km away to focus on its weak signal and reject interference from the ground. The simulator shows why high gain is non-negotiable here—try achieving a positive link budget at that distance with a dipole!
Wi-Fi Router Placement: Most home routers use moderate-gain antennas with a broad radiation pattern to cover all rooms. If you replaced them with high-gain Yagis, you'd get amazing signal in one direction but dead zones everywhere else. This trade-off is easily explored by changing antenna types in the tool.
Long-Range Microwave Backhaul: Cell towers often connect to each other via focused microwave links. Engineers use the Friis equation to select antenna gain, frequency, and power to ensure a reliable link over tens of kilometers, often aligning antennas with sub-degree precision to maximize the gain benefit.
RFID and NFC Systems: These short-range systems operate with very low power. The reader antenna's gain and directivity are carefully designed to create a specific "bubble" of coverage. The path loss calculation is crucial to define the maximum read range, which you can simulate by setting a very short distance and low power.
There are a few key points you should be especially mindful of when starting to use this simulator. First is the misconception that higher gain is always better. It's true that with antennas like the Yagi-Uda, gains exceeding 10 dBi can extend communication range in a specific direction. However, the trade-off is that the beamwidth becomes narrower. For example, a device like a smartphone needs to receive signals from base stations in all directions, so an omnidirectional antenna is actually more suitable. For a directional antenna, "where you point it" is everything.
Next, don't forget that the simulation assumes "free space". The calculations here do not include any reflections from walls or the ground, scattering by trees, or effects of rain. In actual urban areas, it's not uncommon for received power to drop by 20 dB or more at the same distance when behind a building. Treat this tool's results as "theoretical values under ideal conditions," and it's a golden rule to include a sufficient margin (e.g., 10–20 dB) in your actual design.
Finally, a pitfall in parameter settings: frequency and wavelength have a trade-off relationship. Looking at Friis' transmission equation, you see that received power is proportional to the square of the wavelength λ, right? This means that for the same distance, lower frequency (longer wavelength) results in smaller propagation loss. For instance, comparing 2.4 GHz (Wi-Fi) and 28 GHz (5G mmWave), the frequency is about 11.7 times higher, so the loss difference is 20*log10(11.7) ≈ 21 dB. If you use a high-frequency band, you need to compensate for the loss with higher gain.
The core concepts of this tool—the "Friis transmission equation" and "directivity patterns"—are actually applied in various fields beyond antenna engineering. First is acoustical engineering. The directivity patterns of speakers and microphones are mathematically very similar to antenna radiation patterns. The technique of picking up sound from a specific direction with a directional microphone shares principles with the Yagi-Uda antenna.
Another field is radar and sensing technology. Automotive millimeter-wave radar emits a sharp beam, receives the reflected wave from a target, and calculates distance and relative velocity. The crucial "radar equation" here is essentially Friis' equation with added terms like radar cross-section. You likely observed in the simulator that making the directivity sharper narrows the beam; in radar, this leads to improved "angular resolution."
Furthermore, applications can be found in the field of medical imaging. The probe of an ultrasound diagnostic device arrays numerous elements and forms/scans the beam by controlling the phase of the ultrasound emitted from each element. This is essentially phased array and beamforming from antenna technology. While the medium differs (radio waves vs. ultrasound), their essence as wave phenomena is the same.
If this simulator has piqued your interest and you want to learn more, taking the following steps is recommended. First, "understand antenna operating principles from electromagnetics". The differences between the antennas you can choose in the tool stem from how electromagnetic waves are radiated efficiently when high-frequency current flows through a conductor. Learn the background, such as why a half-wave dipole's length is λ/2—because that's where the current distribution is maximum, leading to peak radiation efficiency.
Building on that, I strongly encourage you to "manually trace the calculations behind the tool". For example, set the conditions to: transmit power 1 W, transmit/receive antenna gain 2.15 dBi (half-wave dipole), frequency 1 GHz, distance 100 m. How is the received power $P_r$ calculated using Friis' equation? Wavelength $\lambda = 0.3m$, the propagation loss term is $(\lambda/(4\pi r))^2 = (0.3/(4\pi*100))^2 \approx 5.7 \times 10^{-8}$. Thus, $P_r = 1 \times 1.64 \times 1.64 \times 5.7 \times 10^{-8} \approx 1.53 \times 10^{-7}$ W. Converting this to dBm gives about -38 dBm. Check if this matches the simulator's result. Through this "hands-on" process, you'll gain an intuitive understanding of each parameter's impact.
A good next topic would be to move on to "real-world propagation models". After the free-space model, learning models like the two-ray model (considering ground reflection) or the Okumura-Hata model used in urban cellular communications will quickly bring you closer to practical work. Also, after dealing with a single antenna in the simulator, studying technologies like MIMO and beamforming, which combine multiple antenna elements to freely control beams, will let you touch the core of modern 5G/6G.