Analog-to-Digital-Convesion v2 - Student
Analog-to-Digital-Convesion v2 - Student
Digital
Conversion
Analog to Digital Conversion
➢To transmit analog signal digitally, that is, as a series of numbers,
we must first sample the signal.
➢This involves finding its amplitude at discrete time intervals. Only in
this way can we arrive at a finite series of numbers to transmit.
2
Analog to Digital Conversion
➢A typical system describing the functions in the analog-to-digital
and digital-to-analog chain.
3
Analog to Digital Conversion
➢The basic functions for analog-to-digital conversion
4
Analog to Digital Conversion
Electronic Signal
A signal is an electromagnetic or electrical current that is used for carrying data from one system
or network to another. The signal is a function that conveys information about a phenomenon.
These are time-varying "quantities" which convey some sort of information. In electrical
engineering the quantity that's time-varying is usually voltage (if not that, then usually current)
Periodic Signal
➢A signal is a periodic signal if it completes a
pattern within a measurable time frame, called
period, and repeats that pattern over identical
subsequent periods.
21
Pulse Code Modulation
(PCM)
➢It is the most common technique to change an analog
signal to digital data (digitization)
22
Pulse Code Modulation (PCM)
❖In the Transmitter,
➢The bandpass filter limits the frequency of the analog input signal to the
standard voice-band frequency range of 300 Hz to 3000 Hz.
➢The sample-and-hold circuit periodically samples the analog input signal and
converts those samples to a multilevel PAM signal.
➢The analog-to-digital converter (ADC) converts the PAM samples to parallel PCM
codes, which are converted to serial binary data in the parallel-to-serial converter
and then outputted onto the transmission line as serial digital pulses.
23
Pulse Code Modulation (PCM)
❖In the Receiver,
➢The serial-to-parallel converter converts serial pulses to parallel PCM codes.
➢The digital-to-analog converter(DAC) converts the parallel PCM codes to multilevel
PAM signals.
➢The hold circuit is basically a low pass filter that converts the PAM signals back to
its original analog form.
❖Codec (coder/decoder) - is an integrated circuit that performs the PCM encoding
and decoding functions.
24
Analog to Digital Converter
Analog to Digital Converter is an electronic device used for converting an analog signal into a
digital signal.
Pulse Code Modulation (PCM)
26
Sampling
The sample block function is to sample the
input analog signal at a specific time interval.
The samples are taken in continuous
amplitude & possess real value but they are
discrete with respect to time
Sampling Techniques
There are basically three types of Sampling
techniques,
Impulse Sampling
Impulse sampling can be performed by multiplying input signal x(t) with impulse train. Here, the
amplitude of impulse changes with respect to amplitude of input signal x(t)
Natural Sampling
Flat Top Sampling
Sampling Rate
One of the most critical factors when selecting an A/D board is sampling rate (speed). The sampling
rate is a measure of how rapidly the A/D board can scan the input channel and identify the discrete
value of the signal present with respect to a reference signal. If the sampling rate is too slow, then a
completely different waveform of a lower frequency is constructed from the data acquired. This effect is
called aliasing.
Nyquist Theorem
The Nyquist Theorem, also known as the sampling theorem, is a principle that engineers follow in
the digitization of analog signals. The number of samples per second is called the sampling rate or
sampling frequency. The Nyquist Theorem states that in order to adequately reproduce a signal it
should be periodically sampled at a rate that is two times the highest frequency you wish to record.
Aliasing
According to the Nyquist theorem, an ADC
must sample the input signal at least twice as
fast as its highest-frequency component in
order to reproduce the original signal in the
digital domain – otherwise, aliases are
produced.
“Sample and Hold” Sampling
Sample and Hold is a circuit that is used to take a changing analog signal and literally hold it so
that a following circuit or system such as an ADC, (Analog to Digital Converter) has the necessary
time it needs to process it. At its simplest, a sample and hold circuit is a capacitor and a switch.
Output spectrum for a
sample-and-hold circuit
36
Example
For a PCM system with a maximum audio input
frequency of 4 kHz, determine the minimum sample
rate and the alias frequency produced if a 5-kHz audio
signal were allowed to enter the sample-and-hold
circuit.
37
Sampling Technique
Recovery of a sampled sine wave for different
sampling rates
38
Quantization
The digitization of analog signals involves the
rounding off of the values which are approximately
equal to the analog values. The method of sampling
chooses a few points on the analog signal and then
these points are joined to round off the value to a
near stabilized value. Such a process is called as
Quantization.
Quantization
A/D systems are characterized by the
number of bits they have available to perform
quantization. The number of bits determines
the number of quantization levels.