SlideShare uma empresa Scribd logo
1 de 75
1

Principles of Electronic
Communication Systems
Third Edition
Louis E. Frenzel, Jr.

© 2008 The McGraw-Hill Companies
2

Chapter 7

Digital Communication Techniques

© 2008 The McGraw-Hill Companies
3

Topics Covered in Chapter 7
 7-1: Digital Transmission of Data
 7-2: Parallel and Serial Transmission
 7-3: Data Conversion
 7-4: Pulse Modulation
 7-5: Digital Signal Processing

© 2008 The McGraw-Hill Companies
4

7-1: Digital Transmission of Data
 Since the mid-1970s, digital methods of transmitting

data have slowly replaced analog.
 Radio communication has remained primarily analog
because the type of information to be conveyed is
analog and because of the high frequencies involved.
 Today, digital circuits are fast enough to handle the
processing of radio signals.
 Digital processing is more cost-effective and practical.

© 2008 The McGraw-Hill Companies
5

7-1: Digital Transmission of Data
 Data refers to information to be communicated.
 Data is in digital form if it comes from a computer.
 If analog (e.g. voice), it can be converted into digital

form before it is transmitted.
 Digital communication was initially limited to the
transmission of data between computers.
 Networks (e.g. local area networks or LANs) are
formed to support communication between computers.

© 2008 The McGraw-Hill Companies
6

7-1: Digital Transmission of Data


There are three primary reasons for the growth of
digital communication systems:
1. Increased use of computers has made it necessary

to find a way for computers to communicate and
exchange data.
2. Digital transmission methods offer some major
benefits over analog communication techniques.
3. The telephone system, the largest and most widely
used communication system, has been converting
from analog to digital over the years.

© 2008 The McGraw-Hill Companies
7

7-1: Digital Transmission of Data
Proliferation of Computers
 Some common examples of computer data

communication include:
 File transfer
 Electronic mail (e-mail)
 Computer-peripheral links
 Internet access
 Local area networks (LANs)

© 2008 The McGraw-Hill Companies
8

7-1: Digital Transmission of Data
Noncomputer Uses of Digital Communication
 Among the non-computer applications of digital

techniques:
 TV remote control
 Garage door opener
 Carrier current controls
 Radio control of models
 Remote keyless entry

© 2008 The McGraw-Hill Companies
9

7-1: Digital Transmission of Data
Benefits of Digital Communication
 Noise Immunity: Digital signals, which are usually

binary, are more immune to noise than analog signals.
 Error Detection and Correction: With digital
communication, transmission errors can usually be
detected and corrected.
 Compatibility with Time-Division Multiplexing: Digital
data communication is adaptable to time division
multiplexing schemes. Multiplexing is the process of
transmitting two or more signals simultaneously on a
single channel.

© 2008 The McGraw-Hill Companies
10

7-1: Digital Transmission of Data
Benefits of Digital Communication
 Digital ICs: Digital ICs are smaller and easier to make

than linear ICs, so therefore can be more complex and
provide greater processing capability.
 Digital Signal Processing (DSP): DSP is the processing
of analog signals by digital methods. This involves
converting an analog signal to digital and then
processing with a fast digital computer. Processing
means filtering, equalization, phase shifting, mixing, and
other traditionally analog methods.

© 2008 The McGraw-Hill Companies
11

7-1: Digital Transmission of Data
Disadvantages of Digital Communication
 Considerable bandwidth size is required by a digital

signal.
 Digital communication circuits are usually more complex

than analog circuits.

© 2008 The McGraw-Hill Companies
12

7-2: Parallel and Serial Transmission


There are two ways to move binary bits from one
place to another:
1. Transmit all bits of a word simultaneously (parallel

transfer).
2. Send only 1 bit at a time (serial transfer).

© 2008 The McGraw-Hill Companies
13

7-2: Parallel and Serial Transmission
Parallel Transfer
 Parallel data transmission is extremely fast because all

the bits of the data word are transferred simultaneously.
 Parallel data transmission is impractical for longdistance communication because of:
 cost.
 signal attenuation.

© 2008 The McGraw-Hill Companies
14

7-2: Parallel and Serial Transmission

Figure 7-2: Parallel data transmission.
© 2008 The McGraw-Hill Companies
15

7-2: Parallel and Serial Transmission
Serial Transfer
 Data transfers in communication systems are made

serially; each bit of a word is transmitted one after
another.
 The least significant bit (LSB) is transmitted first, and
the most significant bit (MSB) last.
 Each bit is transmitted for a fixed interval of time t.

© 2008 The McGraw-Hill Companies
16

7-2: Parallel and Serial Transmission

Figure 7-3: Serial data transmission.
© 2008 The McGraw-Hill Companies
17

7-2: Parallel and Serial Transmission
Serial-Parallel Conversion
 Because both parallel and serial transmission occur in

computers and other equipment, there must be
techniques for converting between parallel and serial
and vice versa.
 Such data conversions are usually taken care of by
shift registers, sequential logic circuits made up of a
number of flip-flops connected in cascade.

© 2008 The McGraw-Hill Companies
18

7-2: Parallel and Serial Transmission
Serial-Parallel Conversion
 The flip-flops in a shift register can store a multibit

binary word, usually loaded in parallel into the
transmitting register.
 When a clock pulse (CP) is applied to the flip-flops, the
bits of the word are shifted from one flip-flop to another
in sequence.
 The last (right-hand) flip-flop in the transmitting register
stores each bit in sequence as it is shifted out.
 The serial data word is transmitted over the
communication link and is received by another shift
register.
© 2008 The McGraw-Hill Companies
19

7-2: Parallel and Serial Transmission
Serial-Parallel Conversion
 Serial data can typically be transmitted faster over

longer distances than parallel data.
 Serial buses are now replacing parallel buses in
computers, storage systems, and telecommunication
equipment where very high speeds are required.
 Serial-to-parallel and parallel-to-serial data conversion
circuits are also referred to as serializer-deserializers
(serdes).

© 2008 The McGraw-Hill Companies
20

7-2: Parallel and Serial Transmission

Figure 7-4: Parallel-to-serial and serial-to-parallel data transfers with shift registers.
© 2008 The McGraw-Hill Companies
21

7-2: Parallel and Serial Transmission
Delta Modulation
 Delta modulation is a special form of A/D conversion

that results in a continuous serial data signal being
transmitted.
 The delta modulator looks at a sample of the analog

input signal, compares it to a previous sample, and then
transmits a 0 or a 1 if the sample is less than or more
than the previous sample.

© 2008 The McGraw-Hill Companies
22

7-3: Data Conversion
 The key to digital communication is to convert data in

analog form into digital form.
 Once in digital form, the data can be processed or
stored.
 Data must usually be reconverted to analog form for
final consumption by the user.

© 2008 The McGraw-Hill Companies
23

7-3: Data Conversion
Basic Principles of Data Conversion
 Translating an analog signal into a digital signal is called

analog-to-digital (A/D) conversion, digitizing a
signal, or encoding.
 The device used to perform this translation is known
as an analog-to-digital converter or ADC.
 Translating a digital signal into an analog signal is called
digital-to-analog (D/A) conversion.
 The circuit used to perform this is called a digital-toanalog (D/A) converter or DAC or a decoder.

© 2008 The McGraw-Hill Companies
24

7-3: Data Conversion
Basic Principles of Data Conversion: A/D Conversion
 An analog signal is a smooth or continuous voltage or

current variation.
 Through A/D conversion these continuously variable
signals are changed into a series of binary numbers.
 A/D conversion is a process of sampling or measuring
the analog signal at regular time intervals.

© 2008 The McGraw-Hill Companies
25

7-3: Data Conversion
Basic Principles of Data Conversion: A/D Conversion
 To retain the high-frequency information in the analog

signal, a sufficient number of samples must be taken to
adequately represent the waveform.
 The minimum sampling frequency is twice the highest
analog frequency content of the signal.
 This minimum sampling frequency is known as the
Nyquist frequency.
 In practice the sampling rate is much higher (typically
2.5 to 3 times more) than the Nyquist minimum.

© 2008 The McGraw-Hill Companies
26

7-3: Data Conversion

Figure 7-7: Sampling an analog signal
© 2008 The McGraw-Hill Companies
27

7-3: Data Conversion
Basic Principles of Data Conversion: A/D Conversion
 The analog signal represents an infinite number of

actual voltage values.
 The A/D converter can represent only a finite number of
voltage values over a specific range.

© 2008 The McGraw-Hill Companies
28

7-3: Data Conversion
Basic Principles of Data Conversion: A/D Conversion
 The samples are converted to a binary number whose

value is close to the actual sample value.
 An A/D converter divides a voltage range into discrete
increments, each of which is represented by a binary
number.
 The analog voltage measured during the sampling
process is assigned to the increment of voltage closest
to it.
 Errors associated with this process are known as
quantizing errors.
© 2008 The McGraw-Hill Companies
29

7-3: Data Conversion

Figure 7-8: The A/D converter divides the input voltage range into discrete voltage
increments.
© 2008 The McGraw-Hill Companies
30

7-3: Data Conversion
Basic Principles of Data Conversion: D/A Conversion
 To retain an analog signal converted to digital, some

form of binary memory must be used.
 The multiple binary numbers representing each of the
samples can be stored in random access memory
(RAM), on disk, or on magnetic tape.
 The samples can then be processed and used as data
by a microcomputer which can perform mathematical
and logical manipulations.
 The D/A converter receives the binary numbers
sequentially and produces a proportional analog voltage
at the output.
© 2008 The McGraw-Hill Companies
31

7-3: Data Conversion

Figure 7-9: A D/A converter produces a stepped approximation of the original signal.
© 2008 The McGraw-Hill Companies
32

7-3: Data Conversion
Basic Principles of Data Conversion: Aliasing
 If the sampling frequency is not high enough, aliasing

occurs.
 Aliasing causes a new signal near the original to be
created.
 This signal has a frequency of fs− fm.
 When the sampled signal is converted back to analog
by a D/A converter, the output will be the alias, not the
original signal.

© 2008 The McGraw-Hill Companies
33

7-3: Data Conversion
Basic Principles of Data Conversion: Aliasing
 To eliminate this problem, a low-pass filter called an

antialiasing filter is usually placed between the
modulating signal source and the A/D converter input.
 The antialiasing filter ensures that no signal with a
frequency greater than one-half the sampling frequency
is passed.
 This filter must have extremely good selectivity.

© 2008 The McGraw-Hill Companies
34

7-3: Data Conversion
D/A Converters
 There are many ways to convert digital codes to

proportional analog voltages.
 The most popular methods are
 R-2R
 string
 weighted current source converters.

© 2008 The McGraw-Hill Companies
35

7-3: Data Conversion
D/A Converters
 An R-2R converter consists of four major sections:
 Reference Regulator: The reference voltage regulator, a
zener diode, receives the DC supply voltage as an input
and translates it into a highly precise reference voltage.
 Resistor Networks: The voltage from the reference is
applied to this resistor network, which converts it into a
current proportional to the binary input.

© 2008 The McGraw-Hill Companies
36

7-3: Data Conversion
D/A Converters
 Output Amplifiers: The output of the resistive network is

connected to the summing junction of the op amp. The
output of the op amp is equal to the output current of the
resistor network multiplied by the feedback resistor value.
 Electronic Switches: The resistor network is modified by a
set of electronic switches that can be either current or
voltage switches. They are usually implemented with
diodes or transistors.

© 2008 The McGraw-Hill Companies
37

7-3: Data Conversion

Figure 7-13: Major components of a D/A converter.
© 2008 The McGraw-Hill Companies
38

7-3: Data Conversion
D/A Converters: String DAC
 The string DAC is made up of a series string of equal-

value resistors forming a voltage divider.
 This voltage divider divides the input reference voltage
into equal steps of voltage proportional to the binary
input.
 The output voltage is determined by a set of
enhancement mode MOSFET switches controlled by a
standard binary decoder.

© 2008 The McGraw-Hill Companies
39

7-3: Data Conversion

Figure 7-15: A string DAC.
© 2008 The McGraw-Hill Companies
40

7-3: Data Conversion
D/A Converters: Weighted Current Source DAC
 A popular configuration for very high-speed DACs is the

weighted current source DAC.
 The current sources supply a fixed current that is determined
by the external reference voltage.
 Each current source supplies a binary weighted value of I,
I/2, I/4, I/8, etc.
 The current sources are made up of some combination of
resistors, MOSFETs, or in some cases bipolar transistors.

© 2008 The McGraw-Hill Companies
41

7-3: Data Conversion
D/A Converters: Weighted Current Source DAC
 The switches are usually fast enhancement mode

MOSFETs, but bipolar transistors are used in some models.
 The parallel binary input is usually stored in an input register,
and the register outputs turn the switches off and on as
dictated by the binary value.
 The current source outputs are added at the summing
junction of an op amp.
 The output voltage Vo = It X Rf.

© 2008 The McGraw-Hill Companies
42

7-3: Data Conversion

Figure 7-16: Weighted current source DAC.
© 2008 The McGraw-Hill Companies
43

7-3: Data Conversion
D/A Converter Specifications
 Three important specifications are associated with D/A

converters:
 Resolution is the smallest increment of voltage that the

D/A converter produces over its output voltage range.
 Error is expressed as a percentage of the maximum, or
full-scale, output voltage, which is the reference voltage
value.
 Settling time is the amount of time it takes for the output
voltage of a D/A converter to stabilize to within a specific
voltage range after a change in binary input.
© 2008 The McGraw-Hill Companies
44

7-3: Data Conversion
A/D Converters
 A/D conversion begins with sampling, which is carried

out by a sample-and-hold (S/H) circuit.
 The S/H circuit takes a precise measurement of the
analog voltage at specified intervals.
 The A/D converter then converts this instantaneous
value of voltage and translates it to a binary number.

© 2008 The McGraw-Hill Companies
45

7-3: Data Conversion
A/D Converters: S/H Circuits
 A sample-and-hold (S/H) circuit, also called a

track/store circuit, accepts the analog input signal and
passes it through, unchanged, during its sampling
mode.
 In the hold mode, the amplifier remembers or
memorizes a particular voltage level at the instant of
sampling.
 The output of the S/H amplifier is a fixed DC level
whose amplitude is the value at the sampling time.

© 2008 The McGraw-Hill Companies
46

7-3: Data Conversion

Figure 7-18: An S/H amplifier
© 2008 The McGraw-Hill Companies
47

7-3: Data Conversion
A/D Converters: S/H Circuits
 The primary benefit of an S/H amplifier is that it stores

the analog voltage during the sampling interval.
 In some high-frequency signals, the analog voltage may
change during the sampling interval.
 This is undesirable because it introduces aperture
error.
 The S/H amplifier stores the voltage on the capacitor.
With the voltage constant during the sampling interval,
quantizing is accurate.

© 2008 The McGraw-Hill Companies
48

7-3: Data Conversion
 Common ways to translate an analog voltage to a

binary number include:
 Successive-Approximations Converters:
 This converter contains an 8-bit successiveapproximations register (SAR).
 Special logic in the register causes each bit to be turned
on one at a time from MSB to LSB until the closest binary
value is stored in the register.
 The clock input signal sets the rate of turning the bits off
and on.
 Successive-approximations converters are fast and
consistent.
© 2008 The McGraw-Hill Companies
49

7-3: Data Conversion
 Flash Converter:
 A flash converter uses a large resistive voltage divider
and multiple analog comparators.
 The number of comparators is equal to 2N – 1, where N is
the number of desired output bits.
 The flash converter produces an output as fast as the
comparators can switch and the signals can be translated
to binary levels by the logic circuits.
 Flash converters are the fastest type of A/D converter.
 Flash A/D converters are complicated and expensive but
are the best choice for high-speed conversions.
© 2008 The McGraw-Hill Companies
50

7-3: Data Conversion
 Pipelined Converters:
 A pipelined converter is one that uses two or more lowresolution flash converters to achieve higher speed and
higher resolution than successive-approximations
converters but less than a full flash converter.

© 2008 The McGraw-Hill Companies
51

7-3: Data Conversion
ADC Specifications
 The key ADC specifications are
 Resolution

 Dynamic range
 Signal-to-noise ratio
 Effective number of bits

 Spurious free dynamic range.

© 2008 The McGraw-Hill Companies
52

7-3: Data Conversion
ADC Specifications
 Resolution is related to the number of bits. Resolution

indicates the smallest input voltage recognized by the
converter. It is the reference voltage VREF divided by 2N,
where N is the number of output bits.
 Dynamic range is a measure of the range of input
voltages that can be converted.
 The signal-to-noise (S/N) ratio (SNR) is the ratio of
the actual input signal voltage to the total noise in the
system.

© 2008 The McGraw-Hill Companies
53

7-3: Data Conversion
ADC Specifications
 Spurious free dynamic range (SFDR) is the ratio of

the rms signal voltage to the voltage value of the
highest “spur” expressed in decibels.
 A spur is any spurious or unwanted signal that may
result from intermodulation distortion.
 Noise, harmonics, or spurious signals all add together
and reduce the resolution of an ADC. This effect is
expressed by a measure called the effective number
of bits (ENOB).

© 2008 The McGraw-Hill Companies
54

7-3: Data Conversion

Figure 7-26: Delta modulator
© 2008 The McGraw-Hill Companies
55

7-3: Data Conversion
 The analog signal is sampled by an S/H circuit.
 The sample is also applied to a comparator.
 The other input to the comparator comes from a D/A

converter driven by an up-down counter.
 The counter counts up (increments) or down
(decrements) depending on the output state of the
comparator.
 The comparator output is also the serial data signal
representing the analog value.

© 2008 The McGraw-Hill Companies
56

7-3: Data Conversion
Sigma-Delta Converter
 A variation of the delta converter is the sigma-delta (Σ







Δ) converter.
It is also known as a delta-sigma or charge balance
converter.
This circuit provides extreme precision, wide dynamic
range, and low noise.
It is available with word output lengths of 18, 20, 22,
and 24 bits.
These converters are widely used in digital audio
applications (e.g. CD and MP3 players).

© 2008 The McGraw-Hill Companies
57

7-3: Data Conversion
Sigma-Delta Converter
 The converter is what is known as an oversampling

converter.
 It uses a clock or sampling frequency that is many times
the minimum Nyquist rate required for other types of
converters.
 The oversampling techniques used in the sigma-delta
converter translate the noise to a higher frequency that
can be easily filtered out by a low-pass filter.
 This technique also eliminates the problem of aliasing.

© 2008 The McGraw-Hill Companies
58

7-3: Data Conversion

Fig. 7-29: A sigma-delta (ΣΔ) converter.
© 2008 The McGraw-Hill Companies
59

7-4: Pulse Modulation
 Pulse modulation is the process of changing a binary

pulse signal to represent the information to be
transmitted.
 The primary benefits of transmitting information by
binary techniques are
 Noise tolerance
 Ability to regenerate a degraded signal.

© 2008 The McGraw-Hill Companies
60

7-4: Pulse Modulation


There are four basic forms of pulse modulation:
1.
2.
3.
4.

Pulse-amplitude modulation (PAM)
Pulse-width modulation (PWM)
Pulse-position modulation (PPM)
Pulse-code modulation (PCM).

© 2008 The McGraw-Hill Companies
61

7-4: Pulse Modulation
Comparing Pulse-Modulation Methods
 The following slide shows an analog modulating signal

and the various waveforms produced by PAM, PWM,
and PPM modulators.
 In all three cases, the analog signal is sampled, as it
would be in A/D conversion.

© 2008 The McGraw-Hill Companies
62

7-4: Pulse Modulation

Figure 7-30: Types of pulse modulation.
© 2008 The McGraw-Hill Companies
63

7-4: Pulse Modulation
Comparing Pulse-Modulation Methods
 The PAM signal is a series of constant-width pulses

whose amplitudes vary in accordance with the analog
signal.
 The PWM signal is binary in amplitude (has only two
levels). The information signal varies the width or time
duration of the pulse.
 In PPM, the pulses change position according to the
amplitude of the analog signal.
 Of the four types of pulse modulation, PAM is the
simplest and least expensive to implement.
© 2008 The McGraw-Hill Companies
64

7-4: Pulse Modulation
Pulse-Code Modulation


The most widely used technique for digitizing
information signals for electronic data transmission is
pulse-code modulation (PCM).
 PCM signals are serial digital data.
 There are two ways to generate:
1. Use an S/H circuit and traditional A/D converter to
sample and convert the analog signal into a
sequence of binary words, convert the parallel
binary words into serial form, and transmit the data
serially.
2. Use a delta modulator.
© 2008 The McGraw-Hill Companies
65

7-4: Pulse Modulation
Pulse-Code Modulation: Traditional PCM
 In traditional PCM, the analog signal is sampled and






converted into a sequence of parallel binary words by
an A/D converter.
The parallel binary output word is converted into a serial
signal by a shift register.
Each time a sample is taken, a 8-bit word is generated
by the A/D converter.
This word must be transmitted serially before another
sample is taken and another word is generated.
The clock and start conversion signals are synchronized
so that the resulting output signal is a continuous train
of binary words.
© 2008 The McGraw-Hill Companies
66

7-4: Pulse Modulation

Figure 7-31: Basic PCM system.
© 2008 The McGraw-Hill Companies
67

7-4: Pulse Modulation
Pulse-Code Modulation: Companding and Codecs and
Vocoders
 Companding is a process of signal compression and

expansion that is used to overcome problems of
distortion and noise in the transmission of audio signals.
 Companding is the most common means of overcoming
the problems of quantizing error and noise.
 All A/D and D/A conversion and related functions, as
well as companding, are taken care of by a single largescale IC chip known as a codec or vocoder.

© 2008 The McGraw-Hill Companies
68

7-5: Digital Signal Processing
The Basis of DSP
 Digital signal processing (DSP) is the use of a fast

digital computer to perform processing on digital
signals.
 Any digital computer with sufficient speed and memory
can be used for DSP.

© 2008 The McGraw-Hill Companies
69

7-5: Digital Signal Processing

Figure 7-36: Concept of DSP
© 2008 The McGraw-Hill Companies
70

7-5: Digital Signal Processing
Basis of DSP
 An analog signal to be processed is fed to an A/D







converter, where it is converted into a series of binary
numbers and stored in a read-write random-access
memory (RAM).
A program, usually stored in a read-only memory
(ROM), performs mathematical and other manipulations
on the data.
Most digital processing involves complex mathematical
algorithms that are executed in real time.
The processing results in another set of data words
which are also stored in RAM.
They can be used in digital form or fed to a D/A
converter.
© 2008 The McGraw-Hill Companies
71

7-5: Digital Signal Processing
DSP Processors
 Most computers and microprocessors use an

organization known as the Von Neumann
architecture.
 Physicist John Von Neumann created the stored
program concept that is the basis of operation of all
digital computers.
 The key feature of the Von Neumann arrangement is
that both instructions and data are stored in a common
memory space.
 There is only one path between the memory and the
CPU, and therefore only one data or instruction word
can be accessed at a time.
© 2008 The McGraw-Hill Companies
72

7-5: Digital Signal Processing
DSP Processors
 DSP microprocessors work in a similar way, but they

use a variation called the Harvard architecture.
 In a Harvard architecture microprocessor, there are two
memories, a program or instruction memory, usually a
ROM, and a data memory, which is a RAM.
 There are two data paths into and out of the CPU
between the memories.
 Because both instructions and data can be accessed
simultaneously, very high-speed operation is possible.

© 2008 The McGraw-Hill Companies
73

7-5: Digital Signal Processing
DSP Applications
 The most common DSP application is filtering. A DSP

processor can perform bandpass, low-pass, high-pass,
and band-reject filter operation.
 Data compression is a process that reduces the
number of binary words needed to represent a given
analog signal.
 Spectrum analysis is the process of examining a
signal to determine its frequency content.
 Signal averaging is the process of sampling a
recurring analog signal transmitted in the presence of
noise.
© 2008 The McGraw-Hill Companies
74

7-5: Digital Signal Processing

Figure 7-38: A block diagram showing the processing algorithm of a nonrecursive FIR
filter.
© 2008 The McGraw-Hill Companies
75

7-5: Digital Signal Processing

Figure 7-39: The fast Fourier transform decimation in time.
© 2008 The McGraw-Hill Companies

Mais conteúdo relacionado

Mais procurados

Phase shifter presentation
Phase shifter presentationPhase shifter presentation
Phase shifter presentation
albertvinay
 
Pdh and sdh1
Pdh and sdh1Pdh and sdh1
Pdh and sdh1
Khant Oo
 
Phase modulation
Phase modulationPhase modulation
Phase modulation
avocado1111
 
Theory Communication
Theory CommunicationTheory Communication
Theory Communication
Hikari Riten
 

Mais procurados (20)

Principles Of Electronic Communication System
Principles Of Electronic Communication SystemPrinciples Of Electronic Communication System
Principles Of Electronic Communication System
 
3rd qrtr +++
3rd qrtr +++3rd qrtr +++
3rd qrtr +++
 
Radio transmitters
Radio transmittersRadio transmitters
Radio transmitters
 
Phase shifter presentation
Phase shifter presentationPhase shifter presentation
Phase shifter presentation
 
Digital modulation technique
Digital modulation techniqueDigital modulation technique
Digital modulation technique
 
Pdh and sdh1
Pdh and sdh1Pdh and sdh1
Pdh and sdh1
 
Pulse modulation, Pulse Amplitude (PAM), Pulse Width (PWM/PLM/PDM), Pulse Pos...
Pulse modulation, Pulse Amplitude (PAM), Pulse Width (PWM/PLM/PDM), Pulse Pos...Pulse modulation, Pulse Amplitude (PAM), Pulse Width (PWM/PLM/PDM), Pulse Pos...
Pulse modulation, Pulse Amplitude (PAM), Pulse Width (PWM/PLM/PDM), Pulse Pos...
 
Channel equalization
Channel equalizationChannel equalization
Channel equalization
 
Analog communication
Analog communicationAnalog communication
Analog communication
 
Orthogonal Frequency Division Multiplexing (OFDM)
Orthogonal Frequency Division Multiplexing (OFDM)Orthogonal Frequency Division Multiplexing (OFDM)
Orthogonal Frequency Division Multiplexing (OFDM)
 
microwave-systems-1
microwave-systems-1microwave-systems-1
microwave-systems-1
 
Chapter03
Chapter03Chapter03
Chapter03
 
Chapter03
Chapter03Chapter03
Chapter03
 
Amplitute modulation
Amplitute modulationAmplitute modulation
Amplitute modulation
 
Phase modulation
Phase modulationPhase modulation
Phase modulation
 
spread spectrum communication
spread spectrum communicationspread spectrum communication
spread spectrum communication
 
Theory Communication
Theory CommunicationTheory Communication
Theory Communication
 
Digital Communication 4
Digital Communication 4Digital Communication 4
Digital Communication 4
 
Modulation, Frequency Modulation, Phase Modulation, Amplitude Modulation
Modulation, Frequency Modulation, Phase Modulation, Amplitude ModulationModulation, Frequency Modulation, Phase Modulation, Amplitude Modulation
Modulation, Frequency Modulation, Phase Modulation, Amplitude Modulation
 
Introduction to communication system lecture1
Introduction to communication system lecture1Introduction to communication system lecture1
Introduction to communication system lecture1
 

Destaque

Chapter08 radio transmitters
Chapter08 radio transmittersChapter08 radio transmitters
Chapter08 radio transmitters
Sikander Ghunio
 
Modem launcherlog
Modem launcherlogModem launcherlog
Modem launcherlog
TaniaVaZam
 
Chapter01 int to telecom
Chapter01 int to telecomChapter01 int to telecom
Chapter01 int to telecom
Sikander Ghunio
 
SIGNAL SPECTRA EXPERIMENT 2 - FINALS (for PULA)
SIGNAL SPECTRA EXPERIMENT 2 - FINALS (for PULA)SIGNAL SPECTRA EXPERIMENT 2 - FINALS (for PULA)
SIGNAL SPECTRA EXPERIMENT 2 - FINALS (for PULA)
Sarah Krystelle
 
Localization of Objects Using Cross-Correlation of Shadow Fading Noise and Co...
Localization of Objects Using Cross-Correlation of Shadow Fading Noise and Co...Localization of Objects Using Cross-Correlation of Shadow Fading Noise and Co...
Localization of Objects Using Cross-Correlation of Shadow Fading Noise and Co...
Rana Basheer
 
Principles of communication engineering
Principles of communication engineeringPrinciples of communication engineering
Principles of communication engineering
Lochan Neupane
 
Chapter 2 amplitude_modulation
Chapter 2 amplitude_modulationChapter 2 amplitude_modulation
Chapter 2 amplitude_modulation
Hattori Sidek
 
Chapter04. am modulators
Chapter04. am modulatorsChapter04. am modulators
Chapter04. am modulators
Sikander Ghunio
 
Communication ppt
Communication pptCommunication ppt
Communication ppt
Tirtha Mal
 

Destaque (18)

DUA-II (Sindhi)
DUA-II (Sindhi)DUA-II (Sindhi)
DUA-II (Sindhi)
 
Ref ch01 louis-frenzel
Ref ch01 louis-frenzelRef ch01 louis-frenzel
Ref ch01 louis-frenzel
 
Chapter08 radio transmitters
Chapter08 radio transmittersChapter08 radio transmitters
Chapter08 radio transmitters
 
Modified Coverage Hole Detection Algorithm for Distributed WSNs
Modified Coverage Hole Detection Algorithm for Distributed WSNsModified Coverage Hole Detection Algorithm for Distributed WSNs
Modified Coverage Hole Detection Algorithm for Distributed WSNs
 
Ipin 2014
Ipin 2014 Ipin 2014
Ipin 2014
 
Modem launcherlog
Modem launcherlogModem launcherlog
Modem launcherlog
 
Location in ubiquitous computing, LOCATION SYSTEMS
Location in ubiquitous computing, LOCATION SYSTEMSLocation in ubiquitous computing, LOCATION SYSTEMS
Location in ubiquitous computing, LOCATION SYSTEMS
 
Rf basics
Rf basicsRf basics
Rf basics
 
Diode Descriptions
Diode DescriptionsDiode Descriptions
Diode Descriptions
 
Chapter01 int to telecom
Chapter01 int to telecomChapter01 int to telecom
Chapter01 int to telecom
 
SIGNAL SPECTRA EXPERIMENT 2 - FINALS (for PULA)
SIGNAL SPECTRA EXPERIMENT 2 - FINALS (for PULA)SIGNAL SPECTRA EXPERIMENT 2 - FINALS (for PULA)
SIGNAL SPECTRA EXPERIMENT 2 - FINALS (for PULA)
 
Real Time Localization Using Receiver Signal Strength Indicator
Real Time Localization Using Receiver Signal Strength IndicatorReal Time Localization Using Receiver Signal Strength Indicator
Real Time Localization Using Receiver Signal Strength Indicator
 
Localization of Objects Using Cross-Correlation of Shadow Fading Noise and Co...
Localization of Objects Using Cross-Correlation of Shadow Fading Noise and Co...Localization of Objects Using Cross-Correlation of Shadow Fading Noise and Co...
Localization of Objects Using Cross-Correlation of Shadow Fading Noise and Co...
 
Principles of communication engineering
Principles of communication engineeringPrinciples of communication engineering
Principles of communication engineering
 
Solution of skill Assessment Control Systems Engineering By Norman S.Nise 6t...
Solution of skill Assessment  Control Systems Engineering By Norman S.Nise 6t...Solution of skill Assessment  Control Systems Engineering By Norman S.Nise 6t...
Solution of skill Assessment Control Systems Engineering By Norman S.Nise 6t...
 
Chapter 2 amplitude_modulation
Chapter 2 amplitude_modulationChapter 2 amplitude_modulation
Chapter 2 amplitude_modulation
 
Chapter04. am modulators
Chapter04. am modulatorsChapter04. am modulators
Chapter04. am modulators
 
Communication ppt
Communication pptCommunication ppt
Communication ppt
 

Semelhante a Chapter07 digital comm tech

Elet 4315 homework 2
Elet 4315 homework 2Elet 4315 homework 2
Elet 4315 homework 2
Rever Wesley
 
Business Data Communications and Networks
Business Data Communications and NetworksBusiness Data Communications and Networks
Business Data Communications and Networks
Christian Reina
 
digital and analog tarnsmission, network topologies.pptx
digital and analog tarnsmission, network topologies.pptxdigital and analog tarnsmission, network topologies.pptx
digital and analog tarnsmission, network topologies.pptx
BhavikAneja1
 
Improving quality of service using ofdm technique for 4 th generation network
Improving quality of service using ofdm technique for 4 th generation networkImproving quality of service using ofdm technique for 4 th generation network
Improving quality of service using ofdm technique for 4 th generation network
eSAT Journals
 
Disadvantages And Disadvantages Of Wireless Networked And...
Disadvantages And Disadvantages Of Wireless Networked And...Disadvantages And Disadvantages Of Wireless Networked And...
Disadvantages And Disadvantages Of Wireless Networked And...
Kimberly Jones
 

Semelhante a Chapter07 digital comm tech (20)

Elet 4315 homework 2
Elet 4315 homework 2Elet 4315 homework 2
Elet 4315 homework 2
 
Te 1 introduction to telecommunications_updated
Te 1 introduction to telecommunications_updatedTe 1 introduction to telecommunications_updated
Te 1 introduction to telecommunications_updated
 
( KEVIN SONI )DATA ACQUISITION SYSTEM
( KEVIN SONI )DATA ACQUISITION SYSTEM ( KEVIN SONI )DATA ACQUISITION SYSTEM
( KEVIN SONI )DATA ACQUISITION SYSTEM
 
Business Data Communications and Networks
Business Data Communications and NetworksBusiness Data Communications and Networks
Business Data Communications and Networks
 
High performance communication networkss
High performance communication networkssHigh performance communication networkss
High performance communication networkss
 
digital and analog tarnsmission, network topologies.pptx
digital and analog tarnsmission, network topologies.pptxdigital and analog tarnsmission, network topologies.pptx
digital and analog tarnsmission, network topologies.pptx
 
Simulation model of dc servo motor control
Simulation model of dc servo motor controlSimulation model of dc servo motor control
Simulation model of dc servo motor control
 
Introduction to Computer Networking and Types
Introduction to Computer Networking and TypesIntroduction to Computer Networking and Types
Introduction to Computer Networking and Types
 
Wiki2010 Unit 4
Wiki2010 Unit 4Wiki2010 Unit 4
Wiki2010 Unit 4
 
Improving quality of service using ofdm technique for 4 th generation network
Improving quality of service using ofdm technique for 4 th generation networkImproving quality of service using ofdm technique for 4 th generation network
Improving quality of service using ofdm technique for 4 th generation network
 
Improving quality of service using ofdm technique for 4 th generation network
Improving quality of service using ofdm technique for 4 th generation networkImproving quality of service using ofdm technique for 4 th generation network
Improving quality of service using ofdm technique for 4 th generation network
 
Efficient Hardware Co-Simulation of Down Convertor for Wireless Communication...
Efficient Hardware Co-Simulation of Down Convertor for Wireless Communication...Efficient Hardware Co-Simulation of Down Convertor for Wireless Communication...
Efficient Hardware Co-Simulation of Down Convertor for Wireless Communication...
 
EFFICIENT HARDWARE CO-SIMULATION OF DOWN CONVERTOR FOR WIRELESS COMMUNICATION...
EFFICIENT HARDWARE CO-SIMULATION OF DOWN CONVERTOR FOR WIRELESS COMMUNICATION...EFFICIENT HARDWARE CO-SIMULATION OF DOWN CONVERTOR FOR WIRELESS COMMUNICATION...
EFFICIENT HARDWARE CO-SIMULATION OF DOWN CONVERTOR FOR WIRELESS COMMUNICATION...
 
EFFICIENT HARDWARE CO-SIMULATION OF DOWN CONVERTOR FOR WIRELESS COMMUNICATION...
EFFICIENT HARDWARE CO-SIMULATION OF DOWN CONVERTOR FOR WIRELESS COMMUNICATION...EFFICIENT HARDWARE CO-SIMULATION OF DOWN CONVERTOR FOR WIRELESS COMMUNICATION...
EFFICIENT HARDWARE CO-SIMULATION OF DOWN CONVERTOR FOR WIRELESS COMMUNICATION...
 
Itc 2012 12-24-03
Itc 2012 12-24-03Itc 2012 12-24-03
Itc 2012 12-24-03
 
Powerful business model for fixed wireless data using outdoor antennas - Paper
Powerful business model for fixed wireless data using outdoor antennas - PaperPowerful business model for fixed wireless data using outdoor antennas - Paper
Powerful business model for fixed wireless data using outdoor antennas - Paper
 
Match filter
Match filterMatch filter
Match filter
 
Transmission Media।।Circuit Switching।।Telephone Network।।DSL।।Cable Modems।।...
Transmission Media।।Circuit Switching।।Telephone Network।।DSL।।Cable Modems।।...Transmission Media।।Circuit Switching।।Telephone Network।।DSL।।Cable Modems।।...
Transmission Media।।Circuit Switching।।Telephone Network।।DSL।।Cable Modems।।...
 
Disadvantages And Disadvantages Of Wireless Networked And...
Disadvantages And Disadvantages Of Wireless Networked And...Disadvantages And Disadvantages Of Wireless Networked And...
Disadvantages And Disadvantages Of Wireless Networked And...
 
A Case Study on Ip Based Cdma Ran by Controlling Router
A Case Study on Ip Based Cdma Ran by Controlling RouterA Case Study on Ip Based Cdma Ran by Controlling Router
A Case Study on Ip Based Cdma Ran by Controlling Router
 

Mais de Sikander Ghunio

Mais de Sikander Ghunio (20)

94 SURAH ALAM NASHRAH (TAFSEER USMANI) (URDUI)
94 SURAH ALAM NASHRAH  (TAFSEER USMANI) (URDUI)94 SURAH ALAM NASHRAH  (TAFSEER USMANI) (URDUI)
94 SURAH ALAM NASHRAH (TAFSEER USMANI) (URDUI)
 
94 SURAH ALAM NASHRAH (TAFSEER USMANI) (SINDHI)
94 SURAH ALAM NASHRAH  (TAFSEER USMANI) (SINDHI)94 SURAH ALAM NASHRAH  (TAFSEER USMANI) (SINDHI)
94 SURAH ALAM NASHRAH (TAFSEER USMANI) (SINDHI)
 
93 AL DHUA (TAFSEER USMANI) (SINDHI)
93 AL DHUA (TAFSEER USMANI) (SINDHI)93 AL DHUA (TAFSEER USMANI) (SINDHI)
93 AL DHUA (TAFSEER USMANI) (SINDHI)
 
01 SURAH FATEH (TAFSEER USMANI) (SINDHI)
01 SURAH FATEH (TAFSEER USMANI) (SINDHI)01 SURAH FATEH (TAFSEER USMANI) (SINDHI)
01 SURAH FATEH (TAFSEER USMANI) (SINDHI)
 
91 SURAH SHAMS (2 of 2) (TAFSEER USMANI) (URDU)
91 SURAH SHAMS (2 of 2) (TAFSEER USMANI) (URDU)91 SURAH SHAMS (2 of 2) (TAFSEER USMANI) (URDU)
91 SURAH SHAMS (2 of 2) (TAFSEER USMANI) (URDU)
 
91 SURAH SHAMS (2 of 2) (TAFSEER USMANI) (SINDHI)
91 SURAH SHAMS (2 of 2) (TAFSEER USMANI) (SINDHI)91 SURAH SHAMS (2 of 2) (TAFSEER USMANI) (SINDHI)
91 SURAH SHAMS (2 of 2) (TAFSEER USMANI) (SINDHI)
 
91 SURAH SHAMS (1 of 2) (TAFSEER USMANI) (SINDHI)
91 SURAH SHAMS (1 of 2) (TAFSEER USMANI) (SINDHI)91 SURAH SHAMS (1 of 2) (TAFSEER USMANI) (SINDHI)
91 SURAH SHAMS (1 of 2) (TAFSEER USMANI) (SINDHI)
 
01 SURAH FATEH (TAFSEER USMANI)
01 SURAH FATEH (TAFSEER USMANI)01 SURAH FATEH (TAFSEER USMANI)
01 SURAH FATEH (TAFSEER USMANI)
 
102 surah al takasar (Sindhi)
102 surah al takasar (Sindhi)102 surah al takasar (Sindhi)
102 surah al takasar (Sindhi)
 
101 surah al qareat (Sindhi)
101 surah al qareat (Sindhi)101 surah al qareat (Sindhi)
101 surah al qareat (Sindhi)
 
100 surah al aadyat (Sindhi)
100 surah al aadyat (Sindhi)100 surah al aadyat (Sindhi)
100 surah al aadyat (Sindhi)
 
99 surah zil zalha (Sindhi)
99 surah zil zalha (Sindhi)99 surah zil zalha (Sindhi)
99 surah zil zalha (Sindhi)
 
98 surah bayanah (Sindhi)
98 surah bayanah (Sindhi)98 surah bayanah (Sindhi)
98 surah bayanah (Sindhi)
 
96 Surah alaq (Sindhi)
96 Surah alaq (Sindhi)96 Surah alaq (Sindhi)
96 Surah alaq (Sindhi)
 
95 surah teen (Sindhi)
95 surah teen (Sindhi)95 surah teen (Sindhi)
95 surah teen (Sindhi)
 
93 surah Al dhuha (Sindhi)
93 surah Al dhuha (Sindhi)93 surah Al dhuha (Sindhi)
93 surah Al dhuha (Sindhi)
 
92 surah lail (Sinhi)
92 surah lail (Sinhi)92 surah lail (Sinhi)
92 surah lail (Sinhi)
 
91 surah al shams (Sindhi)
91 surah al shams (Sindhi)91 surah al shams (Sindhi)
91 surah al shams (Sindhi)
 
87 surh aala(sinhi)
87 surh aala(sinhi)87 surh aala(sinhi)
87 surh aala(sinhi)
 
01 surah fateh
01 surah fateh01 surah fateh
01 surah fateh
 

Último

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Último (20)

TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 

Chapter07 digital comm tech

  • 1. 1 Principles of Electronic Communication Systems Third Edition Louis E. Frenzel, Jr. © 2008 The McGraw-Hill Companies
  • 2. 2 Chapter 7 Digital Communication Techniques © 2008 The McGraw-Hill Companies
  • 3. 3 Topics Covered in Chapter 7  7-1: Digital Transmission of Data  7-2: Parallel and Serial Transmission  7-3: Data Conversion  7-4: Pulse Modulation  7-5: Digital Signal Processing © 2008 The McGraw-Hill Companies
  • 4. 4 7-1: Digital Transmission of Data  Since the mid-1970s, digital methods of transmitting data have slowly replaced analog.  Radio communication has remained primarily analog because the type of information to be conveyed is analog and because of the high frequencies involved.  Today, digital circuits are fast enough to handle the processing of radio signals.  Digital processing is more cost-effective and practical. © 2008 The McGraw-Hill Companies
  • 5. 5 7-1: Digital Transmission of Data  Data refers to information to be communicated.  Data is in digital form if it comes from a computer.  If analog (e.g. voice), it can be converted into digital form before it is transmitted.  Digital communication was initially limited to the transmission of data between computers.  Networks (e.g. local area networks or LANs) are formed to support communication between computers. © 2008 The McGraw-Hill Companies
  • 6. 6 7-1: Digital Transmission of Data  There are three primary reasons for the growth of digital communication systems: 1. Increased use of computers has made it necessary to find a way for computers to communicate and exchange data. 2. Digital transmission methods offer some major benefits over analog communication techniques. 3. The telephone system, the largest and most widely used communication system, has been converting from analog to digital over the years. © 2008 The McGraw-Hill Companies
  • 7. 7 7-1: Digital Transmission of Data Proliferation of Computers  Some common examples of computer data communication include:  File transfer  Electronic mail (e-mail)  Computer-peripheral links  Internet access  Local area networks (LANs) © 2008 The McGraw-Hill Companies
  • 8. 8 7-1: Digital Transmission of Data Noncomputer Uses of Digital Communication  Among the non-computer applications of digital techniques:  TV remote control  Garage door opener  Carrier current controls  Radio control of models  Remote keyless entry © 2008 The McGraw-Hill Companies
  • 9. 9 7-1: Digital Transmission of Data Benefits of Digital Communication  Noise Immunity: Digital signals, which are usually binary, are more immune to noise than analog signals.  Error Detection and Correction: With digital communication, transmission errors can usually be detected and corrected.  Compatibility with Time-Division Multiplexing: Digital data communication is adaptable to time division multiplexing schemes. Multiplexing is the process of transmitting two or more signals simultaneously on a single channel. © 2008 The McGraw-Hill Companies
  • 10. 10 7-1: Digital Transmission of Data Benefits of Digital Communication  Digital ICs: Digital ICs are smaller and easier to make than linear ICs, so therefore can be more complex and provide greater processing capability.  Digital Signal Processing (DSP): DSP is the processing of analog signals by digital methods. This involves converting an analog signal to digital and then processing with a fast digital computer. Processing means filtering, equalization, phase shifting, mixing, and other traditionally analog methods. © 2008 The McGraw-Hill Companies
  • 11. 11 7-1: Digital Transmission of Data Disadvantages of Digital Communication  Considerable bandwidth size is required by a digital signal.  Digital communication circuits are usually more complex than analog circuits. © 2008 The McGraw-Hill Companies
  • 12. 12 7-2: Parallel and Serial Transmission  There are two ways to move binary bits from one place to another: 1. Transmit all bits of a word simultaneously (parallel transfer). 2. Send only 1 bit at a time (serial transfer). © 2008 The McGraw-Hill Companies
  • 13. 13 7-2: Parallel and Serial Transmission Parallel Transfer  Parallel data transmission is extremely fast because all the bits of the data word are transferred simultaneously.  Parallel data transmission is impractical for longdistance communication because of:  cost.  signal attenuation. © 2008 The McGraw-Hill Companies
  • 14. 14 7-2: Parallel and Serial Transmission Figure 7-2: Parallel data transmission. © 2008 The McGraw-Hill Companies
  • 15. 15 7-2: Parallel and Serial Transmission Serial Transfer  Data transfers in communication systems are made serially; each bit of a word is transmitted one after another.  The least significant bit (LSB) is transmitted first, and the most significant bit (MSB) last.  Each bit is transmitted for a fixed interval of time t. © 2008 The McGraw-Hill Companies
  • 16. 16 7-2: Parallel and Serial Transmission Figure 7-3: Serial data transmission. © 2008 The McGraw-Hill Companies
  • 17. 17 7-2: Parallel and Serial Transmission Serial-Parallel Conversion  Because both parallel and serial transmission occur in computers and other equipment, there must be techniques for converting between parallel and serial and vice versa.  Such data conversions are usually taken care of by shift registers, sequential logic circuits made up of a number of flip-flops connected in cascade. © 2008 The McGraw-Hill Companies
  • 18. 18 7-2: Parallel and Serial Transmission Serial-Parallel Conversion  The flip-flops in a shift register can store a multibit binary word, usually loaded in parallel into the transmitting register.  When a clock pulse (CP) is applied to the flip-flops, the bits of the word are shifted from one flip-flop to another in sequence.  The last (right-hand) flip-flop in the transmitting register stores each bit in sequence as it is shifted out.  The serial data word is transmitted over the communication link and is received by another shift register. © 2008 The McGraw-Hill Companies
  • 19. 19 7-2: Parallel and Serial Transmission Serial-Parallel Conversion  Serial data can typically be transmitted faster over longer distances than parallel data.  Serial buses are now replacing parallel buses in computers, storage systems, and telecommunication equipment where very high speeds are required.  Serial-to-parallel and parallel-to-serial data conversion circuits are also referred to as serializer-deserializers (serdes). © 2008 The McGraw-Hill Companies
  • 20. 20 7-2: Parallel and Serial Transmission Figure 7-4: Parallel-to-serial and serial-to-parallel data transfers with shift registers. © 2008 The McGraw-Hill Companies
  • 21. 21 7-2: Parallel and Serial Transmission Delta Modulation  Delta modulation is a special form of A/D conversion that results in a continuous serial data signal being transmitted.  The delta modulator looks at a sample of the analog input signal, compares it to a previous sample, and then transmits a 0 or a 1 if the sample is less than or more than the previous sample. © 2008 The McGraw-Hill Companies
  • 22. 22 7-3: Data Conversion  The key to digital communication is to convert data in analog form into digital form.  Once in digital form, the data can be processed or stored.  Data must usually be reconverted to analog form for final consumption by the user. © 2008 The McGraw-Hill Companies
  • 23. 23 7-3: Data Conversion Basic Principles of Data Conversion  Translating an analog signal into a digital signal is called analog-to-digital (A/D) conversion, digitizing a signal, or encoding.  The device used to perform this translation is known as an analog-to-digital converter or ADC.  Translating a digital signal into an analog signal is called digital-to-analog (D/A) conversion.  The circuit used to perform this is called a digital-toanalog (D/A) converter or DAC or a decoder. © 2008 The McGraw-Hill Companies
  • 24. 24 7-3: Data Conversion Basic Principles of Data Conversion: A/D Conversion  An analog signal is a smooth or continuous voltage or current variation.  Through A/D conversion these continuously variable signals are changed into a series of binary numbers.  A/D conversion is a process of sampling or measuring the analog signal at regular time intervals. © 2008 The McGraw-Hill Companies
  • 25. 25 7-3: Data Conversion Basic Principles of Data Conversion: A/D Conversion  To retain the high-frequency information in the analog signal, a sufficient number of samples must be taken to adequately represent the waveform.  The minimum sampling frequency is twice the highest analog frequency content of the signal.  This minimum sampling frequency is known as the Nyquist frequency.  In practice the sampling rate is much higher (typically 2.5 to 3 times more) than the Nyquist minimum. © 2008 The McGraw-Hill Companies
  • 26. 26 7-3: Data Conversion Figure 7-7: Sampling an analog signal © 2008 The McGraw-Hill Companies
  • 27. 27 7-3: Data Conversion Basic Principles of Data Conversion: A/D Conversion  The analog signal represents an infinite number of actual voltage values.  The A/D converter can represent only a finite number of voltage values over a specific range. © 2008 The McGraw-Hill Companies
  • 28. 28 7-3: Data Conversion Basic Principles of Data Conversion: A/D Conversion  The samples are converted to a binary number whose value is close to the actual sample value.  An A/D converter divides a voltage range into discrete increments, each of which is represented by a binary number.  The analog voltage measured during the sampling process is assigned to the increment of voltage closest to it.  Errors associated with this process are known as quantizing errors. © 2008 The McGraw-Hill Companies
  • 29. 29 7-3: Data Conversion Figure 7-8: The A/D converter divides the input voltage range into discrete voltage increments. © 2008 The McGraw-Hill Companies
  • 30. 30 7-3: Data Conversion Basic Principles of Data Conversion: D/A Conversion  To retain an analog signal converted to digital, some form of binary memory must be used.  The multiple binary numbers representing each of the samples can be stored in random access memory (RAM), on disk, or on magnetic tape.  The samples can then be processed and used as data by a microcomputer which can perform mathematical and logical manipulations.  The D/A converter receives the binary numbers sequentially and produces a proportional analog voltage at the output. © 2008 The McGraw-Hill Companies
  • 31. 31 7-3: Data Conversion Figure 7-9: A D/A converter produces a stepped approximation of the original signal. © 2008 The McGraw-Hill Companies
  • 32. 32 7-3: Data Conversion Basic Principles of Data Conversion: Aliasing  If the sampling frequency is not high enough, aliasing occurs.  Aliasing causes a new signal near the original to be created.  This signal has a frequency of fs− fm.  When the sampled signal is converted back to analog by a D/A converter, the output will be the alias, not the original signal. © 2008 The McGraw-Hill Companies
  • 33. 33 7-3: Data Conversion Basic Principles of Data Conversion: Aliasing  To eliminate this problem, a low-pass filter called an antialiasing filter is usually placed between the modulating signal source and the A/D converter input.  The antialiasing filter ensures that no signal with a frequency greater than one-half the sampling frequency is passed.  This filter must have extremely good selectivity. © 2008 The McGraw-Hill Companies
  • 34. 34 7-3: Data Conversion D/A Converters  There are many ways to convert digital codes to proportional analog voltages.  The most popular methods are  R-2R  string  weighted current source converters. © 2008 The McGraw-Hill Companies
  • 35. 35 7-3: Data Conversion D/A Converters  An R-2R converter consists of four major sections:  Reference Regulator: The reference voltage regulator, a zener diode, receives the DC supply voltage as an input and translates it into a highly precise reference voltage.  Resistor Networks: The voltage from the reference is applied to this resistor network, which converts it into a current proportional to the binary input. © 2008 The McGraw-Hill Companies
  • 36. 36 7-3: Data Conversion D/A Converters  Output Amplifiers: The output of the resistive network is connected to the summing junction of the op amp. The output of the op amp is equal to the output current of the resistor network multiplied by the feedback resistor value.  Electronic Switches: The resistor network is modified by a set of electronic switches that can be either current or voltage switches. They are usually implemented with diodes or transistors. © 2008 The McGraw-Hill Companies
  • 37. 37 7-3: Data Conversion Figure 7-13: Major components of a D/A converter. © 2008 The McGraw-Hill Companies
  • 38. 38 7-3: Data Conversion D/A Converters: String DAC  The string DAC is made up of a series string of equal- value resistors forming a voltage divider.  This voltage divider divides the input reference voltage into equal steps of voltage proportional to the binary input.  The output voltage is determined by a set of enhancement mode MOSFET switches controlled by a standard binary decoder. © 2008 The McGraw-Hill Companies
  • 39. 39 7-3: Data Conversion Figure 7-15: A string DAC. © 2008 The McGraw-Hill Companies
  • 40. 40 7-3: Data Conversion D/A Converters: Weighted Current Source DAC  A popular configuration for very high-speed DACs is the weighted current source DAC.  The current sources supply a fixed current that is determined by the external reference voltage.  Each current source supplies a binary weighted value of I, I/2, I/4, I/8, etc.  The current sources are made up of some combination of resistors, MOSFETs, or in some cases bipolar transistors. © 2008 The McGraw-Hill Companies
  • 41. 41 7-3: Data Conversion D/A Converters: Weighted Current Source DAC  The switches are usually fast enhancement mode MOSFETs, but bipolar transistors are used in some models.  The parallel binary input is usually stored in an input register, and the register outputs turn the switches off and on as dictated by the binary value.  The current source outputs are added at the summing junction of an op amp.  The output voltage Vo = It X Rf. © 2008 The McGraw-Hill Companies
  • 42. 42 7-3: Data Conversion Figure 7-16: Weighted current source DAC. © 2008 The McGraw-Hill Companies
  • 43. 43 7-3: Data Conversion D/A Converter Specifications  Three important specifications are associated with D/A converters:  Resolution is the smallest increment of voltage that the D/A converter produces over its output voltage range.  Error is expressed as a percentage of the maximum, or full-scale, output voltage, which is the reference voltage value.  Settling time is the amount of time it takes for the output voltage of a D/A converter to stabilize to within a specific voltage range after a change in binary input. © 2008 The McGraw-Hill Companies
  • 44. 44 7-3: Data Conversion A/D Converters  A/D conversion begins with sampling, which is carried out by a sample-and-hold (S/H) circuit.  The S/H circuit takes a precise measurement of the analog voltage at specified intervals.  The A/D converter then converts this instantaneous value of voltage and translates it to a binary number. © 2008 The McGraw-Hill Companies
  • 45. 45 7-3: Data Conversion A/D Converters: S/H Circuits  A sample-and-hold (S/H) circuit, also called a track/store circuit, accepts the analog input signal and passes it through, unchanged, during its sampling mode.  In the hold mode, the amplifier remembers or memorizes a particular voltage level at the instant of sampling.  The output of the S/H amplifier is a fixed DC level whose amplitude is the value at the sampling time. © 2008 The McGraw-Hill Companies
  • 46. 46 7-3: Data Conversion Figure 7-18: An S/H amplifier © 2008 The McGraw-Hill Companies
  • 47. 47 7-3: Data Conversion A/D Converters: S/H Circuits  The primary benefit of an S/H amplifier is that it stores the analog voltage during the sampling interval.  In some high-frequency signals, the analog voltage may change during the sampling interval.  This is undesirable because it introduces aperture error.  The S/H amplifier stores the voltage on the capacitor. With the voltage constant during the sampling interval, quantizing is accurate. © 2008 The McGraw-Hill Companies
  • 48. 48 7-3: Data Conversion  Common ways to translate an analog voltage to a binary number include:  Successive-Approximations Converters:  This converter contains an 8-bit successiveapproximations register (SAR).  Special logic in the register causes each bit to be turned on one at a time from MSB to LSB until the closest binary value is stored in the register.  The clock input signal sets the rate of turning the bits off and on.  Successive-approximations converters are fast and consistent. © 2008 The McGraw-Hill Companies
  • 49. 49 7-3: Data Conversion  Flash Converter:  A flash converter uses a large resistive voltage divider and multiple analog comparators.  The number of comparators is equal to 2N – 1, where N is the number of desired output bits.  The flash converter produces an output as fast as the comparators can switch and the signals can be translated to binary levels by the logic circuits.  Flash converters are the fastest type of A/D converter.  Flash A/D converters are complicated and expensive but are the best choice for high-speed conversions. © 2008 The McGraw-Hill Companies
  • 50. 50 7-3: Data Conversion  Pipelined Converters:  A pipelined converter is one that uses two or more lowresolution flash converters to achieve higher speed and higher resolution than successive-approximations converters but less than a full flash converter. © 2008 The McGraw-Hill Companies
  • 51. 51 7-3: Data Conversion ADC Specifications  The key ADC specifications are  Resolution  Dynamic range  Signal-to-noise ratio  Effective number of bits  Spurious free dynamic range. © 2008 The McGraw-Hill Companies
  • 52. 52 7-3: Data Conversion ADC Specifications  Resolution is related to the number of bits. Resolution indicates the smallest input voltage recognized by the converter. It is the reference voltage VREF divided by 2N, where N is the number of output bits.  Dynamic range is a measure of the range of input voltages that can be converted.  The signal-to-noise (S/N) ratio (SNR) is the ratio of the actual input signal voltage to the total noise in the system. © 2008 The McGraw-Hill Companies
  • 53. 53 7-3: Data Conversion ADC Specifications  Spurious free dynamic range (SFDR) is the ratio of the rms signal voltage to the voltage value of the highest “spur” expressed in decibels.  A spur is any spurious or unwanted signal that may result from intermodulation distortion.  Noise, harmonics, or spurious signals all add together and reduce the resolution of an ADC. This effect is expressed by a measure called the effective number of bits (ENOB). © 2008 The McGraw-Hill Companies
  • 54. 54 7-3: Data Conversion Figure 7-26: Delta modulator © 2008 The McGraw-Hill Companies
  • 55. 55 7-3: Data Conversion  The analog signal is sampled by an S/H circuit.  The sample is also applied to a comparator.  The other input to the comparator comes from a D/A converter driven by an up-down counter.  The counter counts up (increments) or down (decrements) depending on the output state of the comparator.  The comparator output is also the serial data signal representing the analog value. © 2008 The McGraw-Hill Companies
  • 56. 56 7-3: Data Conversion Sigma-Delta Converter  A variation of the delta converter is the sigma-delta (Σ     Δ) converter. It is also known as a delta-sigma or charge balance converter. This circuit provides extreme precision, wide dynamic range, and low noise. It is available with word output lengths of 18, 20, 22, and 24 bits. These converters are widely used in digital audio applications (e.g. CD and MP3 players). © 2008 The McGraw-Hill Companies
  • 57. 57 7-3: Data Conversion Sigma-Delta Converter  The converter is what is known as an oversampling converter.  It uses a clock or sampling frequency that is many times the minimum Nyquist rate required for other types of converters.  The oversampling techniques used in the sigma-delta converter translate the noise to a higher frequency that can be easily filtered out by a low-pass filter.  This technique also eliminates the problem of aliasing. © 2008 The McGraw-Hill Companies
  • 58. 58 7-3: Data Conversion Fig. 7-29: A sigma-delta (ΣΔ) converter. © 2008 The McGraw-Hill Companies
  • 59. 59 7-4: Pulse Modulation  Pulse modulation is the process of changing a binary pulse signal to represent the information to be transmitted.  The primary benefits of transmitting information by binary techniques are  Noise tolerance  Ability to regenerate a degraded signal. © 2008 The McGraw-Hill Companies
  • 60. 60 7-4: Pulse Modulation  There are four basic forms of pulse modulation: 1. 2. 3. 4. Pulse-amplitude modulation (PAM) Pulse-width modulation (PWM) Pulse-position modulation (PPM) Pulse-code modulation (PCM). © 2008 The McGraw-Hill Companies
  • 61. 61 7-4: Pulse Modulation Comparing Pulse-Modulation Methods  The following slide shows an analog modulating signal and the various waveforms produced by PAM, PWM, and PPM modulators.  In all three cases, the analog signal is sampled, as it would be in A/D conversion. © 2008 The McGraw-Hill Companies
  • 62. 62 7-4: Pulse Modulation Figure 7-30: Types of pulse modulation. © 2008 The McGraw-Hill Companies
  • 63. 63 7-4: Pulse Modulation Comparing Pulse-Modulation Methods  The PAM signal is a series of constant-width pulses whose amplitudes vary in accordance with the analog signal.  The PWM signal is binary in amplitude (has only two levels). The information signal varies the width or time duration of the pulse.  In PPM, the pulses change position according to the amplitude of the analog signal.  Of the four types of pulse modulation, PAM is the simplest and least expensive to implement. © 2008 The McGraw-Hill Companies
  • 64. 64 7-4: Pulse Modulation Pulse-Code Modulation  The most widely used technique for digitizing information signals for electronic data transmission is pulse-code modulation (PCM).  PCM signals are serial digital data.  There are two ways to generate: 1. Use an S/H circuit and traditional A/D converter to sample and convert the analog signal into a sequence of binary words, convert the parallel binary words into serial form, and transmit the data serially. 2. Use a delta modulator. © 2008 The McGraw-Hill Companies
  • 65. 65 7-4: Pulse Modulation Pulse-Code Modulation: Traditional PCM  In traditional PCM, the analog signal is sampled and     converted into a sequence of parallel binary words by an A/D converter. The parallel binary output word is converted into a serial signal by a shift register. Each time a sample is taken, a 8-bit word is generated by the A/D converter. This word must be transmitted serially before another sample is taken and another word is generated. The clock and start conversion signals are synchronized so that the resulting output signal is a continuous train of binary words. © 2008 The McGraw-Hill Companies
  • 66. 66 7-4: Pulse Modulation Figure 7-31: Basic PCM system. © 2008 The McGraw-Hill Companies
  • 67. 67 7-4: Pulse Modulation Pulse-Code Modulation: Companding and Codecs and Vocoders  Companding is a process of signal compression and expansion that is used to overcome problems of distortion and noise in the transmission of audio signals.  Companding is the most common means of overcoming the problems of quantizing error and noise.  All A/D and D/A conversion and related functions, as well as companding, are taken care of by a single largescale IC chip known as a codec or vocoder. © 2008 The McGraw-Hill Companies
  • 68. 68 7-5: Digital Signal Processing The Basis of DSP  Digital signal processing (DSP) is the use of a fast digital computer to perform processing on digital signals.  Any digital computer with sufficient speed and memory can be used for DSP. © 2008 The McGraw-Hill Companies
  • 69. 69 7-5: Digital Signal Processing Figure 7-36: Concept of DSP © 2008 The McGraw-Hill Companies
  • 70. 70 7-5: Digital Signal Processing Basis of DSP  An analog signal to be processed is fed to an A/D     converter, where it is converted into a series of binary numbers and stored in a read-write random-access memory (RAM). A program, usually stored in a read-only memory (ROM), performs mathematical and other manipulations on the data. Most digital processing involves complex mathematical algorithms that are executed in real time. The processing results in another set of data words which are also stored in RAM. They can be used in digital form or fed to a D/A converter. © 2008 The McGraw-Hill Companies
  • 71. 71 7-5: Digital Signal Processing DSP Processors  Most computers and microprocessors use an organization known as the Von Neumann architecture.  Physicist John Von Neumann created the stored program concept that is the basis of operation of all digital computers.  The key feature of the Von Neumann arrangement is that both instructions and data are stored in a common memory space.  There is only one path between the memory and the CPU, and therefore only one data or instruction word can be accessed at a time. © 2008 The McGraw-Hill Companies
  • 72. 72 7-5: Digital Signal Processing DSP Processors  DSP microprocessors work in a similar way, but they use a variation called the Harvard architecture.  In a Harvard architecture microprocessor, there are two memories, a program or instruction memory, usually a ROM, and a data memory, which is a RAM.  There are two data paths into and out of the CPU between the memories.  Because both instructions and data can be accessed simultaneously, very high-speed operation is possible. © 2008 The McGraw-Hill Companies
  • 73. 73 7-5: Digital Signal Processing DSP Applications  The most common DSP application is filtering. A DSP processor can perform bandpass, low-pass, high-pass, and band-reject filter operation.  Data compression is a process that reduces the number of binary words needed to represent a given analog signal.  Spectrum analysis is the process of examining a signal to determine its frequency content.  Signal averaging is the process of sampling a recurring analog signal transmitted in the presence of noise. © 2008 The McGraw-Hill Companies
  • 74. 74 7-5: Digital Signal Processing Figure 7-38: A block diagram showing the processing algorithm of a nonrecursive FIR filter. © 2008 The McGraw-Hill Companies
  • 75. 75 7-5: Digital Signal Processing Figure 7-39: The fast Fourier transform decimation in time. © 2008 The McGraw-Hill Companies