Modifying transmit signal

In DSP-Proakis, I found the problem 2.56 interesting as it provides insight into delta modulation. The task is to show that,

where
is any discrete time signal and
is the unit step function.

My take:
On a close look, we can see that the above equation is the convolution of with the difference of and , i.e. to show that

where is the convolution operator.

The term can be written as .
With this, the equation reduces to

As the convolution of and is the unit impulse response;, hence the proof.

Quite interesting to see that, even if the transmitter sends only the difference between the signal and the delayed version , the receiver can successfully recover the original waveform by successively accumulating the received samples.

Isn’t this is a stripped down version of delta modulation (without the quantizer block)?

Also note that, as the frequency response of has nulls in DC and significantly attenuates the near DC frequencies, the transmitter can do some sort of spectral shaping if so desired.

However for transmissions with significant low frequency components, the suppression of DC and near DC frequencies are not desirable and out came Delta-Sigma modulation.

One thought on “Modifying transmit signal

Leave a Reply

Your email address will not be published. Required fields are marked *