Friis Equation Calculator

The Friis Equation Calculator computes received power over distance using antenna gains, frequency, and free-space path loss.

Friis Equation Calculator Compute received power using the Friis free-space transmission equation. Enter transmit power and antenna gains, choose frequency or wavelength, and set the separation distance.
Choose frequency or wavelength:
Example Presets

Report an issue

Spotted a wrong result, broken field, or typo? Tell us below and we’ll fix it fast.


Friis Equation Calculator Explained

The Friis transmission equation estimates the received power between two antennas in free space. It ties together transmit power, antenna gains, distance, and frequency through wavelength. In practice, you use it to see if your link has enough margin over receiver sensitivity. It is a foundation of link budgets for Wi‑Fi, microwave backhaul, satellite, and telemetry.

This calculator implements both linear and logarithmic (dB) forms of the equation. You can enter units that match your design data and get a consistent result. It also lets you include system losses and polarization mismatch. That makes the estimate more realistic for cables, connectors, radomes, and orientation errors.

Remember what Friis assumes: line‑of‑sight, far‑field conditions, and no multipath. If your link breaks these assumptions, add safety margin or use a more detailed model. Use the outputs as a starting point, then refine with measurements and site knowledge.

The Mechanics Behind Friis Equation

Friis comes from basic radiating antenna physics. A transmitter radiates power. The field spreads spherically, and power density drops with the square of distance. The receive antenna intercepts a small slice of that sphere. Its gain and polarization determine how much power it captures.

  • Inverse‑square spreading: power density falls as 1/R² because the sphere’s surface area grows as 4πR².
  • Wavelength matters: the effective aperture of an antenna scales with λ², which links frequency to captured power.
  • Antenna gain: G converts between effective aperture and a real antenna’s directional response.
  • Free‑space path loss (FSPL): a compact dB term that wraps distance and frequency into one number.
  • Polarization and system losses: misalignment and hardware losses reduce received power beyond FSPL.

These pieces combine into a clean relationship for received power. The derivation replaces effective aperture with gain, and collects constants into a tidy factor. In dB form, addition and subtraction make link budgeting quick and readable.

Equations Used by the Friis Equation Calculator

The tool uses standard forms of the Friis transmission equation. You can run it in linear units or dB. Both paths compute the same physics. The dB path is often easier to read and debug when stacking many terms.

  • Linear form: Pr = Pt × Gt × Gr × (λ / (4πR))² × (1/L), where L ≥ 1 accounts for losses.
  • dB form: Pr(dBm) = Pt(dBm) + Gt(dBi) + Gr(dBi) − FSPL(dB) − Lsys(dB) − Lpol(dB).
  • FSPL by distance and wavelength: FSPL(dB) = 20 log10(4πR/λ).
  • FSPL by distance and frequency: FSPL(dB) = 32.44 + 20 log10(d_km) + 20 log10(f_MHz).
  • Wavelength: λ = c / f, where c ≈ 299,792,458 m/s and f is in Hz.

Both FSPL formulas are equivalent when units match. The calculator validates units, converts where needed, and returns a single consistent result. Include only the losses relevant to your scenario to avoid double counting.

Inputs and Assumptions for Friis Equation

Provide the main link parameters and choose how to represent them. The tool converts units and assembles the link budget. Keep your entries realistic and tied to measured or specified data.

  • Transmit power: in W or dBm.
  • Antenna gains: Gt and Gr in dBi, or linear ratios.
  • Distance between antennas: R in meters or kilometers.
  • Frequency: f in Hz, MHz, or GHz, used to compute wavelength and FSPL.
  • System losses: cables, connectors, filters, and radomes in dB (Lsys).
  • Polarization mismatch: additional loss in dB (Lpol), if applicable.

This model assumes line‑of‑sight and far‑field operation. Very short distances can violate far‑field conditions. Very long distances may need Earth curvature, atmospheric absorption, or rain fade terms. If you are near these edges, widen your margins and consider a more detailed propagation model.

Using the Friis Equation Calculator: A Walkthrough

Here’s a concise overview before we dive into the key points:

  1. Select your input units for power, distance, and frequency.
  2. Enter transmit power and both antenna gains.
  3. Enter the link distance and operating frequency.
  4. Add system and polarization losses if you have them.
  5. Click Calculate to compute received power and FSPL.
  6. Compare the received power with your receiver sensitivity.

These points provide quick orientation—use them alongside the full explanations in this page.

Case Studies

A campus Wi‑Fi link at 2.4 GHz spans 100 m between access point and client. Transmit power is 20 dBm, and both antennas are 2 dBi. Using FSPL = 32.44 + 20 log10(0.1 km) + 20 log10(2400 MHz), FSPL ≈ 80.0 dB. Received power is 20 + 2 + 2 − 80 = −56 dBm. With a sensitivity near −82 dBm for a robust rate, the link margin is roughly 26 dB. What this means: the link should be stable, with room for interference and small obstacles.

A point‑to‑point backhaul at 5 GHz spans 10 km with 24 dBi dishes and 1 W transmit power (30 dBm). FSPL = 32.44 + 20 log10(10 km) + 20 log10(5000 MHz) ≈ 126.4 dB. Assume 4 dB total system loss. Received power is 30 + 24 + 24 − 126.4 − 4 ≈ −52.4 dBm. With a receiver sensitivity near −75 dBm for a high‑rate modulation, the margin is about 22.6 dB. What this means: the path looks strong, given accurate alignment and clear line‑of‑sight.

Accuracy & Limitations

Friis is a free‑space model, not a full propagation simulator. It is excellent for first‑order estimates and clean microwave links. Indoor spaces, urban canyons, and foliage can break its core assumptions. Treat the result as a baseline, not a guarantee.

  • Near‑field operation: Friis requires far‑field distance beyond the Fraunhofer distance.
  • Obstructions and multipath: reflections, diffraction, and absorption are not included.
  • Atmospheric and rain losses: significant at high microwave and millimeter bands.
  • Pointing and polarization errors: small misalignments can cost many dB.
  • Hardware variability: cable loss, connector quality, and gain tolerances add uncertainty.

When stakes are high, validate with terrain profiles, ray tracing, or field tests. Add margin for weather, interference, and regulatory power limits. Use Friis to frame the problem, then refine with measurements.

Units & Conversions

Consistent units matter because FSPL depends on both distance and frequency. Mixing meters with kilometers or Hz with MHz shifts the result by large constants. The calculator handles conversions internally, but this table helps you verify your inputs and interpret the output.

Common units and conversions for Friis calculations
Quantity Linear unit Log unit Conversion
Power W dBm P(dBm) = 10 log10(P(W) × 1000)
Gain ratio dBi G(dBi) = 10 log10(Glinear)
Distance m, km dB (via FSPL) FSPL = 32.44 + 20 log10(d_km) + 20 log10(f_MHz)
Frequency Hz, MHz, GHz 1 GHz = 1000 MHz; 1 MHz = 10⁶ Hz
Wavelength m λ = c / f; c ≈ 3 × 10⁸ m/s

Use the table to cross‑check your entries. If you compute FSPL with distance in kilometers and frequency in MHz, include the 32.44 constant. If you prefer meters and wavelength, use the 20 log10(4πR/λ) form with no constant.

Common Issues & Fixes

Most calculation errors come from unit mismatches or double counting losses. Another source is unrealistic assumptions about line‑of‑sight and far‑field distance. Review inputs and assumptions before you question the result.

  • Wrong frequency units: 2.4 GHz entered as 2.4 MHz yields very optimistic results. Fix by checking the unit selector.
  • Duplicated losses: counting cable loss in both antenna gain and Lsys. Fix by keeping gains as pure antenna gains.
  • Near‑field distances: very short R violates Friis. Fix by measuring in the far field or using near‑field models.
  • Polarization mismatch ignored: vertical to horizontal can lose 20 dB. Fix by aligning polarization or adding Lpol.

If your link looks impossible on paper but works in practice, multipath may be helping temporarily. If it looks fine on paper but fails, obstruction, mispointing, or interference may be the cause. Re‑measure, re‑aim, and re‑enter the updated numbers.

FAQ about Friis Equation Calculator

Does the calculator account for receiver noise or sensitivity?

No, it computes received power and FSPL. Compare the result to your receiver sensitivity to assess link margin.

Should I use the linear or dB form?

Use the dB form for clarity. It turns multiplications into additions and makes gains and losses easy to combine.

How do I know if I am in the far field?

Check the Fraunhofer distance Rf ≈ 2D²/λ, where D is the largest antenna dimension. Use Friis only for R > Rf.

Can I include rain fade or atmospheric loss?

Yes, add those as extra dB losses in Lsys. For high bands, consult ITU models to estimate frequency‑dependent attenuation.

Key Terms in Friis Equation

Free‑Space Path Loss (FSPL)

The reduction in signal strength due to geometric spreading in free space. It grows with distance and frequency and is expressed in dB.

Isotropic Radiator

A theoretical antenna that radiates equally in all directions. Antenna gain in dBi is measured relative to this ideal radiator.

Wavelength

The spatial period of the wave, equal to the speed of light divided by frequency. It ties frequency to antenna size and aperture.

Antenna Gain

The directional concentration of radiated or received power. Higher gain narrows the beam and increases effective aperture.

Effective Isotropic Radiated Power (EIRP)

The apparent transmit power in the strongest direction, equal to Pt plus Gt minus transmit‑side losses, expressed in dBm.

Polarization Mismatch

Loss from misaligned transmit and receive polarizations. Orthogonal linear polarizations can cause about 20 dB of loss.

Link Margin

The difference between received power and receiver sensitivity at a target data rate. Positive margin implies a likely reliable link.

Line‑of‑Sight (LOS)

A clear, unobstructed path between antennas. Friis assumes LOS, with no diffraction, scattering, or absorption from obstacles.

References

Here’s a concise overview before we dive into the key points:

These points provide quick orientation—use them alongside the full explanations in this page.

Leave a Comment