RFrftools.io
EMC / ComplianceMarch 6, 20266 min read

Why Your Enclosure Rings Like a Microwave Oven — and How to Predict It

Calculate chassis resonant frequencies from enclosure dimensions. Avoid EMC failures by predicting TE₁₀₁ and TE₁₁₀ cavity modes in metal housings.

Contents

Every Metal Box Is a Resonant Cavity

If you've ever wondered why a product passes radiated emissions on the bench but fails spectacularly in the chamber, chassis resonance might be your culprit. Every closed (or nearly closed) metallic enclosure is, electromagnetically speaking, a resonant cavity — the exact same physics that makes a microwave oven heat your lunch. At certain frequencies the internal dimensions of the box line up with half-wavelength multiples of the electromagnetic field, and standing waves form. Energy at those frequencies gets amplified rather than shielded, and any slot, seam, or cable penetration becomes a very efficient radiating antenna.

Understanding where those resonances fall is one of the first things you should do when laying out a new product enclosure. The open the Chassis Resonant Frequency calculator makes this a 10-second exercise.

The Governing Equation

A rectangular metallic cavity supports transverse-electric (TE) and transverse-magnetic (TM) modes. The resonant frequency for the TEmnp\text{TE}_{mnp} (or TMmnp\text{TM}_{mnp}) mode is:

fmnp=c2(mL)2+(nW)2+(pH)2f_{mnp} = \frac{c}{2} \sqrt{\left(\frac{m}{L}\right)^2 + \left(\frac{n}{W}\right)^2 + \left(\frac{p}{H}\right)^2}

where cc is the speed of light (3×108\approx 3 \times 10^8 m/s), and LL, WW, HH are the interior length, width, and height of the enclosure in metres. The integers mm, nn, and pp denote the number of half-wavelength variations along each axis.

For TE modes, at least two of the three indices must be non-zero. The lowest-order modes in a typical enclosure (where L>W>HL > W > H) are usually TE101\text{TE}_{101} and TE110\text{TE}_{110}. The calculator reports both, plus identifies which one gives you fminf_{\text{min}} — the frequency where trouble starts first.

Why It Matters for EMC

At resonance, the shielding effectiveness of the enclosure can drop dramatically — sometimes by 20–40 dB compared to off-resonance performance. If a digital clock harmonic or a switching-converter spur happens to land on one of these cavity modes, you can see emissions spikes that no amount of ferrite or filtering will tame, because the box itself is the problem.

Common consequences include:

  • Unexpected radiated emissions peaks at frequencies that don't correspond to any obvious source on the PCB.
  • Coupling between boards in multi-board enclosures, where one board's noise excites a cavity mode that couples into another board's sensitive analog front end.
  • Inconsistent test results — moving a cable or repositioning a PCB slightly shifts the field pattern and changes the measured amplitude.

Worked Example: A Typical Industrial Controller Enclosure

Let's take a standard extruded-aluminum enclosure with interior dimensions:

  • L=250 mmL = 250\text{ mm} (0.25 m)
  • W=150 mmW = 150\text{ mm} (0.15 m)
  • H=50 mmH = 50\text{ mm} (0.05 m)

TE₁₀₁ Mode

f101=3×1082(10.25)2+(00.15)2+(10.05)2f_{101} = \frac{3 \times 10^8}{2} \sqrt{\left(\frac{1}{0.25}\right)^2 + \left(\frac{0}{0.15}\right)^2 + \left(\frac{1}{0.05}\right)^2}
=1.5×10816+0+400=1.5×108416= 1.5 \times 10^8 \sqrt{16 + 0 + 400} = 1.5 \times 10^8 \sqrt{416}
=1.5×108×20.403.06 GHz= 1.5 \times 10^8 \times 20.40 \approx 3.06\text{ GHz}

TE₁₁₀ Mode

f110=3×1082(10.25)2+(10.15)2+(00.05)2f_{110} = \frac{3 \times 10^8}{2} \sqrt{\left(\frac{1}{0.25}\right)^2 + \left(\frac{1}{0.15}\right)^2 + \left(\frac{0}{0.05}\right)^2}
=1.5×10816+44.44=1.5×10860.44= 1.5 \times 10^8 \sqrt{16 + 44.44} = 1.5 \times 10^8 \sqrt{60.44}
=1.5×108×7.7751.166 GHz= 1.5 \times 10^8 \times 7.775 \approx 1.166\text{ GHz}

So the lowest resonant frequency is about 1.17 GHz, set by the TE110\text{TE}_{110} mode. The corresponding free-space wavelength is:

λmin=cfmin=3×1081.166×1090.257 m257 mm\lambda_{\text{min}} = \frac{c}{f_{\text{min}}} = \frac{3 \times 10^8}{1.166 \times 10^9} \approx 0.257\text{ m} \approx 257\text{ mm}

This is firmly inside the range scanned during CISPR 32 / FCC Part 15 radiated emissions testing (which typically runs up to 6 GHz for many product classes). If your design has any digital clock harmonics, high-speed serial links (USB 3.x, PCIe, HDMI), or switching converters with content near 1.17 GHz, this enclosure will amplify rather than attenuate those signals.

Plug these same numbers into the open the Chassis Resonant Frequency calculator and you'll get the results instantly, along with the wavelength at fminf_{\text{min}}.

Practical Design Strategies

Once you know where the resonances are, you have several options:

  1. Change the enclosure dimensions. Even a 10–15% change in one dimension can shift the resonance away from a problematic frequency. This is cheapest to do early in the design.
  1. Add absorber material. Placing RF-absorbing foam or loaded elastomer on an interior wall damps the Q of the cavity, reducing the resonance peak. This is common in high-frequency enclosures above 1 GHz.
  1. Partition the enclosure. Internal walls or shields break one large cavity into smaller ones, pushing the lowest resonance higher in frequency.
  1. Manage apertures deliberately. Since a resonant cavity radiates most efficiently through slots whose length approaches λ/2\lambda/2, keeping seam lengths and ventilation slots well below λmin/2\lambda_{\text{min}}/2 is critical.
  1. Relocate noise sources. Standing-wave patterns have nulls and maxima at predictable locations. If you can't move the frequency, you can sometimes move the source to a field null.

Quick Sanity Check Rule of Thumb

For a fast mental estimate, the lowest resonance of a box is roughly:

fmin150Lcm2+Wcm2 GHzf_{\text{min}} \approx \frac{150}{\sqrt{L_{cm}^2 + W_{cm}^2}} \text{ GHz}

where LcmL_{cm} and WcmW_{cm} are the two largest interior dimensions in centimetres (assuming HH is much smaller). For our example: 252+152=85029.2\sqrt{25^2 + 15^2} = \sqrt{850} \approx 29.2, giving f150/29.25.14f \approx 150/29.2 \approx 5.14 GHz — wait, that's the half-wave estimate along the diagonal, not the cavity mode formula. The proper cavity calculation (as shown above) gives 1.17 GHz. The lesson: use the real formula, not shortcuts, especially when compliance is on the line.

Try It

Before you finalize your next enclosure design — or if you're debugging a mysterious emissions peak — open the Chassis Resonant Frequency calculator and plug in your box dimensions. It takes seconds and could save you a costly re-spin. Pair it with a shielding-effectiveness or aperture-leakage calculation for the full picture of how your enclosure will behave in the EMC chamber.

Related Articles