FACTOID # 48: Many Americans live alone - the United States leads the world in one person households.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RECENT ARTICLES
More Recent Articles »
 

FACTS & STATISTICS    Simple view

  1. Select countries to view: (hold down Control key and click to select several)

     

     

    Compare:

     

     

  1. Select fact or statistic: (* = graphable)

     

     

     

  2. (OPTIONAL) Compare to statistic: (both need to be graphable)

     

     

     

  3. View result as:

     

       
(OR) SEARCH ALL encyclopedia, stats & forums:   

Encyclopedia > Noise shaping

Similar to dither, noise shaping is a bit reduction technique used to minimize quantization error. Noise shaping is used in many areas of digital signal processing, including digital audio and digital video. Dither is a form of noise, or erroneous signal or data which is added to sample data for the purpose of minimizing quantization error. ... Digital signal processing (DSP) is the study of signals in a digital representation and the processing methods of these signals. ... To meet Wikipedias quality standards, this article or section may require cleanup. ...


Dither effectively reduces quantization error by adding noise prior to the quantization process. See the dither page for a more complete explanation of how this works. One concern about dither is that it adds white noise (sometimes colored noise) to the signal, inserting a noise floor at a fixed level below full scale (roughly 6 dB per bit). In situations wherein the receptor (in the case of digital audio, the human ear) is more sensitive to some frequencies than others, noise shaping can be used to "re-shape" the frequency contour of the noise. When converting from an analog signal to a digital signal, error is unavoidable. ... Dither is a form of noise, or erroneous signal or data which is added to sample data for the purpose of minimizing quantization error. ... For other uses of the term white noise, see white noise (disambiguation). ... In signal theory, the noise floor is the measure of the signal created from the sum of all the noise sources and unwanted signals within a measurement system. ... The maximum amplitude a digital system can represent. ... This article is about the unit of information; for other uses, see Bit (disambiguation). ...

Contents


How noise shaping works

Noise shaping works by putting the quantization error in a feedback loop. Any feedback loop functions as a filter, so by creating a feedback loop for the error itself, the error can be filtered as desired. The simplest example would be: Feedback is (generally) information about actions. ... In electronics and signal processing, a filter is a device or process that modifies a signal. ...

y(n) = x(n) + E(x(n − 1))

wherein y is the outbound sample value, x is the inbound sample value, n is the sample number, and E(x) is the error between the original and quantized values. This formula can also be read: The outbound sample is equal to the inbound sample plus the error from the previous inbound sample.


Essentially, when any sample's bit depth is reduced, the quantization error between the rounded (truncated) value and the original value is measured and stored. That "error value" is then added to the next sample prior to its quantization. The effect here is that the quantization error itself (and not the valid signal) is put into a feedback loop. This simple example gives a single-pole filter, or a filter that rolls off 6 dB per octave. The cutoff frequency of the filter can be controlled by the amount of the error from the previous sample that is fed back. For example, changing the value for A in the formula:

y(n) = x(n)+A cdot E(x(n-1))

will change the frequency at which the feedback loop is centered.


More complex algorithms can be used which use more samples' errors' worth of feedback in order to create more complex curves. The following formula:

y(n) = x(n)+A cdot E(x(n-1))+B cdot E(x(n-2))+C cdot E(x(n-3))+
D cdot E(x(n-4))+E cdot E(x(n-5))+F cdot E(x(n-6))+
G cdot E(x(n-7))+H cdot E(x(n-8))+I cdot E(x(n-9))

is that of a ninth order noise shaper, and can allow very complex noise shaping.


Noise shaping must also always involve an appropriate amount of dither within the process itself so as to prevent determinable and correlated errors to the signal itself. If dither is not used then noise shaping effectively functions merely as distortion shaping — pushing the distortion energy around to different frequency bands, but it is still distortion. If dither is added to the process as follows:

y(n) = x(n)+A cdot E(x(n-1))+ dither

then the quantization error truly becomes noise, and the process indeed yields noise shaping.


Noise shaping in digital audio

Noise shaping in audio is most commonly done as a bit-reduction scheme. The quantization error from straight dither is flat, white noise. The ear, however, is less sensitive to certain frequencies than others at low levels (see Fletcher-Munson curves). By using noise shaping we can effectively spread the quantization error around so that more of it is focused on frequencies that we can't hear as well and less of it is focused on frequencies that we can hear. The result is that where the ear is most critical the quantization error can be reduced greatly and where our ears are less sensitive the noise is much greater. The Fletcher-Munson curves are one of many sets of equal-loudness contours for the human ear, determined experimentally by H Fletcher and W A Munson, and reported in a paper entitled Loudness, its definition, measurement and calculation in J.Acoust. ...


One famous noise shaping algorithm is POW-r, an algorithm designed by the POW-r consortium. It uses a ninth order noise shaper to reduce 24 bit signals to 16 bits. By using such a steep noise shaper it can push much of the noise away from the critical 1 kHz to 4 kHz band and into the 20 Hz to 60 Hz and 12 kHz and up bands, where the ear's threshold of hearing is much higher. By doing so, the noise shaping algorithm can preserve complete 24 bit accuracy as far as the ear is concerned, providing as much as 150 dB of dynamic range where the ear needs it, even though the broadband noise (the cumulative noise from all frequencies) is still −96 dBFS. dBFS means decibels full scale. It is an abbreviation for decibel amplitude levels in digital systems which have a maximum available level (like PCM encoding). ...


Not all algorithms that reduce bit depth by spreading the noise around are noise shapers. UV-22 and UV-22HR by Apogee, for example, are 24 bit to 16 bit dither algorithms that merely use colored (filtered) dither. This does not involve a feedback loop and does not involve the filtering of the quantization error, but merely involves pre-filtering the dither noise.


Noise shaping and 1 bit converters

Since around 1989, 1 bit delta-sigma modulators have been used in analog to digital converters. This involves sampling the audio at a very high rate (2.8224 MS/s, for example) but only using 1 bit. Because only 1 bit is used, this converter only has 6 dB of dynamic range. The noise floor, however, is spread throughout the entire "legal" frequency range below the Nyquist frequency of 1.4112 MHz. Noise shaping is used to lower the noise present in the audible range (20 Hz to 20 kHz) and increase the noise above the audible range. This results in a broadband dynamic range of only 6 dB, but it is not consistent amongst frequency bands, and in the lowest frequencies (the audible range) the dynamic range is much greater — over 100 dB. Noise Shaping is inherently built into the delta-sigma modulators. The Delta-Sigma (ΔΣ) modulation is a kind of analog-to-digital signal conversion derived from the delta modulation. ... This article or section should include material from AD converters In electronics, an analog-to-digital converter (abbreviated ADC, A/D, or A to D) is a device that converts continuous signals to discrete digital numbers. ... The sampling frequency or sampling rate defines the number of samples per second taken from a continuous signal to make a discrete signal. ... Dynamic range is a term used frequently in numerous fields to describe the ratio between the smallest and largest possible values of a changeable quantity. ... In signal theory, the noise floor is the measure of the signal created from the sum of all the noise sources and unwanted signals within a measurement system. ... The Nyquist–Shannon sampling theorem, also known as Whittaker–Shannon sampling theorem, is a fundamental result in the field of information theory, in particular telecommunications. ...


The 1 bit converter is the basis of the DSD format by Sony. An inherent flaw in the 1 bit converter (and thus the DSD system) is that because only 1 bit is used in both the signal and the feedback loop, adequate amounts of dither cannot be used in the feedback loop and distortion can be heard under some conditions. Most A/D converters made since 2000 use multi-bit or multi-level delta sigma modulators that yield more than 1 bit output so that proper dither can be added in the feedback loop. For traditional PCM sampling the signal is then decimated to 44.1 kS/s or other appropriate sample rates. Direct-Stream Digital (DSD) is an encoding technology to store audio signals on digital storage media and is used for the super audio compact disc (SACD). ... Pulse-code modulation (PCM) is a digital representation of an analog signal where the magnitude of the signal is sampled regularly at uniform intervals, then quantized to a series of symbols in a digital (usually binary) code. ... This page is a candidate to be moved to Wiktionary. ...


See also

To meet Wikipedias quality standards, this article or section may require cleanup. ... Quantization of x using Q(x) = floor(Lx)/L. In digital signal processing, quantization is the process of approximating a continuous signal by a set of discrete symbols or integer values; that is, converting an analog signal to a digital one via analog-to-digital conversion. ...

External links

  • Bob Katz on "Mastering Audio"

  Results from FactBites:
 
Noise shaping - Wikipedia, the free encyclopedia (1018 words)
Noise shaping is used in many areas of digital signal processing, including digital audio and digital video.
Noise shaping in audio is most commonly done as a bit-reduction scheme.
By using noise shaping we can effectively spread the quantization error around so that more of it is focused on frequencies that we can't hear as well and less of it is focused on frequencies that we can hear.
noise shaping: Information from Answers.com (1062 words)
Similar to dither, noise shaping is a bit reduction technique used to minimize quantization error.
Noise shaping must also always involve an appropriate amount of dither within the process itself so as to prevent determinable and correlated errors to the signal itself.
Noise shaping is used to lower the noise present in the audible range (20 Hz to 20 kHz) and increase the noise above the audible range.
  More results at FactBites »


 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your comments
Please enter the 5-letter protection code

Want to know more?
Search encyclopedia, statistics and forums:

 


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms.