<< Chapter < Page Chapter >> Page >

z -transform analysis of discrete-time filters

The z -transform might seem slightly ugly. We have to worry about the region of convergence, and we haven't even talked about how to invert it yet (itisn't pretty). However, in the end it is worth it because it is extremely useful in analyzing digital filters with feedback. For example, consider the system illustrated below

A flowchart of a system.

We can analyze this system via the equations

v [ n ] = b 0 x [ n ] + b 1 x [ n - 1 ] + b 2 x [ n - 2 ]

and

y [ n ] = v [ n ] + a 1 y [ n - 1 ] + a 2 y [ n - 2 ] .

More generally,

v [ n ] = N k = 0 b k x [ n - k ]

and

y [ n ] = M k = 1 a k y [ n - k ] + v [ n ]

or equivalently

N k = 0 b k x [ n - k ] = y [ n ] - M k = 1 a k y [ n - k ] .

In general, many LSI systems satisfy linear difference equations of the form:

M k = 0 a k y [ n - k ] = N k = 0 b k x [ n - k ] .

What does the z -transform of this relationship look like?

Z k = 0 M a k y [ n - k ] = Z k = 0 M b k x [ n - k ] k = 0 M a k Z { y [ n - k ] } = k = 0 N b k Z { x [ n - k ] } .

Note that

Z y [ n - k ] = n = - y [ n - k ] z - n = m = - y [ m ] z - m · z - k = Y ( z ) z - k .

Thus the relationship above reduces to

k = 0 M a k Y ( z ) z - k = k = 0 N b k X ( z ) z - k Y ( z ) k = 0 M a k z - k = X ( z ) k = 0 N b k z - k Y ( z ) X ( z ) = k = 0 N b k z - k k = 0 M a k z - k

Hence, given a system like the one above, we can pretty much immediately write down the system's transfer function, and we end up with arational function, i.e., a ratio of two polynomials in z . Similarly, given a rational function, it is easy to realize this function in a simple hardware architecture. We will focus exclusively on such rational functions in this course.

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. OpenStax CNX. Dec 16, 2011 Download for free at http://cnx.org/content/col11172/1.4
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Digital signal processing' conversation and receive update notifications?

Ask