Back to TILs

Digital Communication Block Diagram

Date: 2023-03-01Last modified: 2023-09-08

Table of contents

Introduction

Digital Communication Block Diagram
Fig. 1Digital Communication Block Diagram
Digital Communication Block Diagram adapted from Bernard Sklar book
Fig. 2 - Digital Communication Block Diagram adapted from Bernard Sklar book

Source Encoder

The source encoder compresses the data into minimum number of bits. This process helps in effective utilization of the bandwidth. It removes the redundant bits unnecessary excess bits, i.e., zeroes.

Channel Encoder

The channel encoder, does the coding for error correction. During the transmission of the signal, due to the noise in the channel, the signal may get altered and hence to avoid this, the channel encoder adds some redundant bits to the transmitted data. These are the error correcting bits.

Digital Modulator

The signal to be transmitted is modulated here by a carrier. The signal is also converted to analog from the digital sequence, in order to make it travel through the channel or medium.

Channel

The channel or a medium, allows the analog signal to transmit from the transmitter end to the receiver end.

Digital Demodulator

This is the first step at the receiver end. The received signal is demodulated as well as converted again from analog to digital. The signal gets reconstructed here.

Channel Decoder

The channel decoder, after detecting the sequence, does some error corrections. The distortions which might occur during the transmission, are corrected by adding some redundant bits. This addition of bits helps in the complete recovery of the original signal.

Source Decoder

The resultant signal is once again digitized by sampling and quantizing so that the pure digital output is obtained without the loss of information. The source decoder recreates the source output.

Output Transducer

This is the last block which converts the signal into the original physical form, which was at the input of the transmitter. It converts the electrical signal into physical output (Example: loud speaker).

Output Signal

This is the output which is produced after the whole process. Example − The sound signal received.

FM — Frequency Modulation

FM Enconding
Fig. 3 - FM Enconding
Pulse Width Modulation
Fig. 4 - Pulse Width Modulation
Pulse Position Modulation
Fig. 5 - Pulse Position Modulation
Pulse Width vs Position Modulation
Fig. 6 - Pulse Width vs Position Modulation
Pulse Amplitude Modulation
Fig. 7 - Pulse Amplitude Modulation

PCM — Pulse Code Modulation

Instead of a pulse train, PCM produces a series of numbers or digits, and hence this process is called as digital.

Each one of these digits, though in binary code, represent the approximate amplitude of the signal sample at that instant.

In Pulse Code Modulation, the message signal is represented by a sequence of coded pulses. This message signal is achieved by representing the signal in discrete form in both time and amplitude.

PCM
Fig. 8PCM
PCM Output Signal
Fig. 9PCM Output Signal

PCM Encoding

Basic Elements of PCM

Basic Elements of PCM
Fig. 10Basic Elements of PCM

Low Pass Filter

This filter eliminates the high frequency components present in the input analog signal which is greater than the highest frequency of the message signal, to avoid aliasing of the message signal.

Sampler

This is the technique which helps to collect the sample data at instantaneous values of message signal, so as to reconstruct the original signal. The sampling rate must be greater than twice the highest frequency component W of the message signal, in accordance with the sampling theorem.

Based on Nyquist sampling theorem, we can derive that the nominal 4 kHz voice channel can be reconstructed by a sampling rate of 8000 times per second (4000 x 2).

This means that a sample is taken every 125 μsec, or 1 second/8000.

Quantizer

Quantizing is a process of reducing the excessive bits and confining the data. The sampled output when given to Quantizer, reduces the redundant bits and compresses the value.

The exact sample value is replaced by the closest value allowed. The infinite number of levels is transformed into a finite number of levels.

PCM Quantizer
Fig. 11PCM Quantizer
PCM Quantizer
Fig. 12PCM Quantizer

Encoder

Regenerative Repeater

This section increases the signal strength. The output of the channel also has one regenerative repeater circuit, to compensate the signal loss and reconstruct the signal, and also to increase its strength.

Decoder

The decoder circuit decodes the pulse coded waveform to reproduce the original signal. This circuit acts as the demodulator.

Reconstruction Filter

After the digital-to-analog conversion is done by the regenerative circuit and the decoder, a low-pass filter is employed, called as the reconstruction filter to get back the original signal.

Hence, the Pulse Code Modulator circuit digitizes the given analog signal, codes it and samples it, and then transmits it in an analog form. This whole process is repeated in a reverse pattern to obtain the original signal.

Broadband, wideband and narrowband

USRP (Universal Software Radio Peripheral)

USRP receiver block diagram
Fig. 13USRP receiver block diagram

References