SlideShare a Scribd company logo
1 of 93
Chapter 4
      Digital Transmission



1.1        NDSL Copyright@2008
4-1 DIGITAL-TO-DIGITAL CONVERSION

  In this section, we see how we can represent digital
  data by using digital signals. The conversion involves
  three techniques: line coding, block coding, and
  scrambling. Line coding is always needed; block
  coding and scrambling may or may not be needed.


 Topics discussed in this section:
 Line Coding
 Line Coding Schemes
 Block Coding
 Scrambling

1.2                    NDSL Copyright@2008
Signal Element versus Data Element
 • Data element
      – The smallest entity that can represent a piece of
        information: this is bit.
 • Signal element
      – The shortest unit (timewise) of a digital signal.
 • In other words
      – Data element are what we need to send.
      – Signal elements are what we can send.




1.3                       NDSL Copyright@2008
Figure 4.1 Line coding and decoding




1.4                        NDSL Copyright@2008
Figure 4.2 Signal element versus data element




1.5                          NDSL Copyright@2008
Data Rate versus Signal Rate
 • Data rate
      – The number of data elements (bits) sent in 1s
      – The unit is bits per second (bps)
      – Called bit rate
 • Signal rate
      – The number of signal elements sent in 1s
      – The unit is the baud
      – Signal rate is sometimes called the pulse rate, the modulation
        rate, or the baud rate
 • Relationship between data rate and signal rate
                    1
           S =c ×N ×           baud
                    r
 • S: number of signal elements, c: the case factor, N: data
   rate (bps), r: data elements per signal elements

1.6                          NDSL Copyright@2008
Example 4.1

 A signal is carrying data in which one data element is
 encoded as one signal element (r = 1). If the bit rate is
 100 kbps, what is the average value of the baud rate if c is
 between 0 and 1?

 Solution
 We assume that the average value of c is 1/2 . The baud
 rate is then




1.7                    NDSL Copyright@2008
Note

        Although the actual bandwidth of a
        digital signal is infinite, the effective
                  bandwidth is finite.




1.8                   NDSL Copyright@2008
Example 4.2
 The maximum data rate of a channel (see Chapter 3) is
 Nmax = 2 × B × log2 L (defined by the Nyquist formula).
 Does this agree with the previous formula for Nmax?

 Solution
 A signal with L levels actually can carry log2L bits per
 level. If each level corresponds to one signal element and
 we assume the average case (c = 1/2), then we have




1.9                   NDSL Copyright@2008
Baseline Wandering
 • In decoding a digital signal, the receiver calculates
   a running average of the received signal power.
 • This average is called the baseline.
 • The incoming signal power is evaluated against
   this baseline to determine the value of the data
   element.
 • A long string of 0s or 1s can cause a drift in the
   baseline (baseline wandering) and make it
   difficult for the receiver to decode correctly.
 • A good line coding scheme needs to prevent
   baseline wandering.

1.10                 NDSL Copyright@2008
Figure 4.3 Effect of lack of synchronization




1.11                         NDSL Copyright@2008
DC Components
 • DC Components
       – When the voltage level in a digital signal is constant for a
         while, the spectrum creates very low frequencies (results
         of Fourier analysis).
       – These frequencies around zero, call DC (direct-current)
         components, present problems for a system that cannot
         pass low frequencies or a system that uses electrical
         coupling (via a transformer).
       – For example, a telephone line cannot pass frequencies
         below 200 Hz.




1.12                        NDSL Copyright@2008
Self-synchronization
 • To correctly interpret the signals received from the
   sender, the receiver’s bit intervals must correspond
   exactly to the sender’s bit intervals. If the receiver
   clock is faster or slower, the bit intervals are not
   matched and the receiver might misinterpret the
   signals.
 • Self-synchronization
       – Digital signal includes timing information in the data
         being transmitted.
       – This can be achieved if there are transitions in the signal
         that alert the receiver to the beginning, middle, or end of
         the pulse.

1.13                       NDSL Copyright@2008
Example 4.3
 In a digital transmission, the receiver clock is 0.1 percent
 faster than the sender clock. How many extra bits per
 second does the receiver receive if the data rate is
 1 kbps? How many if the data rate is 1 Mbps?
 Solution
 At 1 kbps, the receiver receives 1001 bps instead of 1000
 bps.


  At 1 Mbps, the receiver receives 1,001,000 bps instead of
  1,000,000 bps.


1.14                   NDSL Copyright@2008
Figure 4.4 Line coding schemes




1.15                       NDSL Copyright@2008
Figure 4.5 Unipolar NRZ scheme


       Non-Return-to-Zero (NRZ)




   It is called NRZ because the signal does not return to zero at the middle of the bit.




1.16                             NDSL Copyright@2008
Figure 4.6 Polar NRZ-L and NRZ-I schemes


  NRZ-L (NRZ-Level), NRZ-I (NRZ-Invert)




1.17                      NDSL Copyright@2008
Note

              In NRZ-L the level of the voltage
              determines the value of the bit.
                   In NRZ-I the inversion
                  or the lack of inversion
               determines the value of the bit.




1.18                    NDSL Copyright@2008
Note

       NRZ-L and NRZ-I both have an average
               signal rate of N/2 Bd.




1.19               NDSL Copyright@2008
Note

          NRZ-L and NRZ-I both have a DC
               component problem.




1.20               NDSL Copyright@2008
Example 4.4

 A system is using NRZ-I to transfer 10-Mbps data. What
 are the average signal rate and minimum bandwidth?



 Solution
 The average signal rate is S = N/2 = 500 kbaud. The
 minimum bandwidth for this average baud rate is Bmin = S
 = 500 kHz.




1.21                 NDSL Copyright@2008
Figure 4.7 Polar RZ scheme


              RZ: Return-to-Zero




1.22                      NDSL Copyright@2008
Figure 4.8 Polar biphase: Manchester and differential Manchester schemes




1.23                         NDSL Copyright@2008
Note

            In Manchester and differential
         Manchester encoding, the transition
          at the middle of the bit is used for
                   synchronization.




1.24                 NDSL Copyright@2008
Note

       The minimum bandwidth of Manchester
        and differential Manchester is 2 times
                     that of NRZ.




1.25                 NDSL Copyright@2008
Bipolar Schemes
 • Bipolar encoding (sometimes called multilevel
   binary)
       – Three voltage levels: positive, negative, and zero
 • Two variations of bipolar encoding
       – AMI (alternate mark inversion)
          • 0: neutral zero voltage
          • 1: alternating positive and negative voltages
       – Pseudoternary
          • 1: neutral zero voltage
          • 0: alternating positive and negative voltages
 • Bipolar schemes have no DC component problem


1.26                          NDSL Copyright@2008
Note

       In bipolar encoding, we use three levels:
             positive, zero, and negative.




1.27                 NDSL Copyright@2008
AMI and Pseudoternary
 • AMI (alternate mark inversion)
       –   The work mark comes from telegraphy and means 1.
       –   AMI means alternate 1 inversion
       –   The neutral zero voltage represents binary 0.
       –   Binary 1s are represented by alternating positive and
           negative voltages.
 • Pesudotenary
       – Same as AMI, but 1 bit is encoded as a zero voltage and
         the 0 bit is encoded as alternating positive and negative
         voltages.




1.28                        NDSL Copyright@2008
Figure 4.9 Bipolar schemes: AMI and pseudoternary




1.29                        NDSL Copyright@2008
Multilevel Schemes
 • The desire to increase the data speed or decrease the
   required bandwidth has resulted in the creation of many
   schemes.
 • The goal is to increase the number of bits per baud by
   encoding a pattern of m data elements into a pattern of n
   signal elements.
 • Different types of signal elements can be allowing different
   signal levels.
 • If we have L different levels, then we can produce Ln
   combinations of signal patterns.
 • The data element and signal element relation is 2 ≤ L
                                                      m      n

 • mBnL coding, where m is the length of the binary pattern, B
   means binary data, n is the length of the signal pattern, and
   L is the number of levels in the signaling.
 • B (binary, L=2), T (tenary, L=3), and Q (quaternary, L=4).
1.30                    NDSL Copyright@2008
Note

        In mBnL schemes, a pattern of m data
        elements is encoded as a pattern of n
           signal elements in which 2m ≤ Ln.




1.31                 NDSL Copyright@2008
2B1Q
 • 2B1Q (two binary, one quaternary)
       – m=2, n=1, and L=4
       – The signal rate (baud rate)
                1 1        1 N
         S = cN = × N × =
                r 2        2 4
 • 2B1Q is used in DSL (digital subscriber line) technology to
   provide a high-speed connection to the Internet by using
   subscriber telephone lines.




1.32                          NDSL Copyright@2008
Figure 4.10 Multilevel: 2B1Q scheme




                                                2




1.33                      NDSL Copyright@2008
8B6T
 • Eight binary, six ternary (8B6T)
       – This code is used with 100BASE-4T cable.
       – Encode a pattern of 8 bits as a pattern of 6 signal elements, where
         the signal has three levels (ternary).
       – 28=256 different data patterns and 36=478 different signal patterns.
         (The mapping is shown in Appendix D.)
       – There are 478-256=222 redundant signal elements that provide
         synchronization and error detection.
       – Part of the redundancy is also used to provide DC (direct-current)
         balance.
 • + (positive signal), - (negative signal), and 0 (lack of signal)
   notation.
 • To make whole stream DC-balanced, the sender keeps
   track of the weight

1.34                           NDSL Copyright@2008
Figure 4.11 Multilevel: 8B6T scheme


                                             Invert - + + - 0 - = -1




                                                                  +1




1.35                       NDSL Copyright@2008
4D-PAM5
 • Four-dimensional five-level pulse amplitude modulation
   (4D-PAM5)
       –   4D means that data is sent over four wires at the same time.
       –   It uses five voltage levels, such as -2, -1, 0, 1, and 2.
       –   The level 0 is used only for forward error detection.
       –   If we assume that the code is just one-dimensional, the four levels
           create something similar to 8B4Q.
       –   The worst signal rate for this imaginary one-dimensional version is
           Nx4/8, or N/2.
       –   4D-PAM5 sends data over four channels (four wires). This means
           the signal rate can be reduced to N/8.
       –   All 8 bits can be fed into a wire simultaneously and sent by using
           one signal element.
       –   Gigabit Ethernet use this technique to send 1-Gbps data over four
           copper cables that can handle 1Gbps/8 = 125Mbaud



1.36                            NDSL Copyright@2008
Figure 4.12 Multilevel: 4D-PAM5 scheme




1.37                      NDSL Copyright@2008
Multiline Transmission: MLT-3
 • The multiline transmission, three level (MLT-3)
 • Three levels (+V, 0, and –V) and three transition rules to
   move the levels
       – If the next bit is 0, there is no transition
       – If the next bit is 1 and the current level is not 0, the next level is 0.
       – If the next bit is 1 and the current level is 0, the next level is the
         opposite of the last nonzero level.
 • Why do we need to use MLT-3?
       – The signal rate for MLT-3 is one-fourth the bit rate (N/4).
       – This makes MLT-3 a suitable choice when we need to send 100
         Mbps on a copper wire that cannot support more than 32 MHz
         (frequencies above this level create electromagnetic emission).




1.38                             NDSL Copyright@2008
Figure 4.13 Multitransition: MLT-3 scheme




1.39                       NDSL Copyright@2008
Table 4.1 Summary of line coding schemes




1.40                       NDSL Copyright@2008
Block Coding
 • Use redundancy to ensure synchronization and to
   provide some kind of inherent error detecting.
 • In general, block coding changes a block of m
   bits into a block of n bits, where n is larger than m.
 • Block coding is referred to as an mB/nB encoding
   technique.
 • For example:
       – 4B/5B encoding means a 4-bit code for a 5-bit group.




1.41                      NDSL Copyright@2008
Note

       Block coding is normally referred to as
                    mB/nB coding;
        it replaces each m-bit group with an
                     n-bit group.




1.42                 NDSL Copyright@2008
Figure 4.14 Block coding concept




1.43                       NDSL Copyright@2008
Figure 4.15 Using block coding 4B/5B with NRZ-I line coding scheme




1.44                        NDSL Copyright@2008
4B/5B Encoding
 • 5-bit output that replaces the 4-bit input
 • No more than one leading zero (left bit) and no
   more than two trailing zeros (right bits).
 • There are never more than three consecutive 0s.
 • If a 5-bit group arrives that belongs to the unused
   portion of the table, the receiver knows that there is
   an error in the transmission.




1.45                 NDSL Copyright@2008
Table 4.2 4B/5B mapping codes




1.46                      NDSL Copyright@2008
Figure 4.16 Substitution in 4B/5B block coding




1.47                         NDSL Copyright@2008
Example 4.5

 We need to send data at a 1-Mbps rate. What is the
 minimum required bandwidth, using a combination of
 4B/5B and NRZ-I or Manchester coding?

 Solution
 First 4B/5B block coding increases the bit rate to 1.25
 Mbps. The minimum bandwidth using NRZ-I is N/2 or
 625 kHz. The Manchester scheme needs a minimum
 bandwidth of 1 MHz. The first choice needs a lower
 bandwidth, but has a DC component problem; the second
 choice needs a higher bandwidth, but does not have a DC
 component problem.
1.48                 NDSL Copyright@2008
Figure 4.17 8B/10B block encoding




1.49                       NDSL Copyright@2008
Scrambling
 • Biphase schemes that are suitable for dedicated links
   between stations in a LAN are not suitable for long-
   distance communication because of their wide bandwidth
   requirement.
 • The combination of block coding and NRZ line coding is not
   suitable for long-distance encoding either, because of the
   DC component problem.
 • Bipolar AMI encoding, on the other hand, has a narrow
   bandwidth and does not create a DC component.
 • However, a long sequence of 0s upsets the
   synchronization.
 • If we can find a way to avoid a long sequence of 0s in the
   original stream, we can use bipolar AMI for long distances.
 • One solution is called scrambling.
1.50                    NDSL Copyright@2008
Figure 4.18 AMI used with scrambling




1.51                       NDSL Copyright@2008
B8ZS
 • Bipolar with 8-zero substitution (B8ZS)
       – Commonly used in North America
       – Eight consecutive zero-level voltages are replaced by
         the sequence 000VB0VB.
       – The V in the sequence denotes violation; that is a
         nonzero voltage that breaks an AMI rule of encoding
         (opposite polarity from the previous).
       – The B in the sequence denotes bipolar, which means a
         nonzero level voltage in accordance with the AMI rule.




1.52                      NDSL Copyright@2008
Figure 4.19 Two cases of B8ZS scrambling technique




1.53                        NDSL Copyright@2008
Note

         B8ZS substitutes eight consecutive
               zeros with 000VB0VB.




1.54                NDSL Copyright@2008
HDB3
 • High-density bipolar 3-zero (HDB3)
       – Used outside of North America
       – Four consecutive zero-level voltages are replaced with a
         sequence of 000V or B00V.
       – 1. If the number of nonzero pulses after the last
         substitution is odd, the substitution pattern will be 000V,
         which makes the total number of nonzero pulses even.
       – 2. If the number of nonzero pulses after the last
         substitution is even, the substitution pattern will be
         B00V, which means makes the total number of nonzero
         pulses even.



1.55                       NDSL Copyright@2008
Figure 4.20 Different situations in HDB3 scrambling technique




1.56                         NDSL Copyright@2008
Note

        HDB3 substitutes four consecutive
        zeros with 000V or B00V depending
       on the number of nonzero pulses after
                the last substitution.




1.57                NDSL Copyright@2008
4-2 ANALOG-TO-DIGITAL CONVERSION

  We have seen in Chapter 3 that a digital signal is
  superior to an analog signal. The tendency today is to
  change an analog signal to digital data. In this section
  we describe two techniques, pulse code modulation
  and delta modulation.


 Topics discussed in this section:
 Pulse Code Modulation (PCM)
 Delta Modulation (DM)


1.58                   NDSL Copyright@2008
Figure 4.21 Components of PCM encoder




1.59                      NDSL Copyright@2008
Figure 4.22 Three different sampling methods for PCM




1.60                       NDSL Copyright@2008
Note

       According to the Nyquist theorem, the
                sampling rate must be
       at least 2 times the highest frequency
               contained in the signal.




1.61                NDSL Copyright@2008
Figure 4.23 Nyquist sampling rate for low-pass and bandpass signals




1.62                         NDSL Copyright@2008
Example 4.6

For an intuitive example of the Nyquist theorem, let us
sample a simple sine wave at three sampling rates: fs = 4f (2
times the Nyquist rate), fs = 2f (Nyquist rate), and
fs = f (one-half the Nyquist rate). Figure 4.24 shows the
sampling and the subsequent recovery of the signal.

It can be seen that sampling at the Nyquist rate can create
a good approximation of the original sine wave (part a).
Oversampling in part b can also create the same
approximation, but it is redundant and unnecessary.
Sampling below the Nyquist rate (part c) does not produce
a signal that looks like the original sine wave.
1.63                   NDSL Copyright@2008
Figure 4.24 Recovery of a sampled sine wave for different sampling rates




1.64                         NDSL Copyright@2008
Example 4.7

 Consider the revolution of a hand of a clock. The second
 hand of a clock has a period of 60 s. According to the
 Nyquist theorem, we need to sample the hand every 30 s
 (Ts = T or fs = 2f ). In Figure 4.25a, the sample points, in
 order, are 12, 6, 12, 6, 12, and 6. The receiver of the
 samples cannot tell if the clock is moving forward or
 backward. In part b, we sample at double the Nyquist rate
 (every 15 s). The sample points are 12, 3, 6, 9, and 12.
 The clock is moving forward. In part c, we sample below
 the Nyquist rate (Ts = T or fs = f ). The sample points are
 12, 9, 6, 3, and 12. Although the clock is moving forward,
 the receiver thinks that the clock is moving backward.
1.65                   NDSL Copyright@2008
Figure 4.25 Sampling of a clock with only one hand




1.66                        NDSL Copyright@2008
Example 4.8

 An example related to Example 4.7 is the seemingly
 backward rotation of the wheels of a forward-moving car
 in a movie. This can be explained by under-sampling. A
 movie is filmed at 24 frames per second. If a wheel is
 rotating more than 12 times per second, the under-
 sampling creates the impression of a backward rotation.




1.67                 NDSL Copyright@2008
Example 4.9

 Telephone companies digitize voice by assuming a
 maximum frequency of 4000 Hz. The sampling rate
 therefore is 8000 samples per second.




1.68              NDSL Copyright@2008
Example 4.10

 A complex low-pass signal has a bandwidth of 200 kHz.
 What is the minimum sampling rate for this signal?



 Solution
 The bandwidth of a low-pass signal is between 0 and f,
 where f is the maximum frequency in the signal.
 Therefore, we can sample this signal at 2 times the
 highest frequency (200 kHz). The sampling rate is
 therefore 400,000 samples per second.


1.69                 NDSL Copyright@2008
Example 4.11

 A complex bandpass signal has a bandwidth of 200 kHz.
 What is the minimum sampling rate for this signal?



 Solution
 We cannot find the minimum sampling rate in this case
 because we do not know where the bandwidth starts or
 ends. We do not know the maximum frequency in the
 signal.



1.70                NDSL Copyright@2008
Figure 4.26 Quantization and encoding of a sampled signal




1.71                        NDSL Copyright@2008
Quantization
 • Quantization Levels
       – Choosing lower values of L increases the quantization
         error if there is a lot of fluctuation in the signal.
 • Quantization Error
       – If the input value is also at the middle of the zone, there
         is no quantization error; otherwise, there is an error.
       – It can be proven that the contribution of the quantization
         error to the SNRdB of the signal depends on the number
         of quantization levels L, or the bits per sample nb, as
         shown in the following formula:
                          SNRdB = 6.02nb + 1.76 dB


1.72                        NDSL Copyright@2008
Example 4.12

 What is the SNRdB in the example of Figure 4.26?




 Solution
 We can use the formula to find the quantization. We have
 eight levels and 3 bits per sample, so

            SNRdB = 6.02(3) + 1.76 = 19.82 dB

 Increasing the number of levels increases the SNR.
1.73                  NDSL Copyright@2008
Example 4.13

 A telephone subscriber line must have an SNRdB above
 40. What is the minimum number of bits per sample?



 Solution
 We can calculate the number of bits as


 Telephone companies usually assign 7 or 8 bits per
 sample.

1.74                  NDSL Copyright@2008
Quantization
 • Uniform versus nonuniform quantization
       – Changes in amplitude often occur more frequently in the
         lower amplitudes than in the higher ones.
       – Nonuniform quantization
          • Companding
          • Expanding
 • Encoding
       – nb = log2L
       – Bit rate = sampling rate x number of bits per sample
                  = fs x nb



1.75                       NDSL Copyright@2008
Example 4.14

 We want to digitize the human voice. What is the bit rate,
 assuming 8 bits per sample?


 Solution
 The human voice normally contains frequencies from 0
 to 4000 Hz. So the sampling rate and bit rate are
 calculated as follows:




1.76                  NDSL Copyright@2008
Figure 4.27 Components of a PCM decoder




1.77                      NDSL Copyright@2008
PCM Bandwidth
 • The minimum bandwidth of the channel that can pass the
   digitized signal:
                       1                1                         1
       Bmin   = c × N × = c × nb × f s × = c × nb × 2 × Banalog ×
                       r                r                         r

 • When 1/r = 1 (for NRZ or bipolar signal) and c = ½

       Bmin = nb × Banalog




1.78                         NDSL Copyright@2008
Maximum data rate of a channel
 • Maximum data rate of a channel
       N = f s × nb = 2 × B × log 2 L

 • The data rate is
       N max = 2 × B × log 2 L       bps


 • Minimum required bandwidth

                     N
        Bmin   =                   Hz
                 2× log 2 L



1.79                          NDSL Copyright@2008
Example 4.15

 We have a low-pass analog signal of 4 kHz. If we send the
 analog signal, we need a channel with a minimum
 bandwidth of 4 kHz. If we digitize the signal and send 8
 bits per sample, we need a channel with a minimum
 bandwidth of 8 × 4 kHz = 32 kHz.




1.80                  NDSL Copyright@2008
Figure 4.28 The process of delta modulation




1.81                        NDSL Copyright@2008
Figure 4.29 Delta modulation components




1.82                       NDSL Copyright@2008
Figure 4.30 Delta demodulation components




1.83                       NDSL Copyright@2008
Adaptive DM
 • Adaptive delta modulation
       – A better performance can be achieved if the value of δ is
         not fixed.
       – The value of δ changes according to the amplitude of the
         analog signal.
 • Quantization Error
       – DM is not perfect.
       – Quantization error is always introduced in the process.
       – Much less than that for PCM.




1.84                       NDSL Copyright@2008
4-3 TRANSMISSION MODES

  The transmission of binary data across a link can be
  accomplished in either parallel or serial mode. In
  parallel mode, multiple bits are sent with each clock
  tick. In serial mode, 1 bit is sent with each clock tick.
  While there is only one way to send parallel data, there
  are three subclasses of serial transmission:
  asynchronous, synchronous, and isochronous.

 Topics discussed in this section:
 Parallel Transmission
 Serial Transmission

1.85                     NDSL Copyright@2008
Figure 4.31 Data transmission and modes




1.86                       NDSL Copyright@2008
Figure 4.32 Parallel transmission




1.87                        NDSL Copyright@2008
Figure 4.33 Serial transmission




1.88                        NDSL Copyright@2008
Note

       In asynchronous transmission, we send
        1 start bit (0) at the beginning and 1 or
         more stop bits (1s) at the end of each
          byte. There may be a gap between
                         each byte.


1.89                  NDSL Copyright@2008
Note

             Asynchronous here means
         “asynchronous at the byte level,”
         but the bits are still synchronized;
            their durations are the same.




1.90                 NDSL Copyright@2008
Figure 4.34 Asynchronous transmission




1.91                       NDSL Copyright@2008
Note

       In synchronous transmission, we send
        bits one after another without start or
       stop bits or gaps. It is the responsibility
           of the receiver to group the bits.




1.92                  NDSL Copyright@2008
Figure 4.35 Synchronous transmission




1.93                       NDSL Copyright@2008

More Related Content

What's hot

Data Communication & Computer network: Channel capacity
Data Communication & Computer network: Channel capacityData Communication & Computer network: Channel capacity
Data Communication & Computer network: Channel capacityDr Rajiv Srivastava
 
Chapter 2 - Multimedia Communications
Chapter 2 - Multimedia CommunicationsChapter 2 - Multimedia Communications
Chapter 2 - Multimedia CommunicationsPratik Pradhan
 
Information and network security 12 classical substitution ciphers
Information and network security 12 classical substitution ciphersInformation and network security 12 classical substitution ciphers
Information and network security 12 classical substitution ciphersVaibhav Khanna
 
signal encoding techniques
signal encoding techniquessignal encoding techniques
signal encoding techniquesSrinivasa Rao
 
Companding and DPCM and ADPCM
Companding and DPCM and ADPCMCompanding and DPCM and ADPCM
Companding and DPCM and ADPCMnaimish12
 
Principles of electronic communication systems 4th edition frenzel solutions ...
Principles of electronic communication systems 4th edition frenzel solutions ...Principles of electronic communication systems 4th edition frenzel solutions ...
Principles of electronic communication systems 4th edition frenzel solutions ...issac32342
 
calculate audio file size
calculate audio file sizecalculate audio file size
calculate audio file sizeUPSIcoursework
 
Properties of fourier transform
Properties of fourier transformProperties of fourier transform
Properties of fourier transformNisarg Amin
 
Information theory
Information theoryInformation theory
Information theoryJanani S
 
Manchester & Differential Manchester encoding scheme
Manchester & Differential Manchester encoding schemeManchester & Differential Manchester encoding scheme
Manchester & Differential Manchester encoding schemeArunabha Saha
 
Data Compression (Lossy and Lossless)
Data Compression (Lossy and Lossless)Data Compression (Lossy and Lossless)
Data Compression (Lossy and Lossless)Project Student
 
arithmetic and adaptive arithmetic coding
arithmetic and adaptive arithmetic codingarithmetic and adaptive arithmetic coding
arithmetic and adaptive arithmetic codingAyush Gupta
 
5. analog to digital conversion. ( pcm ,dm with short descriptions )
5. analog to digital conversion. ( pcm ,dm with short descriptions )5. analog to digital conversion. ( pcm ,dm with short descriptions )
5. analog to digital conversion. ( pcm ,dm with short descriptions )MdFazleRabbi18
 
Design and Implementation of an Efficient Carry Skip Adder
Design and Implementation of an Efficient Carry Skip AdderDesign and Implementation of an Efficient Carry Skip Adder
Design and Implementation of an Efficient Carry Skip AdderIRJET Journal
 

What's hot (20)

Data Communication & Computer network: Channel capacity
Data Communication & Computer network: Channel capacityData Communication & Computer network: Channel capacity
Data Communication & Computer network: Channel capacity
 
Switching systems lecture2
Switching  systems lecture2Switching  systems lecture2
Switching systems lecture2
 
Chapter 2 - Multimedia Communications
Chapter 2 - Multimedia CommunicationsChapter 2 - Multimedia Communications
Chapter 2 - Multimedia Communications
 
Chap 5
Chap 5Chap 5
Chap 5
 
Information and network security 12 classical substitution ciphers
Information and network security 12 classical substitution ciphersInformation and network security 12 classical substitution ciphers
Information and network security 12 classical substitution ciphers
 
signal encoding techniques
signal encoding techniquessignal encoding techniques
signal encoding techniques
 
03 data transmission
03 data transmission03 data transmission
03 data transmission
 
Companding and DPCM and ADPCM
Companding and DPCM and ADPCMCompanding and DPCM and ADPCM
Companding and DPCM and ADPCM
 
Principles of electronic communication systems 4th edition frenzel solutions ...
Principles of electronic communication systems 4th edition frenzel solutions ...Principles of electronic communication systems 4th edition frenzel solutions ...
Principles of electronic communication systems 4th edition frenzel solutions ...
 
Line Coding.pptx
Line Coding.pptxLine Coding.pptx
Line Coding.pptx
 
calculate audio file size
calculate audio file sizecalculate audio file size
calculate audio file size
 
Properties of fourier transform
Properties of fourier transformProperties of fourier transform
Properties of fourier transform
 
DPCM
DPCMDPCM
DPCM
 
Lecture 11
Lecture 11Lecture 11
Lecture 11
 
Information theory
Information theoryInformation theory
Information theory
 
Manchester & Differential Manchester encoding scheme
Manchester & Differential Manchester encoding schemeManchester & Differential Manchester encoding scheme
Manchester & Differential Manchester encoding scheme
 
Data Compression (Lossy and Lossless)
Data Compression (Lossy and Lossless)Data Compression (Lossy and Lossless)
Data Compression (Lossy and Lossless)
 
arithmetic and adaptive arithmetic coding
arithmetic and adaptive arithmetic codingarithmetic and adaptive arithmetic coding
arithmetic and adaptive arithmetic coding
 
5. analog to digital conversion. ( pcm ,dm with short descriptions )
5. analog to digital conversion. ( pcm ,dm with short descriptions )5. analog to digital conversion. ( pcm ,dm with short descriptions )
5. analog to digital conversion. ( pcm ,dm with short descriptions )
 
Design and Implementation of an Efficient Carry Skip Adder
Design and Implementation of an Efficient Carry Skip AdderDesign and Implementation of an Efficient Carry Skip Adder
Design and Implementation of an Efficient Carry Skip Adder
 

Viewers also liked

1432.encoding concepts
1432.encoding concepts1432.encoding concepts
1432.encoding conceptstechbed
 
Ee341 dsp1 1_sv_chapter1_hay truy cap vao trang www.mientayvn.com de tai them...
Ee341 dsp1 1_sv_chapter1_hay truy cap vao trang www.mientayvn.com de tai them...Ee341 dsp1 1_sv_chapter1_hay truy cap vao trang www.mientayvn.com de tai them...
Ee341 dsp1 1_sv_chapter1_hay truy cap vao trang www.mientayvn.com de tai them...www. mientayvn.com
 
Fast ethernet(word)
Fast ethernet(word)Fast ethernet(word)
Fast ethernet(word)strang
 
Data communications 4 1
Data communications 4 1Data communications 4 1
Data communications 4 1Raymond Pidor
 
My Cloud Hospitality - Hotel Property Management System
My Cloud Hospitality - Hotel Property Management System My Cloud Hospitality - Hotel Property Management System
My Cloud Hospitality - Hotel Property Management System Sangeet Seth
 
Intro to Compression: Audio and Video Optimization for Learning
Intro to Compression: Audio and Video Optimization for LearningIntro to Compression: Audio and Video Optimization for Learning
Intro to Compression: Audio and Video Optimization for LearningNick Floro
 
A VIDEO COMPRESSION TECHNIQUE UTILIZING SPATIO-TEMPORAL LOWER COEFFICIENTS
A VIDEO COMPRESSION TECHNIQUE UTILIZING SPATIO-TEMPORAL LOWER COEFFICIENTSA VIDEO COMPRESSION TECHNIQUE UTILIZING SPATIO-TEMPORAL LOWER COEFFICIENTS
A VIDEO COMPRESSION TECHNIQUE UTILIZING SPATIO-TEMPORAL LOWER COEFFICIENTSIAEME Publication
 
Digital Transmission Fundamentals
Digital Transmission FundamentalsDigital Transmission Fundamentals
Digital Transmission FundamentalsAisu
 
Digital Transmission
Digital TransmissionDigital Transmission
Digital Transmissionanuragyadav94
 
Bsnl Training Report
Bsnl Training ReportBsnl Training Report
Bsnl Training ReportNikhil Kumar
 
Digital data transmission,line coding and pulse shaping
Digital data transmission,line coding and pulse shapingDigital data transmission,line coding and pulse shaping
Digital data transmission,line coding and pulse shapingAayush Kumar
 
Transmission of digital signals
Transmission of digital signalsTransmission of digital signals
Transmission of digital signalsSachin Artani
 
Development of a 4K H.265/ HEVC HW Encoder
Development of a 4K H.265/ HEVC HW EncoderDevelopment of a 4K H.265/ HEVC HW Encoder
Development of a 4K H.265/ HEVC HW EncoderIMTC
 
Transmission of Digital Data(Data Communication) DC11
Transmission of Digital Data(Data Communication) DC11Transmission of Digital Data(Data Communication) DC11
Transmission of Digital Data(Data Communication) DC11koolkampus
 
An Overview of High Efficiency Video Codec HEVC (H.265)
An Overview of High Efficiency Video Codec HEVC (H.265)An Overview of High Efficiency Video Codec HEVC (H.265)
An Overview of High Efficiency Video Codec HEVC (H.265)Varun Ravi
 
MPEG Compression Standards
MPEG Compression StandardsMPEG Compression Standards
MPEG Compression StandardsAjay
 
Introduction To Video Compression
Introduction To Video CompressionIntroduction To Video Compression
Introduction To Video Compressionguestdd7ccca
 

Viewers also liked (20)

Components of data communication
Components of data communication Components of data communication
Components of data communication
 
1432.encoding concepts
1432.encoding concepts1432.encoding concepts
1432.encoding concepts
 
Line coding
Line codingLine coding
Line coding
 
Ee341 dsp1 1_sv_chapter1_hay truy cap vao trang www.mientayvn.com de tai them...
Ee341 dsp1 1_sv_chapter1_hay truy cap vao trang www.mientayvn.com de tai them...Ee341 dsp1 1_sv_chapter1_hay truy cap vao trang www.mientayvn.com de tai them...
Ee341 dsp1 1_sv_chapter1_hay truy cap vao trang www.mientayvn.com de tai them...
 
Fast ethernet(word)
Fast ethernet(word)Fast ethernet(word)
Fast ethernet(word)
 
Data communications 4 1
Data communications 4 1Data communications 4 1
Data communications 4 1
 
My Cloud Hospitality - Hotel Property Management System
My Cloud Hospitality - Hotel Property Management System My Cloud Hospitality - Hotel Property Management System
My Cloud Hospitality - Hotel Property Management System
 
Intro to Compression: Audio and Video Optimization for Learning
Intro to Compression: Audio and Video Optimization for LearningIntro to Compression: Audio and Video Optimization for Learning
Intro to Compression: Audio and Video Optimization for Learning
 
HEVC intra coding
HEVC intra codingHEVC intra coding
HEVC intra coding
 
A VIDEO COMPRESSION TECHNIQUE UTILIZING SPATIO-TEMPORAL LOWER COEFFICIENTS
A VIDEO COMPRESSION TECHNIQUE UTILIZING SPATIO-TEMPORAL LOWER COEFFICIENTSA VIDEO COMPRESSION TECHNIQUE UTILIZING SPATIO-TEMPORAL LOWER COEFFICIENTS
A VIDEO COMPRESSION TECHNIQUE UTILIZING SPATIO-TEMPORAL LOWER COEFFICIENTS
 
Digital Transmission Fundamentals
Digital Transmission FundamentalsDigital Transmission Fundamentals
Digital Transmission Fundamentals
 
Digital Transmission
Digital TransmissionDigital Transmission
Digital Transmission
 
Bsnl Training Report
Bsnl Training ReportBsnl Training Report
Bsnl Training Report
 
Digital data transmission,line coding and pulse shaping
Digital data transmission,line coding and pulse shapingDigital data transmission,line coding and pulse shaping
Digital data transmission,line coding and pulse shaping
 
Transmission of digital signals
Transmission of digital signalsTransmission of digital signals
Transmission of digital signals
 
Development of a 4K H.265/ HEVC HW Encoder
Development of a 4K H.265/ HEVC HW EncoderDevelopment of a 4K H.265/ HEVC HW Encoder
Development of a 4K H.265/ HEVC HW Encoder
 
Transmission of Digital Data(Data Communication) DC11
Transmission of Digital Data(Data Communication) DC11Transmission of Digital Data(Data Communication) DC11
Transmission of Digital Data(Data Communication) DC11
 
An Overview of High Efficiency Video Codec HEVC (H.265)
An Overview of High Efficiency Video Codec HEVC (H.265)An Overview of High Efficiency Video Codec HEVC (H.265)
An Overview of High Efficiency Video Codec HEVC (H.265)
 
MPEG Compression Standards
MPEG Compression StandardsMPEG Compression Standards
MPEG Compression Standards
 
Introduction To Video Compression
Introduction To Video CompressionIntroduction To Video Compression
Introduction To Video Compression
 

Similar to Ch04

ch04-digital-transmission.ppt
ch04-digital-transmission.pptch04-digital-transmission.ppt
ch04-digital-transmission.pptCDSukte
 
Chapter2-PhysicalLayer.ppt
Chapter2-PhysicalLayer.pptChapter2-PhysicalLayer.ppt
Chapter2-PhysicalLayer.pptfaisalahmed441
 
Computer Networks/Computer Engineering.pdf
Computer Networks/Computer Engineering.pdfComputer Networks/Computer Engineering.pdf
Computer Networks/Computer Engineering.pdfabdnazar2003
 
base-band_digital_data_transmission-Line coding - Copy.ppt
base-band_digital_data_transmission-Line coding - Copy.pptbase-band_digital_data_transmission-Line coding - Copy.ppt
base-band_digital_data_transmission-Line coding - Copy.pptAbyThomas54
 
Signal encoding techniques
Signal encoding techniquesSignal encoding techniques
Signal encoding techniquesSyed Zaid Irshad
 
Binary to digital encoding tbs 301
Binary to digital encoding tbs 301Binary to digital encoding tbs 301
Binary to digital encoding tbs 301Bhupesh Rawat
 
Line_Coding.ppt for engineering students for ug and pg
Line_Coding.ppt for engineering students for ug and pgLine_Coding.ppt for engineering students for ug and pg
Line_Coding.ppt for engineering students for ug and pgHasanujJaman11
 
Chap4 d t-d conversion
Chap4 d t-d conversionChap4 d t-d conversion
Chap4 d t-d conversionarslan_akbar90
 
Ch4 Data communication and networking by neha g. kurale
Ch4 Data communication and networking by neha g. kuraleCh4 Data communication and networking by neha g. kurale
Ch4 Data communication and networking by neha g. kuraleNeha Kurale
 
W6_Ch5_Signal Encoding.pdf
W6_Ch5_Signal Encoding.pdfW6_Ch5_Signal Encoding.pdf
W6_Ch5_Signal Encoding.pdfmatom84405
 
Data Encoding
Data EncodingData Encoding
Data EncodingLuka M G
 
line coding techniques, block coding and all type of coding
line coding techniques, block coding and all type of codingline coding techniques, block coding and all type of coding
line coding techniques, block coding and all type of codingDrZMaryLivinsaProfEC
 

Similar to Ch04 (20)

PCM-1.ppt
PCM-1.pptPCM-1.ppt
PCM-1.ppt
 
ch04-digital-transmission.ppt
ch04-digital-transmission.pptch04-digital-transmission.ppt
ch04-digital-transmission.ppt
 
Multi level multi transition
Multi level multi transitionMulti level multi transition
Multi level multi transition
 
lec5_13.pptx
lec5_13.pptxlec5_13.pptx
lec5_13.pptx
 
Chapter2-PhysicalLayer.ppt
Chapter2-PhysicalLayer.pptChapter2-PhysicalLayer.ppt
Chapter2-PhysicalLayer.ppt
 
Computer Networks/Computer Engineering.pdf
Computer Networks/Computer Engineering.pdfComputer Networks/Computer Engineering.pdf
Computer Networks/Computer Engineering.pdf
 
base-band_digital_data_transmission-Line coding - Copy.ppt
base-band_digital_data_transmission-Line coding - Copy.pptbase-band_digital_data_transmission-Line coding - Copy.ppt
base-band_digital_data_transmission-Line coding - Copy.ppt
 
Signal encoding techniques
Signal encoding techniquesSignal encoding techniques
Signal encoding techniques
 
Binary to digital encoding tbs 301
Binary to digital encoding tbs 301Binary to digital encoding tbs 301
Binary to digital encoding tbs 301
 
Ch05
Ch05Ch05
Ch05
 
Line_Coding.ppt for engineering students for ug and pg
Line_Coding.ppt for engineering students for ug and pgLine_Coding.ppt for engineering students for ug and pg
Line_Coding.ppt for engineering students for ug and pg
 
Lecture 08
Lecture 08Lecture 08
Lecture 08
 
Ch04
Ch04Ch04
Ch04
 
Chap4 d t-d conversion
Chap4 d t-d conversionChap4 d t-d conversion
Chap4 d t-d conversion
 
Ch4 Data communication and networking by neha g. kurale
Ch4 Data communication and networking by neha g. kuraleCh4 Data communication and networking by neha g. kurale
Ch4 Data communication and networking by neha g. kurale
 
Lecture 08
Lecture 08Lecture 08
Lecture 08
 
W6_Ch5_Signal Encoding.pdf
W6_Ch5_Signal Encoding.pdfW6_Ch5_Signal Encoding.pdf
W6_Ch5_Signal Encoding.pdf
 
Data Encoding
Data EncodingData Encoding
Data Encoding
 
line coding techniques, block coding and all type of coding
line coding techniques, block coding and all type of codingline coding techniques, block coding and all type of coding
line coding techniques, block coding and all type of coding
 
Dcn aasignment
Dcn aasignmentDcn aasignment
Dcn aasignment
 

Recently uploaded

भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 

Recently uploaded (20)

भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 

Ch04

  • 1. Chapter 4 Digital Transmission 1.1 NDSL Copyright@2008
  • 2. 4-1 DIGITAL-TO-DIGITAL CONVERSION In this section, we see how we can represent digital data by using digital signals. The conversion involves three techniques: line coding, block coding, and scrambling. Line coding is always needed; block coding and scrambling may or may not be needed. Topics discussed in this section: Line Coding Line Coding Schemes Block Coding Scrambling 1.2 NDSL Copyright@2008
  • 3. Signal Element versus Data Element • Data element – The smallest entity that can represent a piece of information: this is bit. • Signal element – The shortest unit (timewise) of a digital signal. • In other words – Data element are what we need to send. – Signal elements are what we can send. 1.3 NDSL Copyright@2008
  • 4. Figure 4.1 Line coding and decoding 1.4 NDSL Copyright@2008
  • 5. Figure 4.2 Signal element versus data element 1.5 NDSL Copyright@2008
  • 6. Data Rate versus Signal Rate • Data rate – The number of data elements (bits) sent in 1s – The unit is bits per second (bps) – Called bit rate • Signal rate – The number of signal elements sent in 1s – The unit is the baud – Signal rate is sometimes called the pulse rate, the modulation rate, or the baud rate • Relationship between data rate and signal rate 1 S =c ×N × baud r • S: number of signal elements, c: the case factor, N: data rate (bps), r: data elements per signal elements 1.6 NDSL Copyright@2008
  • 7. Example 4.1 A signal is carrying data in which one data element is encoded as one signal element (r = 1). If the bit rate is 100 kbps, what is the average value of the baud rate if c is between 0 and 1? Solution We assume that the average value of c is 1/2 . The baud rate is then 1.7 NDSL Copyright@2008
  • 8. Note Although the actual bandwidth of a digital signal is infinite, the effective bandwidth is finite. 1.8 NDSL Copyright@2008
  • 9. Example 4.2 The maximum data rate of a channel (see Chapter 3) is Nmax = 2 × B × log2 L (defined by the Nyquist formula). Does this agree with the previous formula for Nmax? Solution A signal with L levels actually can carry log2L bits per level. If each level corresponds to one signal element and we assume the average case (c = 1/2), then we have 1.9 NDSL Copyright@2008
  • 10. Baseline Wandering • In decoding a digital signal, the receiver calculates a running average of the received signal power. • This average is called the baseline. • The incoming signal power is evaluated against this baseline to determine the value of the data element. • A long string of 0s or 1s can cause a drift in the baseline (baseline wandering) and make it difficult for the receiver to decode correctly. • A good line coding scheme needs to prevent baseline wandering. 1.10 NDSL Copyright@2008
  • 11. Figure 4.3 Effect of lack of synchronization 1.11 NDSL Copyright@2008
  • 12. DC Components • DC Components – When the voltage level in a digital signal is constant for a while, the spectrum creates very low frequencies (results of Fourier analysis). – These frequencies around zero, call DC (direct-current) components, present problems for a system that cannot pass low frequencies or a system that uses electrical coupling (via a transformer). – For example, a telephone line cannot pass frequencies below 200 Hz. 1.12 NDSL Copyright@2008
  • 13. Self-synchronization • To correctly interpret the signals received from the sender, the receiver’s bit intervals must correspond exactly to the sender’s bit intervals. If the receiver clock is faster or slower, the bit intervals are not matched and the receiver might misinterpret the signals. • Self-synchronization – Digital signal includes timing information in the data being transmitted. – This can be achieved if there are transitions in the signal that alert the receiver to the beginning, middle, or end of the pulse. 1.13 NDSL Copyright@2008
  • 14. Example 4.3 In a digital transmission, the receiver clock is 0.1 percent faster than the sender clock. How many extra bits per second does the receiver receive if the data rate is 1 kbps? How many if the data rate is 1 Mbps? Solution At 1 kbps, the receiver receives 1001 bps instead of 1000 bps. At 1 Mbps, the receiver receives 1,001,000 bps instead of 1,000,000 bps. 1.14 NDSL Copyright@2008
  • 15. Figure 4.4 Line coding schemes 1.15 NDSL Copyright@2008
  • 16. Figure 4.5 Unipolar NRZ scheme Non-Return-to-Zero (NRZ) It is called NRZ because the signal does not return to zero at the middle of the bit. 1.16 NDSL Copyright@2008
  • 17. Figure 4.6 Polar NRZ-L and NRZ-I schemes NRZ-L (NRZ-Level), NRZ-I (NRZ-Invert) 1.17 NDSL Copyright@2008
  • 18. Note In NRZ-L the level of the voltage determines the value of the bit. In NRZ-I the inversion or the lack of inversion determines the value of the bit. 1.18 NDSL Copyright@2008
  • 19. Note NRZ-L and NRZ-I both have an average signal rate of N/2 Bd. 1.19 NDSL Copyright@2008
  • 20. Note NRZ-L and NRZ-I both have a DC component problem. 1.20 NDSL Copyright@2008
  • 21. Example 4.4 A system is using NRZ-I to transfer 10-Mbps data. What are the average signal rate and minimum bandwidth? Solution The average signal rate is S = N/2 = 500 kbaud. The minimum bandwidth for this average baud rate is Bmin = S = 500 kHz. 1.21 NDSL Copyright@2008
  • 22. Figure 4.7 Polar RZ scheme RZ: Return-to-Zero 1.22 NDSL Copyright@2008
  • 23. Figure 4.8 Polar biphase: Manchester and differential Manchester schemes 1.23 NDSL Copyright@2008
  • 24. Note In Manchester and differential Manchester encoding, the transition at the middle of the bit is used for synchronization. 1.24 NDSL Copyright@2008
  • 25. Note The minimum bandwidth of Manchester and differential Manchester is 2 times that of NRZ. 1.25 NDSL Copyright@2008
  • 26. Bipolar Schemes • Bipolar encoding (sometimes called multilevel binary) – Three voltage levels: positive, negative, and zero • Two variations of bipolar encoding – AMI (alternate mark inversion) • 0: neutral zero voltage • 1: alternating positive and negative voltages – Pseudoternary • 1: neutral zero voltage • 0: alternating positive and negative voltages • Bipolar schemes have no DC component problem 1.26 NDSL Copyright@2008
  • 27. Note In bipolar encoding, we use three levels: positive, zero, and negative. 1.27 NDSL Copyright@2008
  • 28. AMI and Pseudoternary • AMI (alternate mark inversion) – The work mark comes from telegraphy and means 1. – AMI means alternate 1 inversion – The neutral zero voltage represents binary 0. – Binary 1s are represented by alternating positive and negative voltages. • Pesudotenary – Same as AMI, but 1 bit is encoded as a zero voltage and the 0 bit is encoded as alternating positive and negative voltages. 1.28 NDSL Copyright@2008
  • 29. Figure 4.9 Bipolar schemes: AMI and pseudoternary 1.29 NDSL Copyright@2008
  • 30. Multilevel Schemes • The desire to increase the data speed or decrease the required bandwidth has resulted in the creation of many schemes. • The goal is to increase the number of bits per baud by encoding a pattern of m data elements into a pattern of n signal elements. • Different types of signal elements can be allowing different signal levels. • If we have L different levels, then we can produce Ln combinations of signal patterns. • The data element and signal element relation is 2 ≤ L m n • mBnL coding, where m is the length of the binary pattern, B means binary data, n is the length of the signal pattern, and L is the number of levels in the signaling. • B (binary, L=2), T (tenary, L=3), and Q (quaternary, L=4). 1.30 NDSL Copyright@2008
  • 31. Note In mBnL schemes, a pattern of m data elements is encoded as a pattern of n signal elements in which 2m ≤ Ln. 1.31 NDSL Copyright@2008
  • 32. 2B1Q • 2B1Q (two binary, one quaternary) – m=2, n=1, and L=4 – The signal rate (baud rate) 1 1 1 N S = cN = × N × = r 2 2 4 • 2B1Q is used in DSL (digital subscriber line) technology to provide a high-speed connection to the Internet by using subscriber telephone lines. 1.32 NDSL Copyright@2008
  • 33. Figure 4.10 Multilevel: 2B1Q scheme 2 1.33 NDSL Copyright@2008
  • 34. 8B6T • Eight binary, six ternary (8B6T) – This code is used with 100BASE-4T cable. – Encode a pattern of 8 bits as a pattern of 6 signal elements, where the signal has three levels (ternary). – 28=256 different data patterns and 36=478 different signal patterns. (The mapping is shown in Appendix D.) – There are 478-256=222 redundant signal elements that provide synchronization and error detection. – Part of the redundancy is also used to provide DC (direct-current) balance. • + (positive signal), - (negative signal), and 0 (lack of signal) notation. • To make whole stream DC-balanced, the sender keeps track of the weight 1.34 NDSL Copyright@2008
  • 35. Figure 4.11 Multilevel: 8B6T scheme Invert - + + - 0 - = -1 +1 1.35 NDSL Copyright@2008
  • 36. 4D-PAM5 • Four-dimensional five-level pulse amplitude modulation (4D-PAM5) – 4D means that data is sent over four wires at the same time. – It uses five voltage levels, such as -2, -1, 0, 1, and 2. – The level 0 is used only for forward error detection. – If we assume that the code is just one-dimensional, the four levels create something similar to 8B4Q. – The worst signal rate for this imaginary one-dimensional version is Nx4/8, or N/2. – 4D-PAM5 sends data over four channels (four wires). This means the signal rate can be reduced to N/8. – All 8 bits can be fed into a wire simultaneously and sent by using one signal element. – Gigabit Ethernet use this technique to send 1-Gbps data over four copper cables that can handle 1Gbps/8 = 125Mbaud 1.36 NDSL Copyright@2008
  • 37. Figure 4.12 Multilevel: 4D-PAM5 scheme 1.37 NDSL Copyright@2008
  • 38. Multiline Transmission: MLT-3 • The multiline transmission, three level (MLT-3) • Three levels (+V, 0, and –V) and three transition rules to move the levels – If the next bit is 0, there is no transition – If the next bit is 1 and the current level is not 0, the next level is 0. – If the next bit is 1 and the current level is 0, the next level is the opposite of the last nonzero level. • Why do we need to use MLT-3? – The signal rate for MLT-3 is one-fourth the bit rate (N/4). – This makes MLT-3 a suitable choice when we need to send 100 Mbps on a copper wire that cannot support more than 32 MHz (frequencies above this level create electromagnetic emission). 1.38 NDSL Copyright@2008
  • 39. Figure 4.13 Multitransition: MLT-3 scheme 1.39 NDSL Copyright@2008
  • 40. Table 4.1 Summary of line coding schemes 1.40 NDSL Copyright@2008
  • 41. Block Coding • Use redundancy to ensure synchronization and to provide some kind of inherent error detecting. • In general, block coding changes a block of m bits into a block of n bits, where n is larger than m. • Block coding is referred to as an mB/nB encoding technique. • For example: – 4B/5B encoding means a 4-bit code for a 5-bit group. 1.41 NDSL Copyright@2008
  • 42. Note Block coding is normally referred to as mB/nB coding; it replaces each m-bit group with an n-bit group. 1.42 NDSL Copyright@2008
  • 43. Figure 4.14 Block coding concept 1.43 NDSL Copyright@2008
  • 44. Figure 4.15 Using block coding 4B/5B with NRZ-I line coding scheme 1.44 NDSL Copyright@2008
  • 45. 4B/5B Encoding • 5-bit output that replaces the 4-bit input • No more than one leading zero (left bit) and no more than two trailing zeros (right bits). • There are never more than three consecutive 0s. • If a 5-bit group arrives that belongs to the unused portion of the table, the receiver knows that there is an error in the transmission. 1.45 NDSL Copyright@2008
  • 46. Table 4.2 4B/5B mapping codes 1.46 NDSL Copyright@2008
  • 47. Figure 4.16 Substitution in 4B/5B block coding 1.47 NDSL Copyright@2008
  • 48. Example 4.5 We need to send data at a 1-Mbps rate. What is the minimum required bandwidth, using a combination of 4B/5B and NRZ-I or Manchester coding? Solution First 4B/5B block coding increases the bit rate to 1.25 Mbps. The minimum bandwidth using NRZ-I is N/2 or 625 kHz. The Manchester scheme needs a minimum bandwidth of 1 MHz. The first choice needs a lower bandwidth, but has a DC component problem; the second choice needs a higher bandwidth, but does not have a DC component problem. 1.48 NDSL Copyright@2008
  • 49. Figure 4.17 8B/10B block encoding 1.49 NDSL Copyright@2008
  • 50. Scrambling • Biphase schemes that are suitable for dedicated links between stations in a LAN are not suitable for long- distance communication because of their wide bandwidth requirement. • The combination of block coding and NRZ line coding is not suitable for long-distance encoding either, because of the DC component problem. • Bipolar AMI encoding, on the other hand, has a narrow bandwidth and does not create a DC component. • However, a long sequence of 0s upsets the synchronization. • If we can find a way to avoid a long sequence of 0s in the original stream, we can use bipolar AMI for long distances. • One solution is called scrambling. 1.50 NDSL Copyright@2008
  • 51. Figure 4.18 AMI used with scrambling 1.51 NDSL Copyright@2008
  • 52. B8ZS • Bipolar with 8-zero substitution (B8ZS) – Commonly used in North America – Eight consecutive zero-level voltages are replaced by the sequence 000VB0VB. – The V in the sequence denotes violation; that is a nonzero voltage that breaks an AMI rule of encoding (opposite polarity from the previous). – The B in the sequence denotes bipolar, which means a nonzero level voltage in accordance with the AMI rule. 1.52 NDSL Copyright@2008
  • 53. Figure 4.19 Two cases of B8ZS scrambling technique 1.53 NDSL Copyright@2008
  • 54. Note B8ZS substitutes eight consecutive zeros with 000VB0VB. 1.54 NDSL Copyright@2008
  • 55. HDB3 • High-density bipolar 3-zero (HDB3) – Used outside of North America – Four consecutive zero-level voltages are replaced with a sequence of 000V or B00V. – 1. If the number of nonzero pulses after the last substitution is odd, the substitution pattern will be 000V, which makes the total number of nonzero pulses even. – 2. If the number of nonzero pulses after the last substitution is even, the substitution pattern will be B00V, which means makes the total number of nonzero pulses even. 1.55 NDSL Copyright@2008
  • 56. Figure 4.20 Different situations in HDB3 scrambling technique 1.56 NDSL Copyright@2008
  • 57. Note HDB3 substitutes four consecutive zeros with 000V or B00V depending on the number of nonzero pulses after the last substitution. 1.57 NDSL Copyright@2008
  • 58. 4-2 ANALOG-TO-DIGITAL CONVERSION We have seen in Chapter 3 that a digital signal is superior to an analog signal. The tendency today is to change an analog signal to digital data. In this section we describe two techniques, pulse code modulation and delta modulation. Topics discussed in this section: Pulse Code Modulation (PCM) Delta Modulation (DM) 1.58 NDSL Copyright@2008
  • 59. Figure 4.21 Components of PCM encoder 1.59 NDSL Copyright@2008
  • 60. Figure 4.22 Three different sampling methods for PCM 1.60 NDSL Copyright@2008
  • 61. Note According to the Nyquist theorem, the sampling rate must be at least 2 times the highest frequency contained in the signal. 1.61 NDSL Copyright@2008
  • 62. Figure 4.23 Nyquist sampling rate for low-pass and bandpass signals 1.62 NDSL Copyright@2008
  • 63. Example 4.6 For an intuitive example of the Nyquist theorem, let us sample a simple sine wave at three sampling rates: fs = 4f (2 times the Nyquist rate), fs = 2f (Nyquist rate), and fs = f (one-half the Nyquist rate). Figure 4.24 shows the sampling and the subsequent recovery of the signal. It can be seen that sampling at the Nyquist rate can create a good approximation of the original sine wave (part a). Oversampling in part b can also create the same approximation, but it is redundant and unnecessary. Sampling below the Nyquist rate (part c) does not produce a signal that looks like the original sine wave. 1.63 NDSL Copyright@2008
  • 64. Figure 4.24 Recovery of a sampled sine wave for different sampling rates 1.64 NDSL Copyright@2008
  • 65. Example 4.7 Consider the revolution of a hand of a clock. The second hand of a clock has a period of 60 s. According to the Nyquist theorem, we need to sample the hand every 30 s (Ts = T or fs = 2f ). In Figure 4.25a, the sample points, in order, are 12, 6, 12, 6, 12, and 6. The receiver of the samples cannot tell if the clock is moving forward or backward. In part b, we sample at double the Nyquist rate (every 15 s). The sample points are 12, 3, 6, 9, and 12. The clock is moving forward. In part c, we sample below the Nyquist rate (Ts = T or fs = f ). The sample points are 12, 9, 6, 3, and 12. Although the clock is moving forward, the receiver thinks that the clock is moving backward. 1.65 NDSL Copyright@2008
  • 66. Figure 4.25 Sampling of a clock with only one hand 1.66 NDSL Copyright@2008
  • 67. Example 4.8 An example related to Example 4.7 is the seemingly backward rotation of the wheels of a forward-moving car in a movie. This can be explained by under-sampling. A movie is filmed at 24 frames per second. If a wheel is rotating more than 12 times per second, the under- sampling creates the impression of a backward rotation. 1.67 NDSL Copyright@2008
  • 68. Example 4.9 Telephone companies digitize voice by assuming a maximum frequency of 4000 Hz. The sampling rate therefore is 8000 samples per second. 1.68 NDSL Copyright@2008
  • 69. Example 4.10 A complex low-pass signal has a bandwidth of 200 kHz. What is the minimum sampling rate for this signal? Solution The bandwidth of a low-pass signal is between 0 and f, where f is the maximum frequency in the signal. Therefore, we can sample this signal at 2 times the highest frequency (200 kHz). The sampling rate is therefore 400,000 samples per second. 1.69 NDSL Copyright@2008
  • 70. Example 4.11 A complex bandpass signal has a bandwidth of 200 kHz. What is the minimum sampling rate for this signal? Solution We cannot find the minimum sampling rate in this case because we do not know where the bandwidth starts or ends. We do not know the maximum frequency in the signal. 1.70 NDSL Copyright@2008
  • 71. Figure 4.26 Quantization and encoding of a sampled signal 1.71 NDSL Copyright@2008
  • 72. Quantization • Quantization Levels – Choosing lower values of L increases the quantization error if there is a lot of fluctuation in the signal. • Quantization Error – If the input value is also at the middle of the zone, there is no quantization error; otherwise, there is an error. – It can be proven that the contribution of the quantization error to the SNRdB of the signal depends on the number of quantization levels L, or the bits per sample nb, as shown in the following formula: SNRdB = 6.02nb + 1.76 dB 1.72 NDSL Copyright@2008
  • 73. Example 4.12 What is the SNRdB in the example of Figure 4.26? Solution We can use the formula to find the quantization. We have eight levels and 3 bits per sample, so SNRdB = 6.02(3) + 1.76 = 19.82 dB Increasing the number of levels increases the SNR. 1.73 NDSL Copyright@2008
  • 74. Example 4.13 A telephone subscriber line must have an SNRdB above 40. What is the minimum number of bits per sample? Solution We can calculate the number of bits as Telephone companies usually assign 7 or 8 bits per sample. 1.74 NDSL Copyright@2008
  • 75. Quantization • Uniform versus nonuniform quantization – Changes in amplitude often occur more frequently in the lower amplitudes than in the higher ones. – Nonuniform quantization • Companding • Expanding • Encoding – nb = log2L – Bit rate = sampling rate x number of bits per sample = fs x nb 1.75 NDSL Copyright@2008
  • 76. Example 4.14 We want to digitize the human voice. What is the bit rate, assuming 8 bits per sample? Solution The human voice normally contains frequencies from 0 to 4000 Hz. So the sampling rate and bit rate are calculated as follows: 1.76 NDSL Copyright@2008
  • 77. Figure 4.27 Components of a PCM decoder 1.77 NDSL Copyright@2008
  • 78. PCM Bandwidth • The minimum bandwidth of the channel that can pass the digitized signal: 1 1 1 Bmin = c × N × = c × nb × f s × = c × nb × 2 × Banalog × r r r • When 1/r = 1 (for NRZ or bipolar signal) and c = ½ Bmin = nb × Banalog 1.78 NDSL Copyright@2008
  • 79. Maximum data rate of a channel • Maximum data rate of a channel N = f s × nb = 2 × B × log 2 L • The data rate is N max = 2 × B × log 2 L bps • Minimum required bandwidth N Bmin = Hz 2× log 2 L 1.79 NDSL Copyright@2008
  • 80. Example 4.15 We have a low-pass analog signal of 4 kHz. If we send the analog signal, we need a channel with a minimum bandwidth of 4 kHz. If we digitize the signal and send 8 bits per sample, we need a channel with a minimum bandwidth of 8 × 4 kHz = 32 kHz. 1.80 NDSL Copyright@2008
  • 81. Figure 4.28 The process of delta modulation 1.81 NDSL Copyright@2008
  • 82. Figure 4.29 Delta modulation components 1.82 NDSL Copyright@2008
  • 83. Figure 4.30 Delta demodulation components 1.83 NDSL Copyright@2008
  • 84. Adaptive DM • Adaptive delta modulation – A better performance can be achieved if the value of δ is not fixed. – The value of δ changes according to the amplitude of the analog signal. • Quantization Error – DM is not perfect. – Quantization error is always introduced in the process. – Much less than that for PCM. 1.84 NDSL Copyright@2008
  • 85. 4-3 TRANSMISSION MODES The transmission of binary data across a link can be accomplished in either parallel or serial mode. In parallel mode, multiple bits are sent with each clock tick. In serial mode, 1 bit is sent with each clock tick. While there is only one way to send parallel data, there are three subclasses of serial transmission: asynchronous, synchronous, and isochronous. Topics discussed in this section: Parallel Transmission Serial Transmission 1.85 NDSL Copyright@2008
  • 86. Figure 4.31 Data transmission and modes 1.86 NDSL Copyright@2008
  • 87. Figure 4.32 Parallel transmission 1.87 NDSL Copyright@2008
  • 88. Figure 4.33 Serial transmission 1.88 NDSL Copyright@2008
  • 89. Note In asynchronous transmission, we send 1 start bit (0) at the beginning and 1 or more stop bits (1s) at the end of each byte. There may be a gap between each byte. 1.89 NDSL Copyright@2008
  • 90. Note Asynchronous here means “asynchronous at the byte level,” but the bits are still synchronized; their durations are the same. 1.90 NDSL Copyright@2008
  • 91. Figure 4.34 Asynchronous transmission 1.91 NDSL Copyright@2008
  • 92. Note In synchronous transmission, we send bits one after another without start or stop bits or gaps. It is the responsibility of the receiver to group the bits. 1.92 NDSL Copyright@2008
  • 93. Figure 4.35 Synchronous transmission 1.93 NDSL Copyright@2008