Octave Band Center Frequency Calculator

Octave and fractional-octave bands are the standard way acoustics divides the frequency spectrum into perceptually meaningful slices, defined by ANSI S1.11 around the 1,000 Hz reference. Each band has a geometric center frequency and lower and upper edges set by a fixed frequency ratio. This calculator takes a center frequency and the number of bands per octave (1 for full octave, 3 for one-third octave) and returns the lower edge, upper edge and bandwidth using the base-2 convention. Use it to set filter bands, label spectrum plots, or check sound-level-meter band definitions.

0.00
0.00
0.00

Octave band formulas (base-2)

Lower edge = fc / 2^(1 / (2n))
Upper edge = fc * 2^(1 / (2n))
Bandwidth = upper edge - lower edge
(n = bands per octave; ratio upper/lower = 2^(1/n))

For a full octave (n = 1) the band spans a 2:1 ratio with bandwidth about 70.7 percent of fc. For one-third octave (n = 3) the bandwidth is about 23.2 percent of fc.

Band context

  • Nominal octave centers: 31.5, 63, 125, 250, 500, 1k, 2k, 4k, 8k, 16k Hz.
  • One-third octave gives about 31 bands across the audible range.
  • Exact centers differ slightly from the rounded labels.
  • Bands are geometric: the center is the geometric mean of the edges.
  • One-third octave is standard for room and noise spectra.

Octave band: frequently asked questions

How are octave band center frequencies defined?

Octave and fractional-octave bands are defined by ANSI S1.11 and IEC 61260 relative to the 1,000 Hz reference. For base-10 systems, the center frequency of band index x is fc = 1000 * 10^(x / (10 * n)) for fractional-octave designation, but the common base-2 convention uses fc = 1000 * 2^(x / n), where n is the number of bands per octave (1 for octave, 3 for one-third octave).

How wide is an octave band?

A full octave band spans a 2:1 frequency ratio: the upper edge is the square root of two above the center and the lower edge is the square root of two below it, so upper / lower = 2. The edges are fc * 2^(1/(2n)) and fc / 2^(1/(2n)) for a 1/n-octave band, so a one-third-octave band has edges about 2^(1/6) above and below the center.

What is the bandwidth of a band?

The bandwidth is the upper edge frequency minus the lower edge frequency. For an octave band it is about 70.7 percent of the center frequency, and for a one-third-octave band about 23.2 percent. The calculator returns the band edges and bandwidth from the center frequency and the bands-per-octave setting you choose.

Why use one-third-octave bands?

One-third-octave analysis gives finer frequency resolution than full octaves while still smoothing the response into perceptually meaningful bands. It is the standard resolution for many acoustic measurements such as room response, noise spectra and sound-level meter displays, because it balances detail against the manageable number of bands (about 31 across the audible range).

What are the standard octave band centers?

The nominal (rounded) octave band centers used in acoustics are 31.5, 63, 125, 250, 500, 1000, 2000, 4000, 8000 and 16000 Hz. These are convenient labels; the exact calculated centers differ slightly (for example 31.25 or 31.623 Hz depending on the base-2 or base-10 convention). This calculator returns the exact computed values.

Official sources

Reviewed by the CalculatorHub team, edited by James Graham, 17 June 2026. See our methodology.