Skip to content Skip to navigation Skip to collection information

Connexions

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

Navigation

Table of Contents

Lenses

What is a lens?

Definition of a lens

Lenses

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

What is in a lens?

Lens makers point to 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 member, a community, or a respected organization.

What are tags? tag icon

Tags are descriptors added by lens makers to help label content, attaching a vocabulary that is meaningful in the context of the lens.

This content is ...

Affiliated with (What does "Affiliated with" mean?)

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.

Also in these lenses

  • Lens for Engineering

    This collection is included inLens: Lens for Engineering
    By: Sidney Burrus

    Click the "Lens for Engineering" link to see all content selected in this lens.

  • richb's DSP display tagshide tags

    This collection is included inLens: richb's DSP resources
    By: Richard Baraniuk

    Comments:

    "My introduction to signal processing course at Rice University."

    Click the "richb's DSP" link to see all content selected in this lens.

    Click the tag icon tag icon to display tags associated with this content.

Recently Viewed

This feature requires Javascript to be enabled.

Tags

(What is a tag?)

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

Discrete Time Systems

Module by: Stephen Kruzick. E-mail the author

Based on: Discrete-Time Systems in the Time-Domain by Don Johnson

Summary: Describes discrete time systems.

Introduction

As you already now know, a discrete time system operates on a discrete time signal input and produces a discrete time signal output. There are numerous examples of useful discrete time systems in digital signal processing, such as digital filters for images or sound. The class of discrete time systems that are both linear and time invariant, known as discrete time LTI systems, is of particular interest as the properties of linearity and time invariance together allow the use of some of the most important and powerful tools in signal processing.

Discrete Time Systems

Linearity and Time Invariance

A system HH is said to be linear if it satisfies two important conditions. The first, additivity, states for every pair of signals x,yx,y that H(x+y)=H(x)+H(y)H(x+y)=H(x)+H(y). The second, homogeneity of degree one, states for every signal xx and scalar aa we have H(ax)=aH(x)H(ax)=aH(x). It is clear that these conditions can be combined together into a single condition for linearity. Thus, a system is said to be linear if for every signals x,yx,y and scalars a,ba,b we have that

H ( a x + b y ) = a H ( x ) + b H ( y ) . H ( a x + b y ) = a H ( x ) + b H ( y ) .
(1)

Linearity is a particularly important property of systems as it allows us to leverage the powerful tools of linear algebra, such as bases, eigenvectors, and eigenvalues, in their study.

A system HH is said to be time invariant if a time shift of an input produces the corresponding shifted output. In other, more precise words, the system HH commutes with the time shift operator STST for every TZTZ. That is,

S T H = H S T . S T H = H S T .
(2)

Time invariance is desirable because it eases computation while mirroring our intuition that, all else equal, physical systems should react the same to identical inputs at different times.

When a system exhibits both of these important properties it opens. As will be explained and proven in subsequent modules, computation of the system output for a given input becomes a simple matter of convolving the input with the system's impulse response signal. Also proven later, the fact that complex exponential are eigenvectors of linear time invariant systems will encourage the use of frequency domain tools such as the various Fouier transforms and associated transfer functions, to describe the behavior of linear time invariant systems.

Example 1

Consider the system HH in which

H ( f ( n ) ) = 2 f ( n ) H ( f ( n ) ) = 2 f ( n )
(3)

for all signals ff. Given any two signals f,gf,g and scalars a,ba,b

H ( a f ( n ) + b g ( n ) ) ) = 2 ( a f ( n ) + b g ( n ) ) = a 2 f ( n ) + b 2 g ( n ) = a H ( f ( n ) ) + b H ( g ( n ) ) H ( a f ( n ) + b g ( n ) ) ) = 2 ( a f ( n ) + b g ( n ) ) = a 2 f ( n ) + b 2 g ( n ) = a H ( f ( n ) ) + b H ( g ( n ) )
(4)

for all integers nn. Thus, HH is a linear system. For all integers TT and signals ff,

S T ( H ( f ( n ) ) ) = S T ( 2 f ( n ) ) = 2 f ( n - T ) = H ( f ( n - T ) ) = H ( S T ( f ( n ) ) ) S T ( H ( f ( n ) ) ) = S T ( 2 f ( n ) ) = 2 f ( n - T ) = H ( f ( n - T ) ) = H ( S T ( f ( n ) ) )
(5)

for all integers nn. Thus, HH is a time invariant system. Therefore, HH is a linear time invariant system.

Difference Equation Representation

It is often useful to to describe systems using equations involving the rate of change in some quantity. For discrete time systems, such equations are called difference equations, a type of recurrence relation. One important class of difference equations is the set of linear constant coefficient difference equations, which are described in more detail in subsequent modules.

Example 2

Recall that the Fibonacci sequence describes a (very unrealistic) model of what happens when a pair rabbits get left alone in a black box... The assumptions are that a pair of rabits never die and produce a pair of offspring every month starting on their second month of life. This system is defined by the recursion relation for the number of rabit pairs y(n)y(n) at month nn

y ( n ) = y ( n - 1 ) + y ( n - 2 ) y ( n ) = y ( n - 1 ) + y ( n - 2 )
(6)

with the initial conditions y(0)=0y(0)=0 and y(1)=1y(1)=1. The result is a very fast growth in the sequence. This is why we never leave black boxes open.

Discrete Time Systems Summary

Many useful discrete time systems will be encountered in a study of signals and systems. This course is most interested in those that demonstrate both the linearity property and the time invariance property, which together enable the use of some of the most powerful tools of signal processing. It is often useful to describe them in terms of rates of change through linear constant coefficient difference equations, a type of recurrence relation.

Collection Navigation

Content actions

Download module as:

Add:

Collection to:

My Favorites (?)

'My Favorites' is a special kind of lens which you can use to bookmark modules and collections. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need an account to use 'My Favorites'.

| A lens I own (?)

Definition of a lens

Lenses

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

What is in a lens?

Lens makers point to 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 member, a community, or a respected organization.

What are tags? tag icon

Tags are descriptors added by lens makers to help label content, attaching a vocabulary that is meaningful in the context of the lens.

| External bookmarks

Module to:

My Favorites (?)

'My Favorites' is a special kind of lens which you can use to bookmark modules and collections. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need an account to use 'My Favorites'.

| A lens I own (?)

Definition of a lens

Lenses

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

What is in a lens?

Lens makers point to 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 member, a community, or a respected organization.

What are tags? tag icon

Tags are descriptors added by lens makers to help label content, attaching a vocabulary that is meaningful in the context of the lens.

| External bookmarks