DDC Reviewer
DDC Reviewer
INTRODUCTION
DIGITAL TRANSMISSION is the transmittal of digital signals between two or
more points in a communications system. The signals can be binary or any other form
of discrete-level digital pulses.
The original source information may be in digital form, or it could be analog
signals that have been converted to digital pulses prior to transmission and converted
back to analog signals in the receiver.
With digital transmission systems, a physical facility, such as a pair of wires,
coaxial cable or an optical fiber cable is required to interconnect the various points
within the system.
The pulses are contained in and propagate down the cable. Digital pulses cannot
be propagated through a wireless transmission systems, such as Earth’s atmosphere or
free space (vacuum).
AT&T developed the first digital transmission system for the purpose of carrying
digitally-encoded analog signals, such as the human voice, over metallic wire cables
between telephone offices.
Today, digital transmission systems are used to carry not only digitally-encoded
voice and video signals but also digital source information directly between computers
and computer networks. Digital transmission systems use both metallic and optical fiber
cables for their transmission medium.
PULSE MODULATION
Pulse Modulation consists essentially of sampling analog information signal and
then converting those samples into discrete pulses and transporting the pulses from a
source to a destination over a physical transmission medium.
NATURAL SAMPLING
Natural sampling is when tops of the sample pulses retain their natural shape
during the sample interval, making it difficult for an ADC to convert the sample to a PCM
code. With natural sampling, the frequency spectrum of the sampled output is different
from that of an ideal sample.
FLAT-TOP SAMPLING
The most common method used for sampling voice signals in PCM systems is
the flat-top sampling, which is accomplished in a sample-and-hold circuit.
With flat-top sampling, the input voltage is sampled with a narrow pulse and then
held relatively constant until the next sample is taken.
The figure above shows flat-top sampling. As the figure shows, the sampling
process alters the frequency spectrum and introduces an error called aperture error,
which is when the amplitude of the sampled signal changes during the sample pulse
time.
The figure above shows the input analog signal, the sampling pulse and the
waveform developed across C1. It is important that the output impedance of a voltage
follower Z1 and the on resistance of Q1 be as small as possible.
The rapid drop in the capacitor voltage immediately following each sample pulse
is due to the redistribution of the charge across C1. The inter-electrode capacitance
between the gate and the drain of the FET is placed in series with C1 when the FET is
off, thus acting as a capacitive voltage divider network.
Also, note the gradual discharge across the capacitor during the conversion time.
This is called droop and is caused by the capacitor discharging through its own leakage
resistance and the input impedance of voltage follower Z2.
Therefore it is important that the input impedance of Z2 and the leakage
resistance of C1 be as high as possible. Essentially, voltage followers Z1 and Z2 isolate
the sample-and-hold circuit (Q1 and C1) from the output and input circuitry.
SAMPLING RATE
The Nyquist Sampling Theorem establishes the minimum sampling rate, fs that
can be used for a given PCM system. For a sample to be reproduced accurately in a
PCM receiver, each cycle of the analog input signal (fa) must be sampled at least twice.
Consequently, the minimum sampling rate is equal to twice the highest audio
input frequency. If fs is less than two times fa, an impairment called alias or foldover
distortion occurs.
A sample and hold circuit is a non-linear device (mixer) with two inputs: the
sampling pulse and the analog input signal. Consequently, nonlinear mixing
(heterodyning) occurs between these two signals.
The side frequencies from one harmonic fold over into the sideband of another
harmonic. The frequency that folds over is an alias of the input signal(hence the names
“aliasing” and “fold over distortion”). If an alias side frequency from the first harmonic
fold over into the audio spectrum, it cannot be removed through filtering or any other
technique.
Example:
For a PCM system with a maximum audio input frequency of 4kHz, 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.
The input bandpass filter shown in the figure of a single channel, simplex PCM
system is called an antialiasing or antifoldover filter. Its upper frequency is chosen such
that no frequency greater than one-half the sampling rate is allowed to enter the
sample-and-hold circuit, thus, eliminating the possibility of foldover distortion occurring.
With PCM, the analog input signal is sampled, then converted to a serial binary
code. The binary code is transmitted to the receiver, where it is converted back to the
original analog signal. The binary codes used for PCM are sign-magnitude codes,
where the most significant bit (MSB) is the sign bit and the remaining bits are used for
magnitude.
Lesson 2: Introduction to Data Communications and Networking
INTRODUCTION