In a Pulse Code Modulation (PCM) system, the signal-to-quantization noise ratio (SQNR) for a full-scale sinusoidal input, when \(n\) bits are used per sample, is approximately given by:
\(\text{SQNR (dB)} \approx 1.76 + 6.02n\)
where \(n\) is the number of bits per sample. This formula shows that for each additional bit used in quantization, the SQNR improves by approximately 6.02 dB (often rounded to 6 dB).
SQNR1 \(\approx 1.76 + 6.02n\)
SQNR2 \(\approx 1.76 + 6.02(n+1) = 1.76 + 6.02n + 6.02\)
The improvement in SQNR is:
Improvement = SQNR2 - SQNR1
Improvement \(\approx (1.76 + 6.02n + 6.02) - (1.76 + 6.02n)\)
Improvement \(\approx 6.02 \text{ dB}\)
Rounding to the nearest integer or common approximation, this is 6 dB.
This "6 dB per bit" rule is a well-known characteristic of PCM systems.
Final Answer:
6 dB