Telecommunication means communicating over a distance using technology. The information can be in the form of voice, text, data, image, or video. In earlier days, communication was limited to letters and wired telegraph, but modern telecommunication uses electrical signals, optical signals, and radio waves to send information quickly over long distances.
In any telecommunication system, the information is first converted into a signal, then transmitted through a medium, and finally received and converted back into the original form.


Analog Signal
An analog signal is continuous in time and amplitude. This means its value can take any value within a range. For example, human speech and music are naturally analog. The main advantage of analog signals is that they represent natural signals accurately, but the disadvantage is that they are highly sensitive to noise and distortion.
Digital Signal
A digital signal has discrete values, usually represented as 0 and 1. Digital signals are widely used in modern communication systems because they are more resistant to noise, easy to store, and easy to process using computers and digital circuits. However, analog signals must first be converted into digital form before processing.
Other Classifications of Signals
Signal processing is the field that deals with analyzing, modifying, and manipulating signals to improve their quality or to extract useful information from them. In telecommunication, signal processing is required because the signal gets distorted, weakened, or corrupted by noise during transmission.
The main objectives of signal processing are:

Filtering is used to remove unwanted frequency components from a signal.

During transmission, signals become weak due to attenuation in the channel. An amplifier is used to increase the amplitude of the signal so that it can be processed or transmitted further.

A good amplifier should increase strength without changing the shape of the signal, otherwise distortion occurs.
Sampling is the process of converting a continuous-time (analog) signal into a discrete-time signal by taking its values at regular intervals.

Nyquist Sampling Theorem states that the sampling frequency must be at least twice the highest frequency present in the signal. The minimum required sampling rate is called the Nyquist rate. If sampling frequency is less than Nyquist rate, aliasing occurs. Aliasing causes distortion and loss of information because high-frequency components appear as lower frequencies. To avoid aliasing, an anti-aliasing low-pass filter is used before sampling.
When we convert an analog signal (continuous in time) into a digital signal, we do this by sampling it at regular time intervals. The key question is: How fast should we sample the signal so that we can reconstruct it accurately later?
The sampling frequency ( fs ) must be at least twice the highest frequency component ( fmax ) present in the signal. Mathematically: fs≥ 2 fmax
Here:
Why is “Twice the Highest Frequency” Necessary?
An analog signal is made up of many frequency components. To capture all the information in the signal, the sampling process must take enough samples per cycle of the fastest (highest frequency) component.
In simple words: Sampling fast enough prevents different frequency components from getting mixed up.
What is Aliasing?
Aliasing is a distortion effect that occurs when the sampling frequency is less than twice the highest frequency of the signal.
When aliasing happens:
So, Aliasing causes loss of information and changes the shape of the signal.
An example to explain -
Suppose an analog signal contains frequencies up to 5 kHz.
How is Aliasing Prevented in Practice?
Before sampling, a Low Pass Filter (Anti-Aliasing Filter) is used:
Quantization is the process of converting the continuous-amplitude sampled values into a finite number of discrete amplitude levels.
After sampling, the signal becomes discrete in time, but its amplitude is still continuous. This means that although we now take the signal values at specific time instants, each sampled value can still take any value within a range. However, digital systems cannot represent an infinite number of amplitude values. Therefore, the next step is quantization.

In quantization, the entire range of signal amplitude is divided into a fixed number of levels. Each sampled value is then rounded off to the nearest available level. As a result, the smooth waveform is converted into a step-like waveform.
Why Quantization is Needed
Quantization Error
Because quantization approximates the actual sample value to the nearest level, a small difference appears between the original value and the quantized value. This difference is called quantization error.
Quantization error = Actual sample value − Quantized value
This error acts like a small amount of noise in the signal and slightly degrades the signal quality. This effect is known as quantization noise.
Effect of Number of Levels (Bits per Sample)
More bits per sample → Better quality, but more data and higher bandwidth requirement.
After sampling and quantization, the signal becomes discrete in time and discrete in amplitude. However, these quantized values are still not in a form directly suitable for digital transmission or storage. Digital systems such as computers, digital switches, and communication networks work only with binary data (0s and 1s). Therefore, the next step is encoding.
Encoding is the process of converting the quantized samples into binary form (0s and 1s).
In encoding, each quantization level is assigned a unique binary code word. As a result, every sample is represented by a group of bits, and the signal becomes a binary bit stream.
Why Encoding is Needed
How Encoding Works
Pulse Code Modulation (PCM)
A very important and widely used encoding technique is Pulse Code Modulation (PCM).
In PCM:
PCM is widely used in digital telephony, audio CDs, and digital audio systems. It provides good noise immunity and allows easy digital processing and transmission of signals.
