<< Chapter < Page Chapter >> Page >
You will implement a fourth-order, elliptical, low-pass infinite impulse-response (IIR) filter as a cascade of two second-order sections.

Implementation

On the DSP, you will implement the elliptic low-pass filter designed using the ellip command from IIR Filters: Filter-Design Exercise in MATLAB . You should not try to implement the notch filter designed in IIR Filtering: Filter-Coefficient Quantization Exercise in MATLAB , because it will not work correctly when implemented using Direct Form II. (Whynot?)

To implement the fourth-order filter, start with a single set of second-order coefficients and implement a singlesecond-order section. Make sure you write and review pseudo-code before you begin programming. Once your single second-order IIR is working properly you canthen proceed to code the entire fourth-order filter.

Large coefficients

You may have noticed that some of the coefficients you have computed for the second-order sections are larger than 1.0in magnitude. For any stable second-order IIR section, the magnitude of the "0" and "2" coefficients( a 0 and a 2 , for example) will always be less than or equal to 1.0. However, the magnitude of the "1" coefficient can beas large as 2.0. To overcome this problem, you will have to divide the a 1 and b 1 coefficients by two prior to saving them for your DSP code. Then, in your implementation, you will have tocompensate somehow for using half the coefficient value.

Repeating code

Rather than write separate code for each second-order section, you are encouraged first to write one section, thenwrite code that cycles through the second-order section code twice using the repeat structure below. Because the IIRcode will have to run inside the block I/O loop and this loop uses the block repeat counter ( BRC ), you must use another looping structure to avoid corrupting the BRC .

You will have to make sure that your code uses different coefficients and states during the second cycle ofthe repeat loop.

stm (num_stages-1),AR1 start_stage ; IIR code goes here banz start_stage,*AR1-

Gain

It may be necessary to add gain to the output of the system. To do this, simply shift the output left (which can be doneusing the ld opcode with its optional shift parameter) before saving the output to memory.

Questions & Answers

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 environments
AI-Robot
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
cell is the building block of life.
Condoleezza Reply
what is cell divisoin?
Aron Reply
Diversity of living thing
ISCONT
what is cell division
Aron Reply
Cell division is the process by which a single cell divides into two or more daughter cells. It is a fundamental process in all living organisms and is essential for growth, development, and reproduction. Cell division can occur through either mitosis or meiosis.
AI-Robot
What is life?
Allison Reply
life is defined as any system capable of performing functions such as eating, metabolizing,excreting,breathing,moving,Growing,reproducing,and responding to external stimuli.
Mohamed
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, Dsp laboratory with ti tms320c54x. OpenStax CNX. Jan 22, 2004 Download for free at http://cnx.org/content/col10078/1.2
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Dsp laboratory with ti tms320c54x' conversation and receive update notifications?

Ask