Top Qs
Timeline
Chat
Perspective

Octave band

Frequency band that spans one octave From Wikipedia, the free encyclopedia

Remove ads

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.

Remove ads

Fractional octave bands

Summarize
Perspective

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]

Remove ads

Octave bands

Summarize
Perspective

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.

Remove ads
Summarize
Perspective

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]

Remove ads

See also

References

Loading related searches...

Wikiwand - on

Seamless Wikipedia browsing. On steroids.

Remove ads