<< Chapter < Page Chapter >> Page >

Recall that the impulse response for a discrete time echoing feedback system with gain a is

h [ n ] = a n u [ n ] ,

and consider the response to an input signal that is another exponential

x [ n ] = b n u [ n ] .

We know that the output for this input is given by the convolution of the impulse response with the input signal

y [ n ] = x [ n ] * h [ n ] .

We would like to compute this operation by beginning in a way that minimizes the algebraic complexity of the expression. However, in this case, each possible choice is equally simple. Thus, we would like to compute

y [ n ] = k = - a k u [ k ] b n - k u [ n - k ] .

The step functions can be used to further simplify this sum. Therefore,

y [ n ] = 0

for n < 0 and

y [ n ] = k = 0 n [ a b ] k

for n 0 . Hence, provided a b 1 , we have that

y [ n ] = 0 n < 0 1 - ( a b ) n + 1 1 - ( a b ) n 0 .
Got questions? Get instant answers now!

Circular convolution

Discrete time circular convolution is an operation on two finite length or periodic discrete time signals defined by the sum

( f g ) [ n ] = k = 0 N - 1 f ^ [ k ] g ^ [ n - k ]

for all signals f , g defined on Z [ 0 , N - 1 ] where f ^ , g ^ are periodic extensions of f and g . It is important to note that the operation of circular convolution is commutative, meaning that

f g = g f

for all signals f , g defined on Z [ 0 , N - 1 ] . Thus, the circular convolution operation could have been just as easily stated using the equivalent definition

( f g ) [ n ] = k = 0 N - 1 f ^ [ n - k ] g ^ [ k ]

for all signals f , g defined on Z [ 0 , N - 1 ] where f ^ , g ^ are periodic extensions of f and g . Circular convolution has several other important properties not listed here but explained and derived in a later module.

Alternatively, discrete time circular convolution can be expressed as the sum of two summations given by

( f g ) [ n ] = k = 0 n f [ k ] g [ n - k ] + k = n + 1 N - 1 f [ k ] g [ n - k + N ]

for all signals f , g defined on Z [ 0 , N - 1 ] .

Meaningful examples of computing discrete time circular convolutions in the time domain would involve complicated algebraic manipulations dealing with the wrap around behavior, which would ultimately be more confusing than helpful. Thus, none will be provided in this section. Of course, example computations in the time domain are easy to program and demonstrate. However, disrete time circular convolutions are more easily computed using frequency domain tools as will be shown in the discrete time Fourier series section.

Definition motivation

The above operation definition has been chosen to be particularly useful in the study of linear time invariant systems. In order to see this, consider a linear time invariant system H with unit impulse response h . Given a periodic system input signal x we would like to compute the system output signal H ( x ) . First, we note that the input can be expressed as the circular convolution

x [ n ] = k = 0 N - 1 x ^ [ k ] δ ^ [ n - k ]

by the sifting property of the unit impulse function. By linearity,

H ( x [ n ] ) = k = 0 N - 1 x ^ [ k ] H ( δ ^ [ n - k ] ) .

Since H ( δ [ n - k ] ) is the shifted unit impulse response h [ n - k ] , this gives the result

H ( x [ n ] ) = k = 0 N - 1 x ^ [ k ] h ^ [ n - k ] = ( x h ) [ n ] .

Hence, circular convolution has been defined such that the output of a linear time invariant system is given by the convolution of the system input with the system unit impulse response.

Graphical intuition

It is often helpful to be able to visualize the computation of a circular convolution in terms of graphical processes. Consider the circular convolution of two finite length functions f , g given by

( f g ) [ n ] = k = 0 N - 1 f ^ [ k ] g ^ [ n - k ] = k = 0 N - 1 f ^ [ n - k ] g ^ [ k ] .

The first step in graphically understanding the operation of convolution is to plot each of the periodic extensions of the functions. Next, one of the functions must be selected, and its plot reflected across the k = 0 axis. For each n Z [ 0 , N - 1 ] , that same function must be shifted left by n . The point-wise product of the two resulting plots is then computed, and finally all of these values are summed.

Interactive element

timeshiftDemo
Interact (when online) with the Mathematica CDF demonstrating Discrete Linear Convolution. To download, right click and save file as .cdf

Convolution summary

Convolution, one of the most important concepts in electrical engineering, can be used to determine the output signal of a linear time invariant system for a given input signal with knowledge of the system's unit impulse response. The operation of discrete time convolution is defined such that it performs this function for infinite length discrete time signals and systems. The operation of discrete time circular convolution is defined such that it performs this function for finite length and periodic discrete time signals. In each case, the output of the system is the convolution or circular convolution of the input signal with the unit impulse response.

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Digital signal processing: a user's guide. OpenStax CNX. Aug 29, 2006 Download for free at http://cnx.org/content/col10372/1.2
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Digital signal processing: a user's guide' conversation and receive update notifications?

Ask