Jump to content

Noise shaping

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 87.114.146.27 (talk) at 12:43, 18 December 2008 (→‎Noise shaping in digital audio: Remove utter nonsense: POW-R is not particularly famous, 9th order is not steep, POW-R does not get anywhere close to 150db SNR, etc.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Similar to dither, noise shaping is a bit reduction technique used to minimize the impact of quantization errors. Noise shaping is used in many areas of digital signal processing, including digital audio and digital video.

Dither effectively reduces correlated quantization noise and enables lower amplitude signals to survive quantization, by adding noise uncorrelated to the signal 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, and this cannot lower the noise floor under 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, lowering the noise floor in parts of the frequency spectrum (at the cost of higher noise in other parts of the spectrum).

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

where y is the outbound sample value that has to be quantized, x is the inbound sample value, n is the sample number, and E(x(n)) is the quantization error made at sample n (error when quantizing y(n)). This formula can also be read: The outbound sample is equal to the inbound sample plus the quantization error on previous 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

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 formula

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

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.

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 7.78 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 7.78 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 1 bit converter is the basis of the DSD format by Sony. One criticism of 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.

See also

References