Unit 2: Analog Signal
Unit 2: Analog Signal
There are two main types of signals: analog and digital signals.
Analog Signal
An analog signal is time-varying and generally bound to a range (e.g. +12V to -12V),
but there is an infinite number of values within that continuous range. An analog
signal uses a given property of the medium to convey the signal’s information, such as
electricity moving through a wire. In an electrical signal, the voltage, current, or
frequency of the signal may be varied to represent the information. Analog signals are
often calculated responses to changes in light, sound, temperature, position, pressure,
or other physical phenomena.
When plotted on a voltage vs. time graph, an analog signal should produce a smooth
and continuous curve. There should not be any discrete value changes (see Figure 1).
Digital Signal
A digital signal is a signal that represents data as a sequence of discrete values. A
digital signal can only take on one value from a finite set of possible values at a given
time. With digital signals, the physical quantity representing the information can be
many things:
● Variable electric current or voltage
● Phase or polarization of an electromagnetic field
● Acoustic pressure
● The magnetization of a magnetic storage media
One of the main objectives of data communications is to increase the data rate. There
are three factors that determine the data rate of a channel:
Bandwidth of the channel
Number of levels of signals that are used
Noise present in the channel
Unipolar
In Unipolar encoding, only one polarity is used i.e., bit 1 is used to represent positive
voltage and bit 0 is used to represent zero voltage or idle line. It is also known as
Unipolar-Non-return-to-zero. Signaling of this kind is also referred to as on-off
signaling.
Problem in Unipolar
● DC Component: When we find out the average amplitude of a unipolar signal,
then the value would always be non-zero because of which it creates DC
component. And the signal having DC component is not able to travel through the
medium which cannot handle DC component.
● Synchronization: When a signal is constant, the receiver cannot distinguish
between the start and finish of each bit. For that the receiver has to rely on a timer
to track the starting of each bit.
Unipolar encoding
Polar
The polar encoding is of four types. In polar encoding two levels of voltage amplitude
is used. The DC component issue of unipolar encoding is minimized, and the average
voltage level on the line is decreased.
● Polar Non-Return to Zero (Polar NRZ): In polar encoding, positive voltage is
represented by bit 1 and negative voltage is represented by bit 0. Here two levels
of voltage are used to represent binary values. If the line is idle, then there is no
transition. With each inversion, the receiver is able to synchronize the timer’s start
to the transmission’s real arrival. Again, Polar Non-Return to Zero (Polar NRZ)
has two types: NRZ-L and NRZ-I.
Bipolar Encoding
In Bipolar encoding, three types of different voltage level is used that is positive,
negative and zero. The zero level is used to represent binary 0, positive and negative
voltage represents alternatives 1’s to prevent DC component. Alternate Mark
Inversion (AMI) and Pseudoternary are the types of bipolar encoding.
Bipolar Encoding
Line
Encoding Description Advantages Disadvantages
Technique
DC component
Uses only one level of
problem,
Unipolar voltage for bit 0 and bit Easy to implement
synchronization
1
issue
Uses two levels of Provides May encounter
voltage for bit 0 and bit synchronization, problem with long
Polar NRZ
1, no transition for idle DC component sequences of 0’s or
line issue minimized 1’s
Consider a human address a voice in the structure of an analog signal. We require to digitalize
the analog signal that is smaller inclined to noise. It needed a decrease in the several values in
an analog message defined in the digital flow.
In analog-to-digital conversion, the data involved in a constant waveform is modified into
digital pulses.
PAM
The first phase in analog to digital conversion is known as PAM. PAM represents pulse
amplitude modulation. This method creates an analog signal, samples it, and creates digital
pulses sequences based on sampling. The sampling method used in PAM is more helpful to
other manufacturing fields than data communication. PAM is the infrastructure of an essential
analog-to-digital conversion method known as pulse code modulation (PCM).
In PAM, the initial signal is sampled at the same intervals, as display in the figure. PAM uses
a method known as a sample and hold.
PCM
PCM represents Pulse Code Modulation. PCM method can change the pulses generated by
PAM to develop a completely digital signal. To manage this, PCM first measures the PAM
pulses. Quantization is a technique of authorizing integral values in a particular area to
sampled instances. The outcome of quantization is shown in the figure.
The figure displays a simple method of creating sign and magnitude costs to quantized
samples. Each cost is interpreted into a six-bit binary proportionate. The seventh bit denoted
the sign.
Sampling Rate
As shown in the previous figure, the efficiency of any digital recreation of an analog signal
depends on the several samples taken. Using PAM and PCM, we can recreate the waveform
precisely by creating infinite samples, or we can make the barest generalization of its
direction of change by creating three samples of +24, +48, and +50.
Solution
The sampling rate should be trice the largest frequency in the signal −
After discovering the sampling rate, we need to determine the number of bits to be transmitted
for each sample. This is based on the method of precision required. The number of a bite are
selected, including the original signal can be recreated with the desired accuracy in amplitude.
Bit Rate − After discovering several bits per sample, we can evaluate the bit rate using the
following formula −
Example 2 − We require to digitize the human voice. What is the bit rate considering eight
bits per sample?
Solution
The human voice includes frequencies typically from 0 to 4000 Hz. So the sampling rate is −
History of Multiplexing
o Multiplexing technique is widely used in telecommunications in which several
telephone calls are carried through a single wire.
o Multiplexing originated in telegraphy in the early 1870s and is now widely
used in communication.
o George Owen Squier developed the telephone carrier multiplexing in 1910.
Concept of Multiplexing
o The 'n' input lines are transmitted through a multiplexer and multiplexer
combines the signals to form a composite signal.
o The composite signal is passed through a Demultiplexer and demultiplexer
separates a signal to component signals and transfers them to their respective
destinations.
Advantages of Multiplexing:
o More than one signal can be sent over a single medium.
o The bandwidth of a medium can be utilized effectively.
Multiplexing Techniques
Multiplexing techniques can be classified as:
Frequency-division Multiplexing (FDM)
o It is an analog technique.
o Frequency Division Multiplexing is a technique in which the available
bandwidth of a single transmission medium is subdivided into several
channels.
Disadvantages Of FDM:
o FDM technique is used only when low-speed channels are required.
o It suffers the problem of crosstalk.
o A Large number of modulators are required.
o It requires a high bandwidth channel.
Applications Of FDM:
o FDM is commonly used in TV networks.
Synchronous TDM
o A Synchronous TDM is a technique in which time slot is preassigned to every
device.
o In Synchronous TDM, each device is given some time slot irrespective of the
fact that the device contains the data or not.
o If the device does not have any data, then the slot will remain empty.
o In Synchronous TDM, signals are sent in the form of frames. Time slots are
organized in the form of frames. If a device does not have data for a particular
time slot, then the empty slot will be transmitted.
o The most popular Synchronous TDM are T-1 multiplexing, ISDN
multiplexing, and SONET multiplexing.
o If there are n devices, then there are n slots.
In the above figure, the Synchronous TDM technique is implemented. Each device is
allocated with some time slot. The time slots are transmitted irrespective of whether
the sender has data to send or not.
Disadvantages Of Synchronous TDM:
o The capacity of the channel is not fully utilized as the empty slots are also
transmitted which is having no data. In the above figure, the first frame is
completely filled, but in the last two frames, some slots are empty. Therefore,
we can say that the capacity of the channel is not utilized efficiently.
o The speed of the transmission medium should be greater than the total speed
of the input lines. An alternative approach to the Synchronous TDM is
Asynchronous Time Division Multiplexing.
Asynchronous TDM
o An asynchronous TDM is also known as Statistical TDM.
o An asynchronous TDM is a technique in which time slots are not fixed as in
the case of Synchronous TDM. Time slots are allocated to only those devices
which have the data to send. Therefore, we can say that Asynchronous Time
Division multiplexor transmits only the data from active workstations.
o An asynchronous TDM technique dynamically allocates the time slots to the
devices.
o In Asynchronous TDM, total speed of the input lines can be greater than the
capacity of the channel.
o Asynchronous Time Division multiplexor accepts the incoming data streams
and creates a frame that contains only data with no empty slots.
o In Asynchronous TDM, each slot contains an address part that identifies the
source of the data.
In the above diagram, there are 4 devices, but only two devices are sending the data,
i.e., A and C. Therefore, the data of A and C are only transmitted through the
transmission line.
Frame of above diagram can be represented as:
Transmission Media
o Bandwidth: All the factors are remaining constant, the greater the bandwidth
of a medium, the higher the data transmission rate of a signal.
o Transmission impairment: When the received signal is not identical to the
transmitted one due to the transmission impairment. The quality of the signals
will get destroyed due to transmission impairment.
o Interference: An interference is defined as the process of disrupting a signal
when it travels over a communication medium on the addition of some
unwanted signal.
Guided Media
It is defined as the physical medium through which the signals are transmitted. It is
also known as Bounded media.
Types Of Guided media:
Twisted pair:
Twisted pair is a physical media made up of a pair of cables twisted with each other.
A twisted pair cable is cheap as compared to other transmission media. Installation of
the twisted pair cable is easy, and it is a lightweight cable. The frequency range for
twisted pair cable is from 0 to 3.5KHz.
A twisted pair consists of two insulated copper wires arranged in a regular spiral
pattern.
The degree of reduction in noise interference is determined by the number of turns per
foot. Increasing the number of turns per foot decreases noise interference.
Types of Twisted pair:
Disadvantage:
o This cable can only be used for shorter distances because of attenuation.
Disadvantages
o It is more expensive as compared to UTP and coaxial cable.
o It has a higher attenuation rate.
Coaxial Cable
o Coaxial cable is very commonly used transmission media, for example, TV
wire is usually a coaxial cable.
o The name of the cable is coaxial as it contains two conductors parallel to each
other.
o It has a higher frequency as compared to Twisted pair cable.
o The inner conductor of the coaxial cable is made up of copper, and the outer
conductor is made up of copper mesh. The middle core is made up of
non-conductive cover that separates the inner conductor from the outer
conductor.
o The middle core is responsible for the data transferring whereas the copper
mesh prevents from the EMI(Electromagnetic interference).
Radio waves
o Radio waves are the electromagnetic waves that are transmitted in all the
directions of free space.
o Radio waves are omnidirectional, i.e., the signals are propagated in all the
directions.
o The range in frequencies of radio waves is from 3Khz to 1 khz.
o In the case of radio waves, the sending and receiving antenna are not aligned,
i.e., the wave sent by the sending antenna can be received by any receiving
antenna.
o An example of the radio wave is FM radio.
Characteristics of Microwave:
o Frequency range: The frequency range of terrestrial microwave is from 4-6
GHz to 21-23 GHz.
o Bandwidth: It supports the bandwidth from 1 to 10 Mbps.
o Short distance: It is inexpensive for short distance.
o Long distance: It is expensive as it requires a higher tower for a longer
distance.
o Attenuation: Attenuation means loss of signal. It is affected by environmental
conditions and antenna size.
Advantages Of Microwave:
o Microwave transmission is cheaper than using cables.
o It is free from land acquisition as it does not require any land for the
installation of cables.
o Microwave transmission provides an easy communication in terrains as the
installation of cable in terrain is quite a difficult task.
o Communication over oceans can be achieved by using microwave
transmission.
Characteristics Of Infrared:
o It supports high bandwidth, and hence the data rate will be very high.
o Infrared waves cannot penetrate the walls. Therefore, the infrared
communication in one room cannot be interrupted by the nearby rooms.
o An infrared communication provides better security with minimum
interference.
o Infrared communication is unreliable outside the building because the sun rays
will interfere with the infrared waves.