Connexions

You are here: Home » Content » Discrete-Time Signals and Systems
Content Actions
Lenses

What is a lens?

Lenses

A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

What is in a lens?

Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

Who can create a lens?

Any individual Connexions member, a community, or a respected organization.

This content is ...
Affiliated with (?)
This content is either by members of the organizations listed or about topics related to the organizations listed. Click each link to see a list of all content affiliated with the organization.
  • This module is included inLens: Rice University Disability Support Services's Lens
    By: Rice University Disability Support ServicesAs a part of collection:"Fundamentals of Electrical Engineering I"

    Comments:

    "Electrical Engineering Digital Processing Systems in Braille."

    Click the "Rice DSS - Braille" link to see all content affiliated with them.

    Rice DSS - Braille
  • This module is included inLens: Rice University OpenCourseWare
    By: OpenCourseWare ConsortiumAs a part of collection:"Fundamentals of Electrical Engineering I"

    Click the "Rice University OCW" link to see all content affiliated with them.

    Rice University OCW
Also in these lenses
  • This module is included inLens: Connexions Books Available for Print on Demand
    By: ConnexionsAs a part of collection:"Fundamentals of Electrical Engineering I"

    Comments:

    "This book was assembled for print in July 07. A braille version of this book is being produced also."

    Click the "Printable Books" link to see all content selected in this lens.

    Printable Books
Tags

(?)

These tags come from the endorsement, affiliation, and other lenses that include this content.

Discrete-Time Signals and Systems

Module by: Don Johnson

Summary: (Blank Abstract)

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 .
Cosine
cosine.png
Figure 1: The discrete-time cosine signal is plotted as a stem plot. Can you find the formula for this signal?
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πfn2π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)
Unit sample
unitsample.png
Figure 2: The unit sample.
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=1ifn00ifn<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.

Comments, questions, feedback, criticisms?

Send feedback