SlideShare a Scribd company logo
1 of 32
Shital S. Kanaskar
Lecturer
S.M Joshi College, Hadapsar
1
 Importance of communication.
 Elements of Communication System.
 Types of Communication System.
 Concept of Communication System-
◦ Signal bandwidth.
◦ Channel bandwidth.
◦ Data rate.
◦ Baud rate.
◦ Nyquist theorem
◦ Signal to noise ratio.
◦ Channel capacity.
◦ Error handling code-Hamming Code.
◦ Shannon theorem.
◦ Concept of Companding.
2
 Communication is the process of exchanging
information
 Methods of communication:
1.Face to face
2.Written word (letters)
3.Electrical innovations:
 Telegraph
 Telephone
 Radio
 Television
 Internet (computer)
3
 Basic Elements of Communication:
◦ Transmitter
◦ Channel or medium
◦ Receiver
 Noise degrades or interferes with transmitted
information.
4
Transmitter
◦ The transmitter is a collection of electronic components and
circuits that converts the electrical signal into a signal suitable
for transmission over a given medium.
◦ Transmitters are made up of oscillators, amplifiers, tuned circuits
and filters, modulators, frequency mixers, frequency
synthesizers.
Communication Channel
◦ The communication channel is the medium by which the
electronic signal is sent from one place to another.
◦ Types of media include
 Electrical conductors
 Optical media
 Free space
 System-specific media (e.g., water is the medium for sonar).
5
Receivers
◦ A receiver is a collection of electronic components and circuits
that accepts the transmitted message from the channel and
converts it back into a form understandable by humans.
◦ Receivers contain amplifiers, oscillators, mixers, tuned circuits
and filters, and a demodulator or detector that recovers the
original intelligence signal from the modulated carrier.
Transceivers
◦ A transceiver is an electronic unit that incorporates circuits that
both send and receive signals.
◦ Examples are:
• Telephones
• Fax machines
• Handheld CB radios
• Cell phones
• Computer modems
6
Noise
◦ Noise is random, undesirable electronic energy that enters the
communication system via the communicating medium and
interferes with the transmitted message.
◦ Noise is basically unwanted, undesired electrical signal along
with desire signal.
◦ Noise is actually a random character.
◦ Sometimes Noise also produced in receiver.
◦ Generally noise comes from atmosphere.
◦ Natural phenomenon that gives rise to noise includes electric
storms, solar flares and various kinds of radiation In space.
7
 Types of Noise-
1. External Noise-Noise created outside of receiver. Difficult to
remove(prefer to move system location). That is main reason radio
telescope always located away from industrial area.
2. Atmospheric Noise- it is a natural noise.
3. Industrial Noise
4. Man made Noise
5. Internal Noise
i. Shot noise
6. Low Frequency/Flicker Noise
7. Extraterrestrial Noise
i. Space noise
ii. Cosmic noise
8
 Electromagnetic Spectrum-
The range of electromagnetic signals encompassing all frequencies
is referred to as the electromagnetic spectrum.
9
Extremely Low Frequencies (ELF) 30–300 Hz.
Voice Frequencies (VF) 300–3000 Hz.
Very Low Frequencies (VLF) 3K-30K
Low Frequencies (LF) 30–300 kHz.
Medium Frequencies (MF) 300–3000 kHz
High Frequencies (HF) 3–30 MHz
Very High Frequencies (VHF) 30–300 MHz
Ultra High Frequencies (UHF) 300–3000 MHz
Super High Frequencies (SHF) 3-30 GHz
Extremely High Frequencies (EHF) 30-300 GHz
10
Frequency and Wavelength:
Frequency
◦ Frequency is the number of cycles of a repetitive wave that
occur in a given period of time.
◦ Frequency is measured in cycles per second (cps).
◦ The unit of frequency is the hertz (Hz).
Wavelength
◦ Wavelength is also the distance traveled by an electromagnetic
wave during the time of one cycle.
◦ The wavelength of a signal is represented by the Greek letter
lambda (λ).
11
Wavelength (λ) = speed of light ÷ frequency
Speed of light = 3 × 108 meters/second
Therefore:
λ = 3 × 108 / f
Example:
◦ What is the wavelength if the frequency is 4MHz?
λ = 3 × 108 / 4 MHz
= 75 meters (m)
12
Types of Electronic Communication
Electronic communications are classified according to whether they
are
1. One-way (simplex) or two-way (full duplex or half duplex)
transmissions
2. Analog or digital signals.
3. Base band/ Modulated signal Communication.
1. Simplex-
◦ The simplest method of electronic communication is referred to
as simplex.
◦ This type of communication is one-way. Examples are:
 Radio
 TV broadcasting
 Beeper (personal receiver)
13
2. Half Duplex
◦ The form of two-way communication in which only one party
transmits at a time is known as half duplex. Examples are:
 Police, military, etc. radio transmissions
 Citizen band (CB)
 Family radio
 Amateur radio
3.Full Duplex
◦ Most electronic communication is two-way and is referred to as
duplex.
◦ When people can talk and listen simultaneously, it is called full
duplex. The telephone is an example of this type of
communication.
14
4.Base band/ Modulated signal Communication.
o The original information signal is known as baseband signal.
o It may analog or digital.
o If original voice, video or digital signal is transmitted through medium then it
is referred as base band signal.
o In telephone line and intercom communication system, voice itself is placed
on wire and transmitted over some distance.
o In PC-PC communication, direct digital signal is transmitted through coaxial
cable.
o In many cases we can not transmit original signal as it is, we need to
process it first, known as Modulation.
o Technique using modulation are called as Broad band.
15
Signals used in Communication-
2. Analog Signals
◦ An analog signal is a smoothly and continuously varying
voltage or current. Examples are:
 Sine wave
 Voice
 Video (TV)
Digital Signals
◦ Digital signals change in steps or in discrete increments.
◦ Most digital signals use binary or two-state codes. Examples
are:
 Telegraph (Morse code)
 Continuous wave (CW) code
 Serial binary code (used in computers)
16
Serial Transmission
o Bits are transmitted serially one after the other.
o In serial transmission one bit follows another, only one bit of data
is transmitted on each clock.
o We need only one channel rather than n transmission lines to
transmit data between two communicating devices.
17
Advantages:
o one communication line reduces the cost of transmission over
parallel by roughly a factor of n.
Disadvantages:
o It is slow method as one bit at a time is transmitted.
o As communication within devices is parallel, we require
conversion devices at the interfaces.
o A. We required parallel to serial converter at the interface
between the sender
o B. and the channel, and parallel-to-serial converter between the
channel and the receiver
18
 Types of serial communication:
1. Synchronous serial communication-
 Single clock pulse is shared between transmitter and receiver.
 Data is sent in the form of Frames.
 Data transfer rate is high.
 Cost effective.
 Easy and simple circuit design.
 No gap in data.
19
 Types of serial communication:
2. Asynchronous serial communication-
 Separate clock pulse is shared between transmitter and receiver.
 Data is sent in the form of characters/bytes.
 Data transfer rate is lower than synchronous transmission.
 Costly.
 Complex circuit design.
 Gap in data.
20
Parallel Transmission-
o One can send data as n bits at a time instead of single bit
o The processes of sending and receiving data in group of bits is called
parallel transmission.
o The mechanism for parallel transmission use n wires to send n bits at one
time.
o All n bits are transmitted with each clock pulse. Parallel transmission is used
for small distances.
o Figure below shows how parallel transmission works for n =8. Typically, the
eight wires are bundled in a cable.
21
22
 Advantages of parallel transmission:
o The advantage of parallel transmission is speed.
o n bits are transmitted simultaneously with a single clock.
 Disadvantages of Parallel transmission:
o Not a cost effective method for long distance
communications as it requires n communication lines to
transmit the data stream.
23
24
 Concept of communication system-
1. Bandwidth (BW) -
o It is that portion of the electromagnetic spectrum occupied by a
signal.
o Also referred as Signal bandwidth.
o The bandwidth of a signal is defined as the difference between
the upper and lower frequencies of a signal generated.
o BW= F2-F1
2. Channel bandwidth-
o The range of frequencies required to transmit desired information
is called as Channel capacity.
o The channel bandwidth of a wireless signal determines that
signal’s data rate. The higher the channel bandwidth, the faster
the connection.
3. Channel capacity-
o it is the upper bound on the rate at which information can be
reliably transmitted over a communication channel.
o It is expressed in bits per second is twice the channel bandwidth in
Hertz.
o Maximum channel capacity--- C=2B.
25
4. Data rate and Baud Rate-
Data Rate-
o The speed of data transfer is usually indicated by number of bits
per second (bit/s).
o Data rate is reciprocal of time duration of one bit (Tb).
o Data rate= 1/ Tb.
Baud Rate-
o Number of signaling elements or symbols that occer in the time
interval of 1 second.
o In the serial port context, "9600 baud" means that the serial port is
capable of transferring a maximum of 9600 bits per second.
26
6. Signal to noise ratio- The unwanted signal that associate with
the desired signal is called as noise.
o The relative strength of signal and noise is given by the term
signal to noise ratio.
o If the signal and noise power are known, S/N ratio can be
calculated.
27
5. Nyquist Theorem-
o Signal can be exactly reproduced if it is sampled at the rate fs which is
greater than twice the maximum frequency W.
o 20kfS=2W(input freq10k)
o Minimum sampling frequency of twice the heighest modulating signal
frequency known as Nyquist rate.
o Sampling is defined as, The process of measuring the instantaneous values
of continuous-time signal in a discrete form.
28
 It is usually expressed in decibels(dB).
 If receiver has an input signal power of 1.5uW and noise power is 0.2uW
then S/N ratio is-
 S/N=10 log 1.5/0.2
=10 log (2)
=0.3010dB.
7. Noise Figure: Also called as “Noise Factor”. Used to express noise in
receiver.
Ideally receiver contributes zero noise,so ideal receiver has noise figure of 1 or
0 dB, but practically it is not possible, so lower the noise figure, better the
receiver.
Noise figure is given by formula:
F=
𝑺
𝑵
𝑰𝒏𝒑𝒖𝒕
𝑺
𝑵
𝑶𝒖𝒕𝒑𝒖𝒕
29
Shannon theorem- It is related to random noise.
 It gives relation between bandwidth, channel capacity, noise.
 Maximum capacity of an ideal channel is given by-
C=B Log2 (1+S/N)
C= Channel capacity
B=Bandwidth
S/N= Signal to noise ratio
E.g- Telephone line have bandwidth 3100Hz S/N ratio-30dB.
Max channel capacity is C=2B
i.e C=2*3100
=6200bps. (When there is no noise present.)
Convert S/N ration which is in dB into power as-
dB=10log P
P=ln(dB/10)
P=ln(30/10)
P=ln(3)
P=1000
30
 Channel capacity-
C=B Log2 (1+S/N)
C=3100 Log2(1+1000)
C=3100*9.97
C=30907bps
C=31000bps.
This is the channel capacity when there is noise which is present in
communication channel.
31
32

More Related Content

What's hot

Lecture 1 introduction to communication systems
Lecture 1 introduction to communication systemsLecture 1 introduction to communication systems
Lecture 1 introduction to communication systems
avocado1111
 
Introduction of digital communication
Introduction of digital communicationIntroduction of digital communication
Introduction of digital communication
asodariyabhavesh
 
Digital modulation
Digital modulationDigital modulation
Digital modulation
Ibrahim Omar
 

What's hot (20)

Digital Communications Lecture 1
Digital Communications Lecture 1Digital Communications Lecture 1
Digital Communications Lecture 1
 
Ssb generation method
Ssb generation methodSsb generation method
Ssb generation method
 
Pcm
PcmPcm
Pcm
 
communication system Introduction - AM
communication system Introduction - AMcommunication system Introduction - AM
communication system Introduction - AM
 
Lecture 1 introduction to communication systems
Lecture 1 introduction to communication systemsLecture 1 introduction to communication systems
Lecture 1 introduction to communication systems
 
Amplitude shift keying (ask)
Amplitude shift keying (ask)Amplitude shift keying (ask)
Amplitude shift keying (ask)
 
Need For Modulation in Communication System
Need For Modulation in Communication SystemNeed For Modulation in Communication System
Need For Modulation in Communication System
 
Introduction to Communication Systems 1
Introduction to Communication Systems 1Introduction to Communication Systems 1
Introduction to Communication Systems 1
 
1. Introduction to Telecommunications
1. Introduction to Telecommunications1. Introduction to Telecommunications
1. Introduction to Telecommunications
 
Telecommunication switching system
Telecommunication switching systemTelecommunication switching system
Telecommunication switching system
 
Analog vs digital communication
Analog vs digital communicationAnalog vs digital communication
Analog vs digital communication
 
Introduction of digital communication
Introduction of digital communicationIntroduction of digital communication
Introduction of digital communication
 
Frequency Modulation
Frequency ModulationFrequency Modulation
Frequency Modulation
 
Digital modulation techniques...
Digital modulation techniques...Digital modulation techniques...
Digital modulation techniques...
 
Digital modulation
Digital modulationDigital modulation
Digital modulation
 
Linear modulation
Linear modulation Linear modulation
Linear modulation
 
Unit iv wcn main
Unit iv wcn mainUnit iv wcn main
Unit iv wcn main
 
Signal
SignalSignal
Signal
 
Digital Communication: Channel Coding
Digital Communication: Channel CodingDigital Communication: Channel Coding
Digital Communication: Channel Coding
 
Amplitude shift keying
Amplitude shift keyingAmplitude shift keying
Amplitude shift keying
 

Similar to Introduction to Electronic Communication

Communication systems v4
Communication systems v4Communication systems v4
Communication systems v4
babak danyal
 
Wireless Networks - CS718 Power Point Slides Lecture 02.ppt
Wireless Networks - CS718 Power Point Slides Lecture 02.pptWireless Networks - CS718 Power Point Slides Lecture 02.ppt
Wireless Networks - CS718 Power Point Slides Lecture 02.ppt
AliZaib71
 
ETE405-lec3.pptx
ETE405-lec3.pptxETE405-lec3.pptx
ETE405-lec3.pptx
mashiur
 

Similar to Introduction to Electronic Communication (20)

updated notes cds UNIT 6 and 7 communicationppt.pdf
updated notes cds UNIT 6 and 7 communicationppt.pdfupdated notes cds UNIT 6 and 7 communicationppt.pdf
updated notes cds UNIT 6 and 7 communicationppt.pdf
 
Introduction to electronic system
Introduction to electronic systemIntroduction to electronic system
Introduction to electronic system
 
Optical Fiber communication
Optical Fiber communicationOptical Fiber communication
Optical Fiber communication
 
Ch03 2
Ch03 2Ch03 2
Ch03 2
 
MOBILE COMPUTING and WIRELESS COMMUNICATION
MOBILE COMPUTING and WIRELESS COMMUNICATION MOBILE COMPUTING and WIRELESS COMMUNICATION
MOBILE COMPUTING and WIRELESS COMMUNICATION
 
Unit 1 - Fundamentals of Communications.ppt
Unit 1 - Fundamentals of Communications.pptUnit 1 - Fundamentals of Communications.ppt
Unit 1 - Fundamentals of Communications.ppt
 
dc1.pdf
dc1.pdfdc1.pdf
dc1.pdf
 
Communication systems v4
Communication systems v4Communication systems v4
Communication systems v4
 
Group 1 communication system.pptx
Group 1 communication system.pptxGroup 1 communication system.pptx
Group 1 communication system.pptx
 
Dcn
DcnDcn
Dcn
 
Communication system 1 chapter 1 ppt
Communication system 1 chapter  1 pptCommunication system 1 chapter  1 ppt
Communication system 1 chapter 1 ppt
 
Communication channel and networktechnologies.pdf
Communication channel and networktechnologies.pdfCommunication channel and networktechnologies.pdf
Communication channel and networktechnologies.pdf
 
Communication System Basics
Communication System BasicsCommunication System Basics
Communication System Basics
 
Wireless Networks - CS718 Power Point Slides Lecture 02.ppt
Wireless Networks - CS718 Power Point Slides Lecture 02.pptWireless Networks - CS718 Power Point Slides Lecture 02.ppt
Wireless Networks - CS718 Power Point Slides Lecture 02.ppt
 
Wireless Networks Lecture No 2 notes from The Virtual University Lahore
Wireless Networks Lecture No 2 notes from The Virtual University LahoreWireless Networks Lecture No 2 notes from The Virtual University Lahore
Wireless Networks Lecture No 2 notes from The Virtual University Lahore
 
Data Communication Principles
Data Communication PrinciplesData Communication Principles
Data Communication Principles
 
chapter 1 DC and CN-1.ppt
chapter 1 DC and CN-1.pptchapter 1 DC and CN-1.ppt
chapter 1 DC and CN-1.ppt
 
ETE405-lec3.pptx
ETE405-lec3.pptxETE405-lec3.pptx
ETE405-lec3.pptx
 
Communication Engineering
Communication EngineeringCommunication Engineering
Communication Engineering
 
Noise influence and environmental impact
Noise influence and environmental impactNoise influence and environmental impact
Noise influence and environmental impact
 

Recently uploaded

Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
PECB
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
heathfieldcps1
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 

Recently uploaded (20)

microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptx
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 

Introduction to Electronic Communication

  • 1. Shital S. Kanaskar Lecturer S.M Joshi College, Hadapsar 1
  • 2.  Importance of communication.  Elements of Communication System.  Types of Communication System.  Concept of Communication System- ◦ Signal bandwidth. ◦ Channel bandwidth. ◦ Data rate. ◦ Baud rate. ◦ Nyquist theorem ◦ Signal to noise ratio. ◦ Channel capacity. ◦ Error handling code-Hamming Code. ◦ Shannon theorem. ◦ Concept of Companding. 2
  • 3.  Communication is the process of exchanging information  Methods of communication: 1.Face to face 2.Written word (letters) 3.Electrical innovations:  Telegraph  Telephone  Radio  Television  Internet (computer) 3
  • 4.  Basic Elements of Communication: ◦ Transmitter ◦ Channel or medium ◦ Receiver  Noise degrades or interferes with transmitted information. 4
  • 5. Transmitter ◦ The transmitter is a collection of electronic components and circuits that converts the electrical signal into a signal suitable for transmission over a given medium. ◦ Transmitters are made up of oscillators, amplifiers, tuned circuits and filters, modulators, frequency mixers, frequency synthesizers. Communication Channel ◦ The communication channel is the medium by which the electronic signal is sent from one place to another. ◦ Types of media include  Electrical conductors  Optical media  Free space  System-specific media (e.g., water is the medium for sonar). 5
  • 6. Receivers ◦ A receiver is a collection of electronic components and circuits that accepts the transmitted message from the channel and converts it back into a form understandable by humans. ◦ Receivers contain amplifiers, oscillators, mixers, tuned circuits and filters, and a demodulator or detector that recovers the original intelligence signal from the modulated carrier. Transceivers ◦ A transceiver is an electronic unit that incorporates circuits that both send and receive signals. ◦ Examples are: • Telephones • Fax machines • Handheld CB radios • Cell phones • Computer modems 6
  • 7. Noise ◦ Noise is random, undesirable electronic energy that enters the communication system via the communicating medium and interferes with the transmitted message. ◦ Noise is basically unwanted, undesired electrical signal along with desire signal. ◦ Noise is actually a random character. ◦ Sometimes Noise also produced in receiver. ◦ Generally noise comes from atmosphere. ◦ Natural phenomenon that gives rise to noise includes electric storms, solar flares and various kinds of radiation In space. 7
  • 8.  Types of Noise- 1. External Noise-Noise created outside of receiver. Difficult to remove(prefer to move system location). That is main reason radio telescope always located away from industrial area. 2. Atmospheric Noise- it is a natural noise. 3. Industrial Noise 4. Man made Noise 5. Internal Noise i. Shot noise 6. Low Frequency/Flicker Noise 7. Extraterrestrial Noise i. Space noise ii. Cosmic noise 8
  • 9.  Electromagnetic Spectrum- The range of electromagnetic signals encompassing all frequencies is referred to as the electromagnetic spectrum. 9
  • 10. Extremely Low Frequencies (ELF) 30–300 Hz. Voice Frequencies (VF) 300–3000 Hz. Very Low Frequencies (VLF) 3K-30K Low Frequencies (LF) 30–300 kHz. Medium Frequencies (MF) 300–3000 kHz High Frequencies (HF) 3–30 MHz Very High Frequencies (VHF) 30–300 MHz Ultra High Frequencies (UHF) 300–3000 MHz Super High Frequencies (SHF) 3-30 GHz Extremely High Frequencies (EHF) 30-300 GHz 10
  • 11. Frequency and Wavelength: Frequency ◦ Frequency is the number of cycles of a repetitive wave that occur in a given period of time. ◦ Frequency is measured in cycles per second (cps). ◦ The unit of frequency is the hertz (Hz). Wavelength ◦ Wavelength is also the distance traveled by an electromagnetic wave during the time of one cycle. ◦ The wavelength of a signal is represented by the Greek letter lambda (λ). 11
  • 12. Wavelength (λ) = speed of light ÷ frequency Speed of light = 3 × 108 meters/second Therefore: λ = 3 × 108 / f Example: ◦ What is the wavelength if the frequency is 4MHz? λ = 3 × 108 / 4 MHz = 75 meters (m) 12
  • 13. Types of Electronic Communication Electronic communications are classified according to whether they are 1. One-way (simplex) or two-way (full duplex or half duplex) transmissions 2. Analog or digital signals. 3. Base band/ Modulated signal Communication. 1. Simplex- ◦ The simplest method of electronic communication is referred to as simplex. ◦ This type of communication is one-way. Examples are:  Radio  TV broadcasting  Beeper (personal receiver) 13
  • 14. 2. Half Duplex ◦ The form of two-way communication in which only one party transmits at a time is known as half duplex. Examples are:  Police, military, etc. radio transmissions  Citizen band (CB)  Family radio  Amateur radio 3.Full Duplex ◦ Most electronic communication is two-way and is referred to as duplex. ◦ When people can talk and listen simultaneously, it is called full duplex. The telephone is an example of this type of communication. 14
  • 15. 4.Base band/ Modulated signal Communication. o The original information signal is known as baseband signal. o It may analog or digital. o If original voice, video or digital signal is transmitted through medium then it is referred as base band signal. o In telephone line and intercom communication system, voice itself is placed on wire and transmitted over some distance. o In PC-PC communication, direct digital signal is transmitted through coaxial cable. o In many cases we can not transmit original signal as it is, we need to process it first, known as Modulation. o Technique using modulation are called as Broad band. 15
  • 16. Signals used in Communication- 2. Analog Signals ◦ An analog signal is a smoothly and continuously varying voltage or current. Examples are:  Sine wave  Voice  Video (TV) Digital Signals ◦ Digital signals change in steps or in discrete increments. ◦ Most digital signals use binary or two-state codes. Examples are:  Telegraph (Morse code)  Continuous wave (CW) code  Serial binary code (used in computers) 16
  • 17. Serial Transmission o Bits are transmitted serially one after the other. o In serial transmission one bit follows another, only one bit of data is transmitted on each clock. o We need only one channel rather than n transmission lines to transmit data between two communicating devices. 17
  • 18. Advantages: o one communication line reduces the cost of transmission over parallel by roughly a factor of n. Disadvantages: o It is slow method as one bit at a time is transmitted. o As communication within devices is parallel, we require conversion devices at the interfaces. o A. We required parallel to serial converter at the interface between the sender o B. and the channel, and parallel-to-serial converter between the channel and the receiver 18
  • 19.  Types of serial communication: 1. Synchronous serial communication-  Single clock pulse is shared between transmitter and receiver.  Data is sent in the form of Frames.  Data transfer rate is high.  Cost effective.  Easy and simple circuit design.  No gap in data. 19
  • 20.  Types of serial communication: 2. Asynchronous serial communication-  Separate clock pulse is shared between transmitter and receiver.  Data is sent in the form of characters/bytes.  Data transfer rate is lower than synchronous transmission.  Costly.  Complex circuit design.  Gap in data. 20
  • 21. Parallel Transmission- o One can send data as n bits at a time instead of single bit o The processes of sending and receiving data in group of bits is called parallel transmission. o The mechanism for parallel transmission use n wires to send n bits at one time. o All n bits are transmitted with each clock pulse. Parallel transmission is used for small distances. o Figure below shows how parallel transmission works for n =8. Typically, the eight wires are bundled in a cable. 21
  • 22. 22  Advantages of parallel transmission: o The advantage of parallel transmission is speed. o n bits are transmitted simultaneously with a single clock.  Disadvantages of Parallel transmission: o Not a cost effective method for long distance communications as it requires n communication lines to transmit the data stream.
  • 23. 23
  • 24. 24  Concept of communication system- 1. Bandwidth (BW) - o It is that portion of the electromagnetic spectrum occupied by a signal. o Also referred as Signal bandwidth. o The bandwidth of a signal is defined as the difference between the upper and lower frequencies of a signal generated. o BW= F2-F1
  • 25. 2. Channel bandwidth- o The range of frequencies required to transmit desired information is called as Channel capacity. o The channel bandwidth of a wireless signal determines that signal’s data rate. The higher the channel bandwidth, the faster the connection. 3. Channel capacity- o it is the upper bound on the rate at which information can be reliably transmitted over a communication channel. o It is expressed in bits per second is twice the channel bandwidth in Hertz. o Maximum channel capacity--- C=2B. 25
  • 26. 4. Data rate and Baud Rate- Data Rate- o The speed of data transfer is usually indicated by number of bits per second (bit/s). o Data rate is reciprocal of time duration of one bit (Tb). o Data rate= 1/ Tb. Baud Rate- o Number of signaling elements or symbols that occer in the time interval of 1 second. o In the serial port context, "9600 baud" means that the serial port is capable of transferring a maximum of 9600 bits per second. 26
  • 27. 6. Signal to noise ratio- The unwanted signal that associate with the desired signal is called as noise. o The relative strength of signal and noise is given by the term signal to noise ratio. o If the signal and noise power are known, S/N ratio can be calculated. 27
  • 28. 5. Nyquist Theorem- o Signal can be exactly reproduced if it is sampled at the rate fs which is greater than twice the maximum frequency W. o 20kfS=2W(input freq10k) o Minimum sampling frequency of twice the heighest modulating signal frequency known as Nyquist rate. o Sampling is defined as, The process of measuring the instantaneous values of continuous-time signal in a discrete form. 28
  • 29.  It is usually expressed in decibels(dB).  If receiver has an input signal power of 1.5uW and noise power is 0.2uW then S/N ratio is-  S/N=10 log 1.5/0.2 =10 log (2) =0.3010dB. 7. Noise Figure: Also called as “Noise Factor”. Used to express noise in receiver. Ideally receiver contributes zero noise,so ideal receiver has noise figure of 1 or 0 dB, but practically it is not possible, so lower the noise figure, better the receiver. Noise figure is given by formula: F= 𝑺 𝑵 𝑰𝒏𝒑𝒖𝒕 𝑺 𝑵 𝑶𝒖𝒕𝒑𝒖𝒕 29
  • 30. Shannon theorem- It is related to random noise.  It gives relation between bandwidth, channel capacity, noise.  Maximum capacity of an ideal channel is given by- C=B Log2 (1+S/N) C= Channel capacity B=Bandwidth S/N= Signal to noise ratio E.g- Telephone line have bandwidth 3100Hz S/N ratio-30dB. Max channel capacity is C=2B i.e C=2*3100 =6200bps. (When there is no noise present.) Convert S/N ration which is in dB into power as- dB=10log P P=ln(dB/10) P=ln(30/10) P=ln(3) P=1000 30
  • 31.  Channel capacity- C=B Log2 (1+S/N) C=3100 Log2(1+1000) C=3100*9.97 C=30907bps C=31000bps. This is the channel capacity when there is noise which is present in communication channel. 31
  • 32. 32