<< Chapter < Page Chapter >> Page >
You will derive the transfer function of a second-order, Direct Form II, infinite impulse response (IIR) filter. Then you will create a fourth-order IIR filter, plot its frequency response, and decompose the fourth-order filter into two second-order sections, choosing an appropriate gain for each stage to prevent overflow.

The transfer function for the second-order section shown in IIR Filtering: Introduction is

H z G 1 b 1 z -1 b 2 z -2 1 a 1 z -1 a 2 z -2

Exercise

First, derive the above transfer function. Begin by writing the difference equations for w n in terms of the input and past values ( w n 1 and w n 2 ). Then write the difference equation for y n also in terms of the past samples of w n . After finding the two difference equations, compute the corresponding Z-transforms and use the relation H z Y z X z Y z W z W z X z to verify the IIR transfer function in .

Next, design the coefficients for a fourth-order filter implemented as the cascade of two bi-quad sections. Write aMATLAB script to compute the coefficients. Begin by designing the fourth-order filter and checking the responseusing the MATLAB commands

[B,A] = ellip(4,.25,10,.25) freqz(B,A)

MATLAB's freqz command displays the frequency responses of IIR filters and FIR filters. For more information about this, type help freqz . Be sure to look at MATLAB's definition of the transfer function.
If you use the freqz command as shown above, without passing its returned data to anotherfunction, both the magnitude (in decibels) and the phase of the response will be shown.

Next you must find the roots of the numerator, zeros , and roots of the denominator, poles , so that you can group them to create two second-order sections. The MATLAB commands roots and poly will be useful for this task. Save the scripts you use to decompose yourfilter into second-order sections; they will probably be useful later.

Once you have obtained the coefficients for each of your two second-order sections, you are ready to choose a gain factor, G , for each section. As part of your MATLAB script, use freqz to compute the response W z X z with G 1 for each of the sets of second-order coefficients. Recall that on the DSP we cannot represent numbers greaterthan or equal to 1.0. If the maximum value of W z X z is or exceeds 1.0, an input with magnitude less than one could produce w n terms with magnitude greater than or equal to one; this is overflow . You must therefore select a gain values for each second-order section such that theresponse from the input to the states, W z X z , is always less than one in magnitude. In other words, set the value of G to ensure that W z X z 1 .

Preparing for processor implementation

As the processor exercises become more complex, it will become increasingly important to observe good programmingpractices. Of these, perhaps the most important is careful planning of your program flow, memory and register use, andtesting procedure. Write out pseudo-code for the processor implementation of a bi-quad. Make sure you consider the wayyou will store coefficients and states in memory. Then, to prepare for testing, compute the values of w n and y n for both second-order sections at n 0 1 2 using the filter coefficients you calculated in MATLAB. Assume x n n and all states are initialized to zero. You may also want to create a frequency sweep test-vector like theone in DSP Development Environment: Introductory Exercise for TI TMS320C54x and use the filter command to find the outputs for that input. Later,you can recreate these input signals on the DSP and compare the output values it calculates with those you find now. Ifyour program is working, the values will be almost identical, differing only slightly because of quantizationeffects, which are considered in IIR Filtering: Filter-Coefficient Quantization Exercise inMATLAB .

Questions & Answers

what is phylogeny
Odigie Reply
evolutionary history and relationship of an organism or group of organisms
AI-Robot
ok
Deng
what is biology
Hajah Reply
the study of living organisms and their interactions with one another and their environments
AI-Robot
what is biology
Victoria Reply
HOW CAN MAN ORGAN FUNCTION
Alfred Reply
the diagram of the digestive system
Assiatu Reply
allimentary cannel
Ogenrwot
How does twins formed
William Reply
They formed in two ways first when one sperm and one egg are splited by mitosis or two sperm and two eggs join together
Oluwatobi
what is genetics
Josephine Reply
Genetics is the study of heredity
Misack
how does twins formed?
Misack
What is manual
Hassan Reply
discuss biological phenomenon and provide pieces of evidence to show that it was responsible for the formation of eukaryotic organelles
Joseph Reply
what is biology
Yousuf Reply
the study of living organisms and their interactions with one another and their environment.
Wine
discuss the biological phenomenon and provide pieces of evidence to show that it was responsible for the formation of eukaryotic organelles in an essay form
Joseph Reply
what is the blood cells
Shaker Reply
list any five characteristics of the blood cells
Shaker
lack electricity and its more savely than electronic microscope because its naturally by using of light
Abdullahi Reply
advantage of electronic microscope is easily and clearly while disadvantage is dangerous because its electronic. advantage of light microscope is savely and naturally by sun while disadvantage is not easily,means its not sharp and not clear
Abdullahi
cell theory state that every organisms composed of one or more cell,cell is the basic unit of life
Abdullahi
is like gone fail us
DENG
cells is the basic structure and functions of all living things
Ramadan
What is classification
ISCONT Reply
is organisms that are similar into groups called tara
Yamosa
in what situation (s) would be the use of a scanning electron microscope be ideal and why?
Kenna Reply
A scanning electron microscope (SEM) is ideal for situations requiring high-resolution imaging of surfaces. It is commonly used in materials science, biology, and geology to examine the topography and composition of samples at a nanoscale level. SEM is particularly useful for studying fine details,
Hilary
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

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 laboratory (ece 420). OpenStax CNX. Sep 27, 2006 Download for free at http://cnx.org/content/col10236/1.14
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Digital signal processing laboratory (ece 420)' conversation and receive update notifications?

Ask