Digital CommunicationHardQuestion 20304
Question
Delta modulation (DM) is a simplified PCM where each sample is encoded as:
- A8 bits representing the absolute amplitude
- B1 bit representing the sign of the change from the previous sampleCorrect
- C4 bits representing amplitude difference
- DA variable-length codeword
Correct answer
1 bit representing the sign of the change from the previous sample
Explanation
Delta modulation: transmit 1 if signal went up, 0 if it went down relative to prediction. Very simple (1 bit/sample) but suffers from slope overload (can't follow fast changes) and granular noise (oscillates around flat segments). Adaptive DM (ADM) varies step size to address these problems.