[next] [prev] [prev-tail] [tail] [up]

4.4 Analog Data, Digital Signal

Pulse Code Modulation (PCM)

Pulse code modulation relies on the following result.

Sampling Theorem. A signal can be reconstructed from a sample taken at

                ||            -|--
               -|--          -- |--
 -||||        |-   --       --  | |
--   |||--    |    |||||   --   | ||     -
|    |   --  -|    |   |||--|   |  --   -|
|    |   |-|--|    |   |    |   |   -  --|
|        |    |    |   |    |   |   -|-- |

The conversion has three stages

analog |---------| PAM   |----------| PCM    ---------|  bit
 signal-|  PAM    -pulses||quantizer |-pulses|-encoder -stream
       |-sampler---       |-----------        ----------
Sampling of amplitude signals (PAM pulses)
Digitizing of the amplitude signals (PCM pulses)
Encoding of the stream of bits
   ------------------------------------------
111101------------------------------------------
101------------------------------------------
100-------------------------------------------
011------------------------------------------
000110------------------------------------------
000------------------------------------------
  100 100  010  011 101  011 011  111 000  100

Performance

signal bandwidth no of samples per second bits per code rate in bits rate in Hz
voice 4 kHz 80007 8000 × 7 = 56 kbps 28 kHz
color TV4.6 MHz 1092 Mbps

Digital techniques are getting popular due to

Delta Modulation (DM)

[next] [prev] [prev-tail] [front] [up]