
Aliasing Effect 229
We present an analogy to explain the aliasing problem. With a word
length of one bit, we can represent two binary numbers (0,1). With a word
length of two bits, we can represent four binary numbers (00,01,10,11).
In general, with a word length of N bits, we can represent (2^) binary
numbers. We select an appropriate word length for a specific problem. If
we select an insufficient word length, overflow will occur and the problem
cannot be solved correctly. On the other hand, if we select a longer word
length than necessary the processing cost is increased unnecessarily. Sim-
ilarly, with a set of N samples, we can distinctly represent sinusoids with
frequency index up to and including ^
~~
!• F°
r
example, with 256 samples,
sinusoids with frequency index up to and including 127 can be distinctly
represented. Therefore, we are able to represent a larger set of sinusoids
distinctly with a larger set of samples. Ultimately, with continuous signal
representation, we can represent an infinite number of sinusoids distinctly
as the number of samples becomes unlimited. The point is that we do
not need, for practical applications, an infinite number of distinct sinusoids
since the signal representation with some error is acceptable.
The folding of frequencies
The second question is what happens if the signal contains frequency com-
ponents with index greater than %• Simply, the frequency coefficients in
the valid range are corrupted and we cannot recover the original time-
domain signal from these corrupted coefficients. This happens because of
the periodicity of the discrete complex exponentials or discrete cosines and
sines.
Eqs. (2.4) and (2.5) imply that a set of N discrete time-domain
samples can represent an infinite number of sinusoids. Therefore, in the
frequency-domain, an infinite number of sinusoids contribute to each DFT
coefficient making it impossible to discriminate the individual sinusoids.
The impersonating of high frequency sinusoids as low frequency sinusoids,
due to sampling a signal with a sampling interval that is not small enough,
is called the aliasing effect.
Figure 11.3(a) shows a sine waveform with N = 4 and frequency index
one.
The DFT of this signal {0,-j2,0,j2}, shown in Fig. 11.3(b), correctly
indicates a sine wave with frequency index 1. Figure 11.3(c) shows a sine
waveform with N = 4 and frequency index three. The samples we obtain
in Fig. 11.3(c) are exactly the negative values of that shown in Fig. 11.3(a)
and the DFT yields the coefficients of the signal shown in Fig. 11.3(a)