Octave Band
   HOME

TheInfoList



OR:

An octave band is a frequency band that spans one
octave In music, an octave (: eighth) or perfect octave (sometimes called the diapason) is an interval between two notes, one having twice the frequency of vibration of the other. The octave relationship is a natural phenomenon that has been referr ...
(). In this context an octave can be a factor of 2 or a factor of . An octave of 1200  cents in musical pitch (a
logarithmic unit A logarithmic scale (or log scale) is a method used to display numerical data that spans a broad range of values, especially when there are significant differences among the magnitudes of the numbers involved. Unlike a linear scale where each u ...
) corresponds to a frequency ratio of 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 Acoustics is a branch of physics that deals with the study of mechanical waves in gases, liquids, and solids including topics such as vibration, sound, ultrasound and infrasound. A scientist who works in the field of acoustics is an acoustician ...
. A ''band'' is said to be an
octave In music, an octave (: eighth) or perfect octave (sometimes called the diapason) is an interval between two notes, one having twice the frequency of vibration of the other. The octave relationship is a natural phenomenon that has been referr ...
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 Very low frequency or VLF is the ITU designation for radio frequencies (RF) in the range of 3–30  kHz, corresponding to wavelengths from 100 to 10 km, respectively. The band is also known as the myriameter band or myriameter wave ...
, LF, MF, HF, VHF, etc.) are divided up by the
wavelength In physics and mathematics, wavelength or spatial period of a wave or periodic function is the distance over which the wave's shape repeats. In other words, it is the distance between consecutive corresponding points of the same ''phase (waves ...
s'
power of ten In mathematics, a power of 10 is any of the integer powers of the number ten; in other words, ten multiplied by itself a certain number of times (when the power is a positive integer). By definition, the number one is a power (the zeroth power ...
(''decads'', or ''decils'') 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 (  or  ) is the lower band frequency (  or  ) times the tenth root of ten, or  : 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 The cent is a logarithmic unit of measure used for musical intervals. Twelve-tone equal temperament divides the octave into 12 semitones of 100 cents each. Typically, cents are used to express small intervals, to check intonation, or to compa ...
above the start (the same frequency ratio as the
musical interval In music theory, an interval is a difference in pitch (music), pitch between two sounds. An interval may be described as horizontal, linear, or melodic if it refers to successively sounding tones, such as two adjacent pitches in a melody, and v ...
between the
note Note, notes, or NOTE may refer to: Music and entertainment * Musical note, a pitched sound (or a symbol for a sound) in music * ''Notes'' (album), a 1987 album by Paul Bley and Paul Motian * ''Notes'', a common (yet unofficial) shortened versi ...
s –. The second one-third octave begins where the first-third ends and itself ends at a frequency or 158.5% higher than the original starting frequency. The third-third, or last band ends at or 199.5% of the base frequency. Any useful subdivision of acoustic frequencies is possible: Fractional octave bands such as or of an octave (the spacing of musical notes in
12 tone equal temperament 12 equal temperament (12-ET) is the musical system that divides the octave into 12 parts, all of which are equally tempered (equally spaced) on a logarithmic scale, with a ratio equal to the 12th root of 2 (\sqrt 2/math> ≈ 1.05946). That resul ...
) are widely used in
acoustical engineering Acoustical engineering (also known as acoustic engineering) is the branch of engineering dealing with sound and vibration. It includes the application of acoustics, the science of sound and vibration, in technology. Acoustical engineers are typical ...
. Analyzing a source on a frequency by frequency basis is possible, most often using
Fourier transform In mathematics, the Fourier transform (FT) is an integral transform that takes a function as input then outputs another function that describes the extent to which various frequencies are present in the original function. The output of the tr ...
analysis.


Octave bands


Calculation

If \ f_\mathsf\ is the center frequency of an octave band, one can compute the octave band boundaries as :\ f_c = \sqrt f_\mathsf = \frac\ , where \ f_\mathsf\ is the lower frequency boundary and \ f_\mathsf\ the upper one.


Naming

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


One-third octave bands


Base 2 calculation

: %% Calculate Third Octave Bands (base 2) in Matlab fcentre = 10^3 * (2 .^ ( 18:133)) 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.* 2: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. : 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 The decimal numeral system (also called the base-ten positional numeral system and denary or decanary) is the standard system for denoting integer and non-integer numbers. It is the extension to non-integer numbers (''decimal fractions'') of t ...
: An accurate calculation with an adequate number of digits, would produce the same result regardless of which base logarithm used.


See also

*
octave In music, an octave (: eighth) or perfect octave (sometimes called the diapason) is an interval between two notes, one having twice the frequency of vibration of the other. The octave relationship is a natural phenomenon that has been referr ...
*
octave (electronics) In electronics, an octave (symbol: oct) is a logarithmic unit for ratios between frequencies, with one octave corresponding to a doubling of frequency. For example, the frequency one octave above 40 Hz is 80 Hz. The term is derived fro ...


References

Acoustics {{acoustics-stub