Signal Encoding Techniques
Signal Encoding Techniques
Interpreting Signals
Encoding
Schemes
They include:
Nonreturn to Zero-Level (NRZ-L)
Nonreturn to Zero Inverted (NRZI)
Bipolar -AMI
Pseudoternary
Manchester
Differential Manchester
B8ZS
HDB3
Nonreturn to Zero-Level(NRZ-L)
The most common, and easiest, way to transmit digital signals is to use two
different voltage levels for the two binary digits. Codes that follow this strategy
share the property that the voltage level is constant during a bit interval; there is
no transition (no return to a zero voltage level). A negative voltage represents
one binary value and a positive voltage represents the other. This is known as
Nonreturn to Zero-Level (NRZ-L).
6
The main limitations of NRZ signals are the presence of a dc component and
the lack of synchronization capability.ie, any drift between the clocks of
transmitter and receiver will result in loss of synchronization between the two.
NRZ codes are commonly used for digital magnetic recording. However, their
limitations make these codes unattractive for signal transmission applications.
Manchester Encoding
There is another set of coding techniques, grouped under the term biphase,
that overcomes the limitations of NRZ codes. Two of these techniques,
Manchester and differential Manchester, are in common use.
In the Manchester code, there is a transition at the middle of each bit
period. The midbit transition serves as a clocking mechanism and also as
data: a low-to-high transition represents a 1, and a high-to-low transition
represents a 0.
10
Modulation Techniques
12
13
14
15
16
A process of converting analog data into digital data; this process is known
as digitization.
The device used for converting analog data into digital form for
transmission, and subsequently recovering the original analog data from
the digital, is known as a codec (coder-decoder). In this section we
examine the two principal techniques used in codecs, pulse code
modulation and delta modulation.
17
Delta Modulation
20
21
22
It is a feedback mechanism.
For transmission, the following occurs: At each sampling time, the analog
input is compared to the most recent value of the approximating staircase
function. If the value of the sampled waveform exceeds that of the staircase
function, a 1 is generated; otherwise, a 0 is generated. Thus, the staircase is
always changed in the direction of the input signal. The output of the DM
process is therefore a binary sequence that can be used at the receiver to
reconstruct the staircase function. The staircase function can then be
smoothed by some type of integration process or by passing it through a
lowpass filter to produce an analog approximation of the analog input
signal.
23
24
Analog
Modulation
Techniques
Amplitude
Modulation
Frequency
Modulation
Phase Modulation
25