WiFi power

Since you do not need a license to operate a WiFi (IEEE 802.11)radio, the FCC regulates their power. The effective power of the radio with its cables and antenna must be under 1 watt if you use an omni-directional antenna that radiates equally in all directions. The limit is increased to 4 watts if one uses a more focused antenna that is less likely to cause interference.

Since the antenna adds effective power, the radios themselves have a maximum power well under 1 watt. (With most WiFi chips, the driver software can control the power level).

WiFi manufacturers rate the power of their radios relative to a 1 milliwatt radio. So, for example, a 100 milliwatt radio is 100 times as powerful as the reference radio.

Instead of a simple ratio, we can convert that to decibels relative to a 1 milliwatt radio (dBm):

     dBm = 10 * log (power in milliwatts)
     dBm = 10 * log (100)
     dBm = 10 * 2 = 20

A simple spreadsheet calculator can do this conversion.

Manufacturers rate the sensitivity of their radios in dBm, and we can use that measure in calculating power budgets for radio links.

WiFi radios automatically select a modulation scheme (and corresponding link speed) that can be sustained by the signal strength. For example, the D-Link DI-624 can adjust link speed in 11 steps ranging from 1 to 54 Mbps, as shown below:

Speed
(Mbps)
Modulation
scheme
Power
dBm
802.11
b or g
54 OFDM -68g
48 OFDM -68g
36 OFDM -75g
24 OFDM -79g
18 OFDM -82g
12 OFDM -84g
11 CCK -82b
9 OFDM -87g
6 OFDM -88g
5.5 CCK -85b
2 QPSK -86b
1 BPSK -89b


Disclaimer: The views and opinions expressed on unofficial pages of California State University, Dominguez Hills faculty, staff or students are strictly those of the page authors. The content of these pages has not been reviewed or approved by California State University, Dominguez Hills.