Mathematically, analog signals are functions having as their
independent variables continuous quantities, such as space and
time. Discrete-time signals are functions defined on the
integers; they are sequences. As with analog signals, we seek
ways of decomposing discrete-time signals into simpler
components. Because this approach leading to a better
understanding of signal structure, we can exploit that structure
to represent information (create ways of representing
information with signals) and to extract information (retrieve
the information thus represented). For symbolic-valued signals,
the approach is different: We develop a common representation of
all symbolic-valued signals so that we can embody the
information they contain in a unified way. From an information
representation perspective, the most important issue becomes,
for both real-valued and symbolic-valued signals, efficiency:
what is the most parsimonious and compact way to represent
information so that it can be extracted later.
Real- and Complex-valued Signals
A discrete-time signal is represented symbolically as
sn
s
n
, where
n=…-101…
n
…
-1
0
1
…
.
We usually draw discrete-time signals as stem plots to
emphasize the fact they are functions defined only on the
integers. We can delay a discrete-time signal by an integer
just as with analog ones. A signal delayed by
mm samples has the
expression
sn-m
s
n
m
.
Complex Exponentials
The most important signal is, of course, the
complex
exponential sequence.
sn=ⅇⅈ2πfn
s
n
2
f
n
(1)
Note that the frequency variable
ff is dimensionless and that adding an integer to the frequency of the discrete-time
complex exponential has no effect on the signal's value.
ⅇⅈ2πf+mn=ⅇⅈ2πfnⅇⅈ2πmn=ⅇⅈ2πfn
2
f
m
n
2
f
n
2
m
n
2
f
n
(2)
This derivation follows because the complex exponential
evaluated at an integer multiple of
2π
2
equals one. Thus, the period of a discrete-time complex exponential equals one.
Sinusoids
Discrete-time sinusoids have the obvious form
sn=Acos2πfn+φ
s
n
A
2
f
n
φ
. As opposed to analog complex exponentials and
sinusoids that can have their frequencies be any real value,
frequencies of their discrete-time counterparts yield unique
waveforms only when
f
f lies in the interval
-1212
1
2
1
2
. From the properties of the complex exponential, the sinusoid's period is always one; this choice of frequency interval will become evident later.
Unit Sample
The second-most
important discrete-time signal is the
unit sample,
which is defined to be
δn=1ifn=00otherwise
δ
n
1
n
0
0
(3)
Examination of a discrete-time signal's plot, like that of the
cosine signal shown in
Figure 1,
reveals that all signals consist of a sequence of delayed and
scaled unit samples. Because the value of a sequence at each
integer
m
m is denoted by
sm
s
m
and the unit sample delayed to occur at
m
m
is written
δn-m
δ
n
m
, we can decompose
any signal as
a sum of unit samples delayed to the appropriate location and
scaled by the signal value.
sn=∑m=-∞∞smδn-m
s
n
m
s
m
δ
n
m
(4)
This kind of decomposition is unique to discrete-time signals,
and will prove useful subsequently.
Unit Step
The
unit sample in discrete-time is well-defined at the origin, as opposed to the situation with analog signals.
un=1ifn≥00ifn<0
u
n
1
n
0
0
n
0
(5)
Symbolic Signals
An interesting aspect of discrete-time signals is that their
values do not need to be real numbers. We do have real-valued
discrete-time signals like the sinusoid, but we also have
signals that denote the sequence of characters typed on the
keyboard. Such characters certainly aren't real numbers, and
as a collection of possible signal values, they have little
mathematical structure other than that they are members of a
set. More formally, each element of the
symbolic-valued signal
sn
s
n
takes on one of the values
a
1
…
a
K
a
1
…
a
K
which comprise the alphabet
A A. This technical terminology does
not mean we restrict symbols to being members of the English
or Greek alphabet. They could represent keyboard characters,
bytes (8-bit quantities), integers that convey daily
temperature. Whether controlled by software or not,
discrete-time systems are ultimately constructed from digital
circuits, which consist entirely of
analog circuit elements. Furthermore, the transmission and
reception of discrete-time signals, like e-mail, is
accomplished with analog signals and systems. Understanding
how discrete-time and analog signals and systems intertwine is
perhaps the main goal of this course.
Discrete-Time Systems
Discrete-time systems can act on discrete-time signals in ways
similar to those found in analog signals and systems. Because
of the role of software in discrete-time systems, many more
different systems can be envisioned and "constructed" with
programs than can be with analog signals. In fact, a special
class of analog signals can be converted into discrete-time
signals, processed with software, and converted back into an
analog signal, all without the incursion of error. For such
signals, systems can be easily produced in software, with
equivalent analog realizations difficult, if not impossible,
to design.
"Electrical Engineering Digital Processing Systems in Braille."