SlideShare une entreprise Scribd logo
1  sur  13
Télécharger pour lire hors ligne
Module
         2

        Data
Communication
 Fundamentals


     Version 2 CSE IIT, Kharagpur
Lesson
           1
Data and Signal


     Version 2 CSE IIT, Kharagpur
Specific Instructional Objectives
At the end of this lesson the students will be able to:

    •   Explain what is data
    •   Distinguish between Analog and Digital signal
    •   Explain the difference between time and Frequency domain representation of
        signal
    •   Specify the bandwidth of a signal
    •    Specify the Sources of impairment
    •   Explain Attenuation and Unit of Attenuation
    •   Explain Data Rate Limits and Nyquist Bit Rate
    •   Distinguish between Bit Rate and Baud Rate
    •   Identify Noise Sources


2.1.1 Introduction
 A simplified model of a data communication system is shown in Fig. 2.1.1. Here there
are five basic components:

•   Source: Source is where the data is originated. Typically it is a computer, but it can
    be any other electronic equipment such as telephone handset, video camera, etc,
    which can generate data for transmission to some destination. The data to be sent is
    represented by x(t).




                                                          COMMUNICATION
                                                             MEDIUM




              Figure 2.1.1 Simplified model of a data communication system

•   Transmitter: As data cannot be sent in its native form, it is necessary to convert it
    into signal. This is performed with the help of a transmitter such as modem. The
    signal that is sent by the transmitter is represented by s(t).




                                                          Version 2 CSE IIT, Kharagpur
•   Communication Medium: The signal can be sent to the receiver through a
    communication medium, which could be a simple twisted-pair of wire, a coaxial
    cable, optical fiber or wireless communication system. It may be noted that the signal
    that comes out of the communication medium is s’(t), which is different from s(t) that
    was sent by the transmitter. This is due to various impairments that the signal suffers
    as it passes through the communication medium.

•   Receiver: The receiver receives the signal s’(t) and converts it back to data d’(t)
    before forwarding to the destination. The data that the destination receives may not be
    identical to that of d(t), because of the corruption of data.

•   Destination: Destination is where the data is absorbed. Again, it can be a computer
    system, a telephone handset, a television set and so on.

2.1.2 Data
Data refers to information that conveys some meaning based on some mutually agreed up
rules or conventions between a sender and a receiver and today it comes in a variety of
forms such as text, graphics, audio, video and animation.

Data can be of two types; analog and digital. Analog data take on continuous values on
some interval. Typical examples of analog data are voice and video. The data that are
collected from the real world with the help of transducers are continuous-valued or
analog in nature. On the contrary, digital data take on discrete values. Text or character
strings can be considered as examples of digital data. Characters are represented by
suitable codes, e.g. ASCII code, where each character is represented by a 7-bit code.

2.1.3 Signal
It is electrical, electronic or optical representation of data, which can be sent over a
communication medium. Stated in mathematical terms, a signal is merely a function of
the data. For example, a microphone converts voice data into voice signal, which can be
sent over a pair of wire. Analog signals are continuous-valued; digital signals are
discrete-valued. The independent variable of the signal could be time (speech, for
example), space (images), or the integers (denoting the sequencing of letters and numbers
in the football score). Figure 2.1.2 shows an analog signal.




                                                       Version 2 CSE IIT, Kharagpur
Figure 2.1.2 Analog signal

Digital signal can have only a limited number of defined values, usually two values 0 and
1, as shown in Fig. 2.1.3.




                                Figure 2.1.3 Digital signal

Signaling: It is an act of sending signal over communication medium
Transmission: Communication of data by propagation and processing is known as
transmission.

2.1.4 Signal Characteristics
A signal can be represented as a function of time, i.e. it varies with time. However, it can
be also expressed as a function of frequency, i.e. a signal can be considered as a
composition of different frequency components. Thus, a signal has both time-domain and
frequency domain representation.




                                                       Version 2 CSE IIT, Kharagpur
2.1.4.1    Time-domain concepts
A signal is continuous over a period, if
limt->a s (t) = s (a), for all a,
 i.e., there is no break in the signal. A signal is discrete if it takes on only a finite number
of values. A signal is periodic if and only if
 s (t+T) = s (t) for - α < t < α ,
where T is a constant, known as period. The period is measured in seconds.

  In other words, a signal is a periodic signal if it completes a pattern within a measurable
time frame. A periodic signal is characterized by the following three parameters.

Amplitude: It is the value of the signal at different instants of time. It is measured in
volts.

Frequency: It is inverse of the time period, i.e. f = 1/T. The unit of frequency is Hertz
(Hz) or cycles per second.

Phase: It gives a measure of the relative position in time of two signals within a single
period. It is represented by φ in degrees or radian.

A sine wave, the most fundamental periodic signal, can be completely characterized by
its amplitude, frequency and phase. Examples of sine waves with different amplitude,
frequency and phase are shown in Fig. 2.1.4. The phase angle φ indicated in the figure is
with respect to the reference waveform shown in Fig. 2.1.4(a).




     Figure 2.1.4 Examples of signals with different amplitude, frequency and phase


                                                         Version 2 CSE IIT, Kharagpur
An aperiodic signal or nonperiodic signal changes constantly without exhibiting a
pattern or cycle that repeats over time as shown in Fig. 2.1.5.




       a). Analog aperiodic signal                   b). Digital aperiodic signal

                       Figure 2.1.5 Examples of aperiodic signals

2.1.4.2   Frequency domain concepts
The time domain representation displays a signal using time-domain plot, which shows
changes in signal amplitude with time. The time-domain plot can be visualized with the
help of an oscilloscope. The relationship between amplitude and frequency is provided by
frequency domain representation, which can be displayed with the help of spectrum
analyser. Time domain and frequency domain representations of three sine waves of
three different frequencies are shown in Fig. 2.1.6.




     Figure 2.1.6 Time domain and frequency domain representations of sine waves



                                                     Version 2 CSE IIT, Kharagpur
Although simple sine waves help us to understand the difference between the time-
domain and frequency domain representation, these are of little use in data
communication. Composite signals made of many simple sine waves find use in data
communication. Any composite signal can be represented by a combination of simple
sine waves using Fourier Analysis. For example, the signal shown in Fig. 2.1.7(c) is a
composition of two sine waves having frequencies f1, 3f1, shown in Fig. 2.1.7 (a) and (b),
respectively and it can be represented by

   s (t) = sin ωt + 1/3 sin 3ωt , where ω = 2πf1.

The frequency domain function s(f) specifies the constituent frequencies of the signal.
The range of frequencies that a signal contains is known as it spectrum, which can be
visualized with the help of a spectrum analyser. The band of frequencies over which most
of the energy of a signal is concentrated is known as the bandwidth of the signal.




     Figure 2.1.7 Time and frequency domain representations of a composite signal




                                                      Version 2 CSE IIT, Kharagpur
Many useful waveforms don’t change in a smooth curve between maximum and
minimum amplitude; they jump, slide, wobble, spike, and dip. But as long as these
irregularities are consistent, cycle after cycle, a signal is still periodic and logically must
be describable in same terms used for sine waves. In fact it can be decomposed into a
collection of sine waves, each having a measurable amplitude, frequency, and phase.

2.1.4.3 Frequency Spectrum
 Frequency spectrum of a signal is the range of frequencies that a signal contains.
Example: Consider a square wave shown in Fig. 2.1.8(a). It can be represented by a series
of sine waves S(t) = 4A/πsin2πft + 4A/3πsin(2π(3f)t) + 4A/5πsin2π (5f)t + . . . having
frequency components f, 3f, 5f, … and amplitudes 4A/π, 4A/3π, 4A/5π and so on. The
frequency spectrum of this signal can be approximation comprising only the first and
third harmonics as shown in Fig. 2.1.8(b)




                                               (a)




                                               (b)

        Figure 2.1.8 (a) A square wave, (b) Frequency spectrum of a square wave

Bandwidth: The range of frequencies over which most of the signal energy of a signal is
contained is known as bandwidth or effective bandwidth of the signal. The term ‘most’
is somewhat arbitrary. Usually, it is defined in terms of its 3dB cut-off frequency. The
frequency spectrum and spectrum of a signal is shown in Fig. 2.1.9. Here the fl and fh
may be represented by 3dB below (A/√2) the maximum amplitude.




                                                         Version 2 CSE IIT, Kharagpur
Figure 2.1.9 Frequency spectrum and bandwidth of a signal

2.1.5 Digital Signal
         ital
In addition to being represented by an analog signal, data can be also be represented by a
digital signal. Most digital signals are aperiodic and thus, period or frequency is not
appropriate. Two new terms, bit interval (instead of period) and bit rate (instead of
frequency) are used to describe digital signals. The bit interval is the time required to
send one single bit. The bit rate is the number of bit interval per second. This mean that
the bit rate is the number of bits send in one second, usually expressed in bits per second
(bps) as shown in Fig. 2.1.10.

             Amplitude
                                   1 second = 8 bit intervals
                                        bit rate = 8bps

                       1    0      1    1     0      0      0   1




                                                                                    Time
                    Bit interval

                           Figure 2.1.10 Bit Rate and Bit Interval

A digital signal can be considered as a signal with an infinite number of frequencies and
transmission of digital requires a low-pass channel as shown in Fig. 2.1.11. On the other
hand, transmission of analog signal requires band-pass channel shown in Fig. 2.1.12.




                                                         Version 2 CSE IIT, Kharagpur
Figure 2.1.11 Low pass channel required for transmission of digital signal




       Figure 2.1.12 Low pass channel required for transmission of analog signal

Digital transmission has several advantages over analog transmission. That is why there
is a shift towards digital transmission despite large analog base. Some of the advantages
of digital transmission are highlighted below:

   •   Analog circuits require amplifiers, and each amplifier adds distortion and noise to
       the signal. In contrast, digital amplifiers regenerate an exact signal, eliminating
       cumulative errors. An incoming (analog) signal is sampled, its value is
       determined, and the node then generates a new signal from the bit value; the
       incoming signal is discarded. With analog circuits, intermediate nodes amplify the
       incoming signal, noise and all.
   •   Voice, data, video, etc. can all by carried by digital circuits. What about carrying
       digital signals over analog circuit? The modem example shows the difficulties in
       carrying digital over analog. A simple encoding method is to use constant voltage
       levels for a “1'' and a ``0''. Can lead to long periods where the voltage does not
       change.
   •   Easier to multiplex large channel capacities with digital.
   •   Easy to apply encryption to digital data.
   •   Better integration if all signals are in one form. Can integrate voice, video and
       digital data.




                                                      Version 2 CSE IIT, Kharagpur
2.1.6 Baseband and Broadband Signals
Depending on some type of typical signal formats or modulation schemes, a few
terminologies evolved to classify different types of signals. So, we can have either a base
band or broadband signalling. Base-band is defined as one that uses digital signalling,
which is inserted in the transmission channel as voltage pulses. On the other hand,
broadband systems are those, which use analog signalling to transmit information using a
carrier of high frequency.

In baseband LANs, the entire frequency spectrum of the medium is utilized for
transmission and hence the frequency division multiplexing (discussed later) cannot be
used. Signals inserted at a point propagates in both the directions, hence transmission is
bi-directional. Baseband systems extend only to limited distances because at higher
frequency, the attenuation of the signal is most pronounced and the pulses blur out,
causing the large distance communication totally impractical.

Since broadband systems use analog signalling, frequency division multiplexing is
possible, where the frequency spectrum of the cable is divided into several sections of
bandwidth. These separate channels can support different types of signals of various
frequency ranges to travel at the same instance. Unlike base-band, broadband is a
unidirectional medium where the signal inserted into the media propagates in only one
direction. Two data paths are required, which are connected at a point in the network
called headend. All the stations transmit towards the headend on one path and the signals
received at the headend are propagated through the second path.



Fill In the blanks:
(a) A signal is a _____________, Electromagnetic or __________ coding of data.
(b) The four parameters that are used to characterize a signal in time domain concept are
amplitude, _________, _________ and _________.
(c) With the help of ____________, we can find out the different frequency components
of a signal, and these components are visualized with the help of _______________.
(d)____________ gives a measure of the span of the spectral components of a signal.
(e) The noise created by the agitation of electrons of the transmission channel is termed
as ______________.
(f) The noise created by bunching several cables together is known as __________.

Short Answers Questions:
Q-1. Distinguish between data and signal.

Ans: Data is an entity, which conveys some meaning. On the other hand, the signal is a
representation of data in some electric, electromagnetic or optical form. So, whenever




                                                      Version 2 CSE IIT, Kharagpur
data needs to be sent, it has to be converted into signal of some form for transmission
over a suitable medium.

Q-2. What do you mean by a “Periodic Signal”? And what are the three parameters
that characterize it?

Ans: A signal is periodic signal if it completes a pattern within a measurable timeframe.
A periodic signal is characterized by the following three parameters.

Amplitude: It is the value of the signal at different instants of time. It is measured in
volts.

Frequency: It is inverse of the time period, i.e. f=1/T. The unit of frequency is Hertz
(Hz) or cycles per second.

Phase: It gives a measure of the relative position in time of two signals within a single
period

Q-3. Distinguish between time domain and frequency domain representation of a
signal.

Ans: Whenever a signal is represented as a function of time, it is called time domain
representation. An electromagnetic signal can be either continuous or discrete. It is
represented as s (t).
Whenever a signal is represented as a function of frequency, it is called frequency
domain representation. It is expressed in terms of different frequency components and
represented as s (f).

Q-4. What equipments are used to visualize electrical signals in time domain and
frequency domain?


Ans: Cathode Ray Oscilloscope is used to visualize electrical signals in time domain and
Spectrum Analyser used to visualize electrical signals in frequency domain.

Q-5. What do you mean by the Bit Interval and Bit rate in a digital signal?

Ans: The bit interval is the time required to send one single bit. The bit rate is the number
of bit intervals per second. This mean that the bit rate is the number of bits send in one
second, usually expressed in bits per second (bps).




                                                        Version 2 CSE IIT, Kharagpur

Contenu connexe

Tendances

Physical layer concepts
Physical layer conceptsPhysical layer concepts
Physical layer conceptsSahil Rana
 
Fundamentals of Data and Signals
Fundamentals of Data and SignalsFundamentals of Data and Signals
Fundamentals of Data and SignalsAngel G Diaz
 
Communication systems v4
Communication systems v4Communication systems v4
Communication systems v4babak danyal
 
Communication systems v3
Communication systems v3Communication systems v3
Communication systems v3babak danyal
 
Digital base band modulation
Digital base band modulationDigital base band modulation
Digital base band modulationPrajakta8895
 
Communications
CommunicationsCommunications
CommunicationsWaqas !!!!
 
Communication channel presentation
Communication channel presentationCommunication channel presentation
Communication channel presentationbabak danyal
 
03 data transmission
03 data transmission03 data transmission
03 data transmissionOrbay Yeşil
 
EE443 - Communications 1 - Lab 3 - Loren Schwappach.pdf
EE443 - Communications 1 - Lab 3 - Loren Schwappach.pdfEE443 - Communications 1 - Lab 3 - Loren Schwappach.pdf
EE443 - Communications 1 - Lab 3 - Loren Schwappach.pdfLoren Schwappach
 
Data communication principle
Data communication  principleData communication  principle
Data communication principle1Arun_Pandey
 
Transmission of digital signals
Transmission of digital signalsTransmission of digital signals
Transmission of digital signalsSachin Artani
 
Data transmission rate and bandwidth
Data transmission rate and bandwidth Data transmission rate and bandwidth
Data transmission rate and bandwidth Kajal Chaudhari
 
Engineering science lesson 11
Engineering science lesson 11Engineering science lesson 11
Engineering science lesson 11Shahid Aaqil
 

Tendances (20)

Physical layer concepts
Physical layer conceptsPhysical layer concepts
Physical layer concepts
 
Fundamentals of Data and Signals
Fundamentals of Data and SignalsFundamentals of Data and Signals
Fundamentals of Data and Signals
 
Communication systems v4
Communication systems v4Communication systems v4
Communication systems v4
 
Communication systems v3
Communication systems v3Communication systems v3
Communication systems v3
 
Digital base band modulation
Digital base band modulationDigital base band modulation
Digital base band modulation
 
Communications
CommunicationsCommunications
Communications
 
Digital Communication Principle
Digital Communication PrincipleDigital Communication Principle
Digital Communication Principle
 
EC6651 COMMUNICATION ENGINEERING UNIT 2
EC6651 COMMUNICATION ENGINEERING UNIT 2EC6651 COMMUNICATION ENGINEERING UNIT 2
EC6651 COMMUNICATION ENGINEERING UNIT 2
 
Communication channel presentation
Communication channel presentationCommunication channel presentation
Communication channel presentation
 
03 data transmission
03 data transmission03 data transmission
03 data transmission
 
EE443 - Communications 1 - Lab 3 - Loren Schwappach.pdf
EE443 - Communications 1 - Lab 3 - Loren Schwappach.pdfEE443 - Communications 1 - Lab 3 - Loren Schwappach.pdf
EE443 - Communications 1 - Lab 3 - Loren Schwappach.pdf
 
Communication System
Communication SystemCommunication System
Communication System
 
Data communication principle
Data communication  principleData communication  principle
Data communication principle
 
Transmission of digital signals
Transmission of digital signalsTransmission of digital signals
Transmission of digital signals
 
BER PERFORMANCE ANALYSIS OF OFDM IN COGNITIVE RADIO NETWORK IN RAYLEIGH FADIN...
BER PERFORMANCE ANALYSIS OF OFDM IN COGNITIVE RADIO NETWORK IN RAYLEIGH FADIN...BER PERFORMANCE ANALYSIS OF OFDM IN COGNITIVE RADIO NETWORK IN RAYLEIGH FADIN...
BER PERFORMANCE ANALYSIS OF OFDM IN COGNITIVE RADIO NETWORK IN RAYLEIGH FADIN...
 
Data transmission rate and bandwidth
Data transmission rate and bandwidth Data transmission rate and bandwidth
Data transmission rate and bandwidth
 
Chapter 1 dep3273
Chapter 1 dep3273Chapter 1 dep3273
Chapter 1 dep3273
 
20 digicom
20 digicom20 digicom
20 digicom
 
Dq33705710
Dq33705710Dq33705710
Dq33705710
 
Engineering science lesson 11
Engineering science lesson 11Engineering science lesson 11
Engineering science lesson 11
 

Similaire à M2 l1

Chap 3 data and signals
Chap 3 data and signalsChap 3 data and signals
Chap 3 data and signalsMukesh Tekwani
 
Wireless communication
Wireless communicationWireless communication
Wireless communicationMukesh Chinta
 
Wmcn ch.2
Wmcn ch.2Wmcn ch.2
Wmcn ch.2Alaa2
 
Telecommunications basics
Telecommunications basicsTelecommunications basics
Telecommunications basicsAarón Candia
 
Amplitude Modulation using Multipliers and Envelope Detector
Amplitude Modulation using Multipliers and Envelope DetectorAmplitude Modulation using Multipliers and Envelope Detector
Amplitude Modulation using Multipliers and Envelope Detectorj naga sai
 
53C H A P T E R 3Introduction toPhysical Layern.docx
53C H A P T E R  3Introduction toPhysical Layern.docx53C H A P T E R  3Introduction toPhysical Layern.docx
53C H A P T E R 3Introduction toPhysical Layern.docxevonnehoggarth79783
 
Wireless communication
Wireless communicationWireless communication
Wireless communicationMukesh Chinta
 
Secured binary codes generation for computer network communication
Secured binary codes generation for computer network communicationSecured binary codes generation for computer network communication
Secured binary codes generation for computer network communicationUniversity of Malaya (UM)
 
Communication Engineering
Communication EngineeringCommunication Engineering
Communication Engineeringadnanqayum
 
Optical Fiber communication
Optical Fiber communicationOptical Fiber communication
Optical Fiber communicationEklavya Singh
 
Communication theory
Communication theoryCommunication theory
Communication theoryVijay Balaji
 
Lecture 1 introduction and signals analysis
Lecture 1 introduction and signals analysisLecture 1 introduction and signals analysis
Lecture 1 introduction and signals analysistalhawaqar
 
ch03_DATA_and_SIGNAL.pdfhdjwdhdwhhgsgfhshs
ch03_DATA_and_SIGNAL.pdfhdjwdhdwhhgsgfhshsch03_DATA_and_SIGNAL.pdfhdjwdhdwhhgsgfhshs
ch03_DATA_and_SIGNAL.pdfhdjwdhdwhhgsgfhshsNURAINBINTIBAHRUDIN
 
Combined Lecture 01-20.pdf
Combined Lecture 01-20.pdfCombined Lecture 01-20.pdf
Combined Lecture 01-20.pdfDanishZulfiqar3
 
komdat3
komdat3komdat3
komdat3pasca
 

Similaire à M2 l1 (20)

Chap 3 data and signals
Chap 3 data and signalsChap 3 data and signals
Chap 3 data and signals
 
ADC Digital Modulation
ADC   Digital ModulationADC   Digital Modulation
ADC Digital Modulation
 
Wireless communication
Wireless communicationWireless communication
Wireless communication
 
Wmcn ch.2
Wmcn ch.2Wmcn ch.2
Wmcn ch.2
 
Unit 5.doc
Unit 5.docUnit 5.doc
Unit 5.doc
 
Unit 5.doc
Unit 5.docUnit 5.doc
Unit 5.doc
 
Telecommunications basics
Telecommunications basicsTelecommunications basics
Telecommunications basics
 
Amplitude Modulation using Multipliers and Envelope Detector
Amplitude Modulation using Multipliers and Envelope DetectorAmplitude Modulation using Multipliers and Envelope Detector
Amplitude Modulation using Multipliers and Envelope Detector
 
53C H A P T E R 3Introduction toPhysical Layern.docx
53C H A P T E R  3Introduction toPhysical Layern.docx53C H A P T E R  3Introduction toPhysical Layern.docx
53C H A P T E R 3Introduction toPhysical Layern.docx
 
Wireless communication
Wireless communicationWireless communication
Wireless communication
 
Lecture 1.pptx
Lecture 1.pptxLecture 1.pptx
Lecture 1.pptx
 
Secured binary codes generation for computer network communication
Secured binary codes generation for computer network communicationSecured binary codes generation for computer network communication
Secured binary codes generation for computer network communication
 
Communication Engineering
Communication EngineeringCommunication Engineering
Communication Engineering
 
Optical Fiber communication
Optical Fiber communicationOptical Fiber communication
Optical Fiber communication
 
Communication theory
Communication theoryCommunication theory
Communication theory
 
Lecture 1 introduction and signals analysis
Lecture 1 introduction and signals analysisLecture 1 introduction and signals analysis
Lecture 1 introduction and signals analysis
 
ch03_DATA_and_SIGNAL.pdfhdjwdhdwhhgsgfhshs
ch03_DATA_and_SIGNAL.pdfhdjwdhdwhhgsgfhshsch03_DATA_and_SIGNAL.pdfhdjwdhdwhhgsgfhshs
ch03_DATA_and_SIGNAL.pdfhdjwdhdwhhgsgfhshs
 
waves and signals
waves and signalswaves and signals
waves and signals
 
Combined Lecture 01-20.pdf
Combined Lecture 01-20.pdfCombined Lecture 01-20.pdf
Combined Lecture 01-20.pdf
 
komdat3
komdat3komdat3
komdat3
 

Dernier

Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdfSimplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdfFIDO Alliance
 
JavaScript Usage Statistics 2024 - The Ultimate Guide
JavaScript Usage Statistics 2024 - The Ultimate GuideJavaScript Usage Statistics 2024 - The Ultimate Guide
JavaScript Usage Statistics 2024 - The Ultimate GuidePixlogix Infotech
 
Top 10 CodeIgniter Development Companies
Top 10 CodeIgniter Development CompaniesTop 10 CodeIgniter Development Companies
Top 10 CodeIgniter Development CompaniesTopCSSGallery
 
Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...
Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...
Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...Skynet Technologies
 
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...FIDO Alliance
 
“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf
“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf
“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdfMuhammad Subhan
 
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...TrustArc
 
Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...
Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...
Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...ScyllaDB
 
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...panagenda
 
How we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdfHow we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdfSrushith Repakula
 
Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...
Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...
Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...ScyllaDB
 
Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...FIDO Alliance
 
Design and Development of a Provenance Capture Platform for Data Science
Design and Development of a Provenance Capture Platform for Data ScienceDesign and Development of a Provenance Capture Platform for Data Science
Design and Development of a Provenance Capture Platform for Data SciencePaolo Missier
 
Continuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on ThanabotsContinuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on ThanabotsLeah Henrickson
 
The Metaverse: Are We There Yet?
The  Metaverse:    Are   We  There  Yet?The  Metaverse:    Are   We  There  Yet?
The Metaverse: Are We There Yet?Mark Billinghurst
 
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdfLinux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdfFIDO Alliance
 
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptx
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptxHarnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptx
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptxFIDO Alliance
 
UiPath manufacturing technology benefits and AI overview
UiPath manufacturing technology benefits and AI overviewUiPath manufacturing technology benefits and AI overview
UiPath manufacturing technology benefits and AI overviewDianaGray10
 
Working together SRE & Platform Engineering
Working together SRE & Platform EngineeringWorking together SRE & Platform Engineering
Working together SRE & Platform EngineeringMarcus Vechiato
 
AI mind or machine power point presentation
AI mind or machine power point presentationAI mind or machine power point presentation
AI mind or machine power point presentationyogeshlabana357357
 

Dernier (20)

Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdfSimplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
 
JavaScript Usage Statistics 2024 - The Ultimate Guide
JavaScript Usage Statistics 2024 - The Ultimate GuideJavaScript Usage Statistics 2024 - The Ultimate Guide
JavaScript Usage Statistics 2024 - The Ultimate Guide
 
Top 10 CodeIgniter Development Companies
Top 10 CodeIgniter Development CompaniesTop 10 CodeIgniter Development Companies
Top 10 CodeIgniter Development Companies
 
Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...
Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...
Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...
 
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
 
“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf
“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf
“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf
 
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
 
Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...
Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...
Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...
 
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
 
How we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdfHow we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdf
 
Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...
Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...
Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...
 
Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...
 
Design and Development of a Provenance Capture Platform for Data Science
Design and Development of a Provenance Capture Platform for Data ScienceDesign and Development of a Provenance Capture Platform for Data Science
Design and Development of a Provenance Capture Platform for Data Science
 
Continuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on ThanabotsContinuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
 
The Metaverse: Are We There Yet?
The  Metaverse:    Are   We  There  Yet?The  Metaverse:    Are   We  There  Yet?
The Metaverse: Are We There Yet?
 
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdfLinux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
 
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptx
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptxHarnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptx
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptx
 
UiPath manufacturing technology benefits and AI overview
UiPath manufacturing technology benefits and AI overviewUiPath manufacturing technology benefits and AI overview
UiPath manufacturing technology benefits and AI overview
 
Working together SRE & Platform Engineering
Working together SRE & Platform EngineeringWorking together SRE & Platform Engineering
Working together SRE & Platform Engineering
 
AI mind or machine power point presentation
AI mind or machine power point presentationAI mind or machine power point presentation
AI mind or machine power point presentation
 

M2 l1

  • 1. Module 2 Data Communication Fundamentals Version 2 CSE IIT, Kharagpur
  • 2. Lesson 1 Data and Signal Version 2 CSE IIT, Kharagpur
  • 3. Specific Instructional Objectives At the end of this lesson the students will be able to: • Explain what is data • Distinguish between Analog and Digital signal • Explain the difference between time and Frequency domain representation of signal • Specify the bandwidth of a signal • Specify the Sources of impairment • Explain Attenuation and Unit of Attenuation • Explain Data Rate Limits and Nyquist Bit Rate • Distinguish between Bit Rate and Baud Rate • Identify Noise Sources 2.1.1 Introduction A simplified model of a data communication system is shown in Fig. 2.1.1. Here there are five basic components: • Source: Source is where the data is originated. Typically it is a computer, but it can be any other electronic equipment such as telephone handset, video camera, etc, which can generate data for transmission to some destination. The data to be sent is represented by x(t). COMMUNICATION MEDIUM Figure 2.1.1 Simplified model of a data communication system • Transmitter: As data cannot be sent in its native form, it is necessary to convert it into signal. This is performed with the help of a transmitter such as modem. The signal that is sent by the transmitter is represented by s(t). Version 2 CSE IIT, Kharagpur
  • 4. Communication Medium: The signal can be sent to the receiver through a communication medium, which could be a simple twisted-pair of wire, a coaxial cable, optical fiber or wireless communication system. It may be noted that the signal that comes out of the communication medium is s’(t), which is different from s(t) that was sent by the transmitter. This is due to various impairments that the signal suffers as it passes through the communication medium. • Receiver: The receiver receives the signal s’(t) and converts it back to data d’(t) before forwarding to the destination. The data that the destination receives may not be identical to that of d(t), because of the corruption of data. • Destination: Destination is where the data is absorbed. Again, it can be a computer system, a telephone handset, a television set and so on. 2.1.2 Data Data refers to information that conveys some meaning based on some mutually agreed up rules or conventions between a sender and a receiver and today it comes in a variety of forms such as text, graphics, audio, video and animation. Data can be of two types; analog and digital. Analog data take on continuous values on some interval. Typical examples of analog data are voice and video. The data that are collected from the real world with the help of transducers are continuous-valued or analog in nature. On the contrary, digital data take on discrete values. Text or character strings can be considered as examples of digital data. Characters are represented by suitable codes, e.g. ASCII code, where each character is represented by a 7-bit code. 2.1.3 Signal It is electrical, electronic or optical representation of data, which can be sent over a communication medium. Stated in mathematical terms, a signal is merely a function of the data. For example, a microphone converts voice data into voice signal, which can be sent over a pair of wire. Analog signals are continuous-valued; digital signals are discrete-valued. The independent variable of the signal could be time (speech, for example), space (images), or the integers (denoting the sequencing of letters and numbers in the football score). Figure 2.1.2 shows an analog signal. Version 2 CSE IIT, Kharagpur
  • 5. Figure 2.1.2 Analog signal Digital signal can have only a limited number of defined values, usually two values 0 and 1, as shown in Fig. 2.1.3. Figure 2.1.3 Digital signal Signaling: It is an act of sending signal over communication medium Transmission: Communication of data by propagation and processing is known as transmission. 2.1.4 Signal Characteristics A signal can be represented as a function of time, i.e. it varies with time. However, it can be also expressed as a function of frequency, i.e. a signal can be considered as a composition of different frequency components. Thus, a signal has both time-domain and frequency domain representation. Version 2 CSE IIT, Kharagpur
  • 6. 2.1.4.1 Time-domain concepts A signal is continuous over a period, if limt->a s (t) = s (a), for all a, i.e., there is no break in the signal. A signal is discrete if it takes on only a finite number of values. A signal is periodic if and only if s (t+T) = s (t) for - α < t < α , where T is a constant, known as period. The period is measured in seconds. In other words, a signal is a periodic signal if it completes a pattern within a measurable time frame. A periodic signal is characterized by the following three parameters. Amplitude: It is the value of the signal at different instants of time. It is measured in volts. Frequency: It is inverse of the time period, i.e. f = 1/T. The unit of frequency is Hertz (Hz) or cycles per second. Phase: It gives a measure of the relative position in time of two signals within a single period. It is represented by φ in degrees or radian. A sine wave, the most fundamental periodic signal, can be completely characterized by its amplitude, frequency and phase. Examples of sine waves with different amplitude, frequency and phase are shown in Fig. 2.1.4. The phase angle φ indicated in the figure is with respect to the reference waveform shown in Fig. 2.1.4(a). Figure 2.1.4 Examples of signals with different amplitude, frequency and phase Version 2 CSE IIT, Kharagpur
  • 7. An aperiodic signal or nonperiodic signal changes constantly without exhibiting a pattern or cycle that repeats over time as shown in Fig. 2.1.5. a). Analog aperiodic signal b). Digital aperiodic signal Figure 2.1.5 Examples of aperiodic signals 2.1.4.2 Frequency domain concepts The time domain representation displays a signal using time-domain plot, which shows changes in signal amplitude with time. The time-domain plot can be visualized with the help of an oscilloscope. The relationship between amplitude and frequency is provided by frequency domain representation, which can be displayed with the help of spectrum analyser. Time domain and frequency domain representations of three sine waves of three different frequencies are shown in Fig. 2.1.6. Figure 2.1.6 Time domain and frequency domain representations of sine waves Version 2 CSE IIT, Kharagpur
  • 8. Although simple sine waves help us to understand the difference between the time- domain and frequency domain representation, these are of little use in data communication. Composite signals made of many simple sine waves find use in data communication. Any composite signal can be represented by a combination of simple sine waves using Fourier Analysis. For example, the signal shown in Fig. 2.1.7(c) is a composition of two sine waves having frequencies f1, 3f1, shown in Fig. 2.1.7 (a) and (b), respectively and it can be represented by s (t) = sin ωt + 1/3 sin 3ωt , where ω = 2πf1. The frequency domain function s(f) specifies the constituent frequencies of the signal. The range of frequencies that a signal contains is known as it spectrum, which can be visualized with the help of a spectrum analyser. The band of frequencies over which most of the energy of a signal is concentrated is known as the bandwidth of the signal. Figure 2.1.7 Time and frequency domain representations of a composite signal Version 2 CSE IIT, Kharagpur
  • 9. Many useful waveforms don’t change in a smooth curve between maximum and minimum amplitude; they jump, slide, wobble, spike, and dip. But as long as these irregularities are consistent, cycle after cycle, a signal is still periodic and logically must be describable in same terms used for sine waves. In fact it can be decomposed into a collection of sine waves, each having a measurable amplitude, frequency, and phase. 2.1.4.3 Frequency Spectrum Frequency spectrum of a signal is the range of frequencies that a signal contains. Example: Consider a square wave shown in Fig. 2.1.8(a). It can be represented by a series of sine waves S(t) = 4A/πsin2πft + 4A/3πsin(2π(3f)t) + 4A/5πsin2π (5f)t + . . . having frequency components f, 3f, 5f, … and amplitudes 4A/π, 4A/3π, 4A/5π and so on. The frequency spectrum of this signal can be approximation comprising only the first and third harmonics as shown in Fig. 2.1.8(b) (a) (b) Figure 2.1.8 (a) A square wave, (b) Frequency spectrum of a square wave Bandwidth: The range of frequencies over which most of the signal energy of a signal is contained is known as bandwidth or effective bandwidth of the signal. The term ‘most’ is somewhat arbitrary. Usually, it is defined in terms of its 3dB cut-off frequency. The frequency spectrum and spectrum of a signal is shown in Fig. 2.1.9. Here the fl and fh may be represented by 3dB below (A/√2) the maximum amplitude. Version 2 CSE IIT, Kharagpur
  • 10. Figure 2.1.9 Frequency spectrum and bandwidth of a signal 2.1.5 Digital Signal ital In addition to being represented by an analog signal, data can be also be represented by a digital signal. Most digital signals are aperiodic and thus, period or frequency is not appropriate. Two new terms, bit interval (instead of period) and bit rate (instead of frequency) are used to describe digital signals. The bit interval is the time required to send one single bit. The bit rate is the number of bit interval per second. This mean that the bit rate is the number of bits send in one second, usually expressed in bits per second (bps) as shown in Fig. 2.1.10. Amplitude 1 second = 8 bit intervals bit rate = 8bps 1 0 1 1 0 0 0 1 Time Bit interval Figure 2.1.10 Bit Rate and Bit Interval A digital signal can be considered as a signal with an infinite number of frequencies and transmission of digital requires a low-pass channel as shown in Fig. 2.1.11. On the other hand, transmission of analog signal requires band-pass channel shown in Fig. 2.1.12. Version 2 CSE IIT, Kharagpur
  • 11. Figure 2.1.11 Low pass channel required for transmission of digital signal Figure 2.1.12 Low pass channel required for transmission of analog signal Digital transmission has several advantages over analog transmission. That is why there is a shift towards digital transmission despite large analog base. Some of the advantages of digital transmission are highlighted below: • Analog circuits require amplifiers, and each amplifier adds distortion and noise to the signal. In contrast, digital amplifiers regenerate an exact signal, eliminating cumulative errors. An incoming (analog) signal is sampled, its value is determined, and the node then generates a new signal from the bit value; the incoming signal is discarded. With analog circuits, intermediate nodes amplify the incoming signal, noise and all. • Voice, data, video, etc. can all by carried by digital circuits. What about carrying digital signals over analog circuit? The modem example shows the difficulties in carrying digital over analog. A simple encoding method is to use constant voltage levels for a “1'' and a ``0''. Can lead to long periods where the voltage does not change. • Easier to multiplex large channel capacities with digital. • Easy to apply encryption to digital data. • Better integration if all signals are in one form. Can integrate voice, video and digital data. Version 2 CSE IIT, Kharagpur
  • 12. 2.1.6 Baseband and Broadband Signals Depending on some type of typical signal formats or modulation schemes, a few terminologies evolved to classify different types of signals. So, we can have either a base band or broadband signalling. Base-band is defined as one that uses digital signalling, which is inserted in the transmission channel as voltage pulses. On the other hand, broadband systems are those, which use analog signalling to transmit information using a carrier of high frequency. In baseband LANs, the entire frequency spectrum of the medium is utilized for transmission and hence the frequency division multiplexing (discussed later) cannot be used. Signals inserted at a point propagates in both the directions, hence transmission is bi-directional. Baseband systems extend only to limited distances because at higher frequency, the attenuation of the signal is most pronounced and the pulses blur out, causing the large distance communication totally impractical. Since broadband systems use analog signalling, frequency division multiplexing is possible, where the frequency spectrum of the cable is divided into several sections of bandwidth. These separate channels can support different types of signals of various frequency ranges to travel at the same instance. Unlike base-band, broadband is a unidirectional medium where the signal inserted into the media propagates in only one direction. Two data paths are required, which are connected at a point in the network called headend. All the stations transmit towards the headend on one path and the signals received at the headend are propagated through the second path. Fill In the blanks: (a) A signal is a _____________, Electromagnetic or __________ coding of data. (b) The four parameters that are used to characterize a signal in time domain concept are amplitude, _________, _________ and _________. (c) With the help of ____________, we can find out the different frequency components of a signal, and these components are visualized with the help of _______________. (d)____________ gives a measure of the span of the spectral components of a signal. (e) The noise created by the agitation of electrons of the transmission channel is termed as ______________. (f) The noise created by bunching several cables together is known as __________. Short Answers Questions: Q-1. Distinguish between data and signal. Ans: Data is an entity, which conveys some meaning. On the other hand, the signal is a representation of data in some electric, electromagnetic or optical form. So, whenever Version 2 CSE IIT, Kharagpur
  • 13. data needs to be sent, it has to be converted into signal of some form for transmission over a suitable medium. Q-2. What do you mean by a “Periodic Signal”? And what are the three parameters that characterize it? Ans: A signal is periodic signal if it completes a pattern within a measurable timeframe. A periodic signal is characterized by the following three parameters. Amplitude: It is the value of the signal at different instants of time. It is measured in volts. Frequency: It is inverse of the time period, i.e. f=1/T. The unit of frequency is Hertz (Hz) or cycles per second. Phase: It gives a measure of the relative position in time of two signals within a single period Q-3. Distinguish between time domain and frequency domain representation of a signal. Ans: Whenever a signal is represented as a function of time, it is called time domain representation. An electromagnetic signal can be either continuous or discrete. It is represented as s (t). Whenever a signal is represented as a function of frequency, it is called frequency domain representation. It is expressed in terms of different frequency components and represented as s (f). Q-4. What equipments are used to visualize electrical signals in time domain and frequency domain? Ans: Cathode Ray Oscilloscope is used to visualize electrical signals in time domain and Spectrum Analyser used to visualize electrical signals in frequency domain. Q-5. What do you mean by the Bit Interval and Bit rate in a digital signal? Ans: The bit interval is the time required to send one single bit. The bit rate is the number of bit intervals per second. This mean that the bit rate is the number of bits send in one second, usually expressed in bits per second (bps). Version 2 CSE IIT, Kharagpur