Octave_band

Octave band

Octave band

Frequency band that spans one octave


An octave band is a frequency band that spans one octave (Play). In this context an octave can be a factor of 2[1][full citation needed] or a factor of 10 0.301.[2][full citation needed][3][full citation needed] An octave of 1200 cents in musical pitch (a logarithmic unit) corresponds to a frequency ratio of 2/ 1  ≈ 10 0.301 .

A general system of scale of octave bands and one-third octave bands has been developed for frequency analysis in general, most specifically for acoustics. A band is said to be an octave in width when the upper band frequency is approximately twice the lower band frequency.

Fractional octave bands

A whole frequency range can be divided into sets of frequencies called bands, with each band covering a specific range of frequencies. For example, radio frequencies are divided into multiple levels of band divisions and subdivisions, and rather than octaves, the highest level of radio bands (VLF, LF, MF, HF, VHF, etc.) are divided up by the wavelengths' power of ten (decads, or decils)[citation needed] that is the same for all radio waves in the same band, rather than the power of two, as in analysis of acoustical frequencies.

In acoustical analysis, a one-third octave band is defined as a frequency band whose upper band-edge frequency ( f2 or fmax ) is the lower band frequency ( f1 or fmin ) times the tenth root of ten,[4] or 1.2589 : The first of the one-third octave bands ends at a frequency 125.9% higher than the starting frequency for all of them, the base frequency, or approximately 399  musical cents above the start (the same frequency ratio as the musical interval between the notes CE. The second one-third octave begins where the first-third ends and itself ends at a frequency 1.2589 ² = 1.5849 × , or 158.5% higher than the original starting frequency. The third-third, or last band ends at 1.2589 ³ = 1.9953 × , or 199.5% of the base frequency.

Any useful subdivision of acoustic frequencies is possible: Fractional octave bands such as  1 / 3 or 1/ 12  of an octave (the spacing of musical notes in 12 tone equal temperament) are widely used in acoustical engineering.[5]

Analyzing a source on a frequency by frequency basis is possible, most often using Fourier transform analysis.[6]

Octave bands

Calculation

If is the center frequency of an octave band, one can compute the octave band boundaries as

where is the lower frequency boundary and the upper one.

Naming

More information Band number, Nominal frequency ...

Note that 1000.000 Hz, in octave 5, is the nominal central or reference frequency, and as such gets no correction.

Base 2 calculation

%% Calculate Third Octave Bands (base 2) in Matlab
fcentre  = 10^3 * (2 .^ ([-18:13]/3))
fd = 2^(1/6);
fupper = fcentre * fd
flower = fcentre / fd

Base 10 calculation

%% Calculate Third Octave Bands (base 10) in Matlab
fcentre = 10.^(0.1.*[12:43])
fd = 10^0.05;
fupper = fcentre * fd
flower = fcentre / fd

Naming

Due to slight rounding errors between the base two and base ten formulas, the exact starting and ending frequencies for various subdivisions of the octave come out slightly differently.

More information Band number, Nominal frequency ...

Normally the difference is ignored, as the divisions are arbitrary: They aren't based on any clear or abrupt change in any crucial physical property. However, if the difference becomes important – such as in detailed comparison of contested acoustical test results – either all parties adopt the same set of band boundaries, or better yet, use more accurately written versions of the same formulas that produce identical results. The cause of the discrepancies is deficient calculation, not a distinction in the underlying mathematics of base 2 or base 10: An accurate calculation with an adequate number of digits, would produce the same result regardless of which base logarithm used.[clarification needed]

See also


References

  1. Crocker (1997). [no title cited]. John Wiley & Sons. p. 1325. ISBN 978-0-471-25293-1. Archived from the original on 5 December 2017 via Google books.
  2. IEC 61260-1:2014[full citation needed]
  3. IANSI S1-6-2016[full citation needed]
  4. IEC 61260-1:2014
  5. "Octave-band center frequencies". audio articles. cross-spectrum.com. Archived from the original on 14 May 2017. Retrieved 23 November 2017.
  6. "Basics". The fast Fourier transform (FFT). nti-audio.com. Support / know-how. Retrieved 9 January 2024.
  7. "Specification for Octave, Half-Octave, and Third Octave Band Filter Sets" (PDF). resource.org. p. 13. ANSI S1.11. Retrieved 7 March 2018.



Share this article:

This article uses material from the Wikipedia article Octave_band, and is written by contributors. Text is available under a CC BY-SA 4.0 International License; additional terms may apply. Images, videos and audio are available under their respective licenses.