RFrftools.io
Antenna DesignMarch 1, 20266 min read

How to Calculate EIRP and Stay Within FCC, ETSI, and ISM Regulatory Limits

Learn how to calculate EIRP and ERP for regulatory compliance. Worked examples for FCC Part 15, ETSI 2.4 GHz, and ISM 433 MHz with margin analysis.

Contents

Why EIRP Matters More Than You Think

You've designed your RF system, picked a nice antenna, and everything works on the bench. Then someone asks: *"Are we compliant?"* And suddenly you're digging through FCC Part 15.247 or ETSI EN 300 328 trying to figure out whether your effective radiated power is legal.

The reality is that regulatory bodies don't care about your transmitter output power in isolation. They care about what's actually being radiated into free space — and that means accounting for every dB of gain and loss between your PA output and the antenna's far field. That's where EIRP and ERP come in.

Let's break down the math, walk through a real-world example, and show you how to quickly determine your compliance margin — or figure out the maximum antenna gain you're allowed to use.

EIRP vs. ERP: Getting the Definitions Straight

These two terms are often confused, and mixing them up can cost you 2.15 dB of margin — which matters when you're right at the limit.

EIRP (Effective Isotropic Radiated Power) is the total power that would need to be radiated by an isotropic antenna to produce the same peak power density as your actual antenna in its direction of maximum gain:
EIRP (dBm)=PTXLcable+Gantenna (dBi)\text{EIRP (dBm)} = P_{TX} - L_{cable} + G_{antenna} \text{ (dBi)}
ERP (Effective Radiated Power) uses a half-wave dipole as the reference instead of an isotropic radiator. Since a dipole has 2.15 dBi of gain:
ERP (dBm)=EIRP (dBm)2.15\text{ERP (dBm)} = \text{EIRP (dBm)} - 2.15

Or equivalently:

ERP (dBm)=PTXLcable+Gantenna (dBd)\text{ERP (dBm)} = P_{TX} - L_{cable} + G_{antenna} \text{ (dBd)}

where GantennaG_{antenna} in dBd is the gain relative to a dipole. Most datasheets specify gain in dBi, so the first form is usually more convenient.

Key point: FCC Part 15 limits are specified in EIRP (referenced to isotropic), while some older regulations and broadcast standards use ERP. Always check which reference your regulatory body requires.

A Worked Example: 2.4 GHz Wi-Fi Access Point Under FCC Part 15

Let's say you're designing a 2.4 GHz access point for the U.S. market. FCC Part 15.247 allows a maximum EIRP of 36 dBm36 \text{ dBm} (4 W) for frequency-hopping and digitally modulated systems in the 2.4 GHz ISM band.

Here's your system:

  • TX Power: 20 dBm20 \text{ dBm} (100 mW) at the radio IC output
  • Cable and connector losses: 2.5 dB2.5 \text{ dB} (short pigtail + U.FL connector + SMA bulkhead)
  • Antenna gain: 9 dBi9 \text{ dBi} (a modest panel antenna)
Step 1 — Calculate EIRP:
EIRP=202.5+9=26.5 dBm\text{EIRP} = 20 - 2.5 + 9 = 26.5 \text{ dBm}
Step 2 — Calculate ERP:
ERP=26.52.15=24.35 dBm\text{ERP} = 26.5 - 2.15 = 24.35 \text{ dBm}
Step 3 — Determine regulatory margin:
Margin=3626.5=9.5 dB\text{Margin} = 36 - 26.5 = 9.5 \text{ dB}

You're well within the FCC limit with 9.5 dB to spare. That's a comfortable place to be.

Step 4 — Find the maximum permitted antenna gain:

If you wanted to push to the limit (say, for a point-to-point link), what's the biggest antenna you could legally use?

Gmax=EIRPlimitPTX+Lcable=3620+2.5=18.5 dBiG_{max} = \text{EIRP}_{limit} - P_{TX} + L_{cable} = 36 - 20 + 2.5 = 18.5 \text{ dBi}

So you could use up to an 18.5 dBi antenna — a small dish or a high-gain sector panel — and still remain compliant.

Here's where things get interesting if you're designing for international markets. The same hardware can be legal in one region and wildly non-compliant in another.

Consider the same system (PTX=20 dBmP_{TX} = 20 \text{ dBm}, Lcable=2.5 dBL_{cable} = 2.5 \text{ dB}, G=9 dBiG = 9 \text{ dBi}, EIRP = 26.5 dBm) under different regulations:

RegulationEIRP LimitYour EIRPMarginCompliant?
FCC Part 15 (2.4 GHz)36 dBm26.5 dBm+9.5 dB✅ Yes
ETSI 2.4 GHz20 dBm26.5 dBm−6.5 dB❌ No
ISM 433 MHz*14 dBm26.5 dBm−12.5 dB❌ No
\* Assuming a hypothetical 433 MHz version of the same power budget.

For ETSI compliance, you'd need to either reduce TX power to 13.5 dBm13.5 \text{ dBm} or drop to a 2.5 dBi2.5 \text{ dBi} antenna (like a simple PCB antenna). For the 433 MHz ISM band, you're looking at 7.5 dBi7.5 \text{ dBi} max antenna gain — or more realistically, a much lower TX power.

This is exactly the kind of analysis you need to do early in a design, before you've committed to an antenna or RF front-end architecture. Discovering you're 6 dB over the limit at the certification lab is an expensive lesson.

Common Pitfalls

Forgetting cable loss works in your favor. Losses between the transmitter and antenna reduce your EIRP. This means longer cable runs or additional connectors actually give you room for a higher-gain antenna. It sounds counterintuitive, but it's a legitimate design lever — just don't add loss on purpose if you can avoid it, since it also degrades your receive sensitivity. Confusing dBi and dBd. A "6 dB gain" antenna could be 6 dBi6 \text{ dBi} or 6 dBd6 \text{ dBd} (=8.15 dBi= 8.15 \text{ dBi}). That 2.15 dB difference can push you over a limit. Always confirm the reference. Ignoring antenna gain tolerances. If your antenna datasheet says 9±1 dBi9 \pm 1 \text{ dBi}, your worst-case EIRP calculation should use 10 dBi10 \text{ dBi}. Certification bodies test worst-case. Not accounting for TX power tolerance. Similarly, if your radio's output power can vary by ±1.5 dB\pm 1.5 \text{ dB} over temperature, use the upper bound.

Try It

Don't do this math on the back of a napkin when compliance is on the line. Open the EIRP / ERP Regulatory Calculator to plug in your TX power, cable losses, and antenna gain — and instantly see your EIRP, ERP, regulatory margin, and maximum permitted antenna gain for FCC, ETSI, and ISM limits. It's the fastest way to sanity-check your RF chain before you get anywhere near a test chamber.

Related Articles