tags: music mus-407 electroacoustic computer digital audio sampling bit-depth dynamic-range quantization

Bit Depth

Bit depth (or sample width) in a [digital audio] encoding system determines the number of [bit]s used to represent each [sample].

Number of resolution points = $2^{\text{bit depth}}$

Consider the analog-to-digital conversion process in a 3-bit system:

Analog-to-digital conversion process in a 3-bit system

The [amplitude] of each sample is quantized to a particular bit and encoded into binary. Through [PCM], we then encode the binary into a modulated pulse wave.

Bit depth determines the maximum [dynamic range] of a digital audio signal, resulting in the relative amount of [dB]s available.

dynamic range (dB) ~= 6 x bit depth, e.g. an 8-bit system provides 48 dB of dynamic range

Reducing the bit depth, and therefore dynamic range, does not reduce the number of samples taken (the sample rate). We can still represent high [frequency] content, but reducing the bit depth reduces the dynamic range at which we can represent the audio content.