02.10.2019 Views

UploadFile_6417

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Basic Elements 213<br />

characteristics due to coefficient quantization. In Chapter 10, we will consider<br />

the round-off noise effects in the digital filter implementations.<br />

We begin with a description of basic building blocks that are used<br />

to describe filter structures. In the subsequent sections, we briefly describe<br />

IIR, FIR, and lattice filter structures, respectively, and provide<br />

MATLAB functions to implement these structures. This is followed by<br />

a brief treatment of the representation of numbers and the resulting error<br />

characteristics, which is then used to analyze coefficient quantization<br />

effects.<br />

6.1 BASIC ELEMENTS<br />

Since our filters are LTI systems, we need the following three elements to<br />

describe digital filter structures. These elements are shown in Figure 6.1.<br />

1. Adder: This element has two inputs and one output and is shown in<br />

Figure 6.1a. Note that the addition of three or more signals is implemented<br />

by successive two-input adders.<br />

2. Multiplier (gain): This is a single-input, single-output element and is<br />

shown in Figure 6.1b. Note that the multiplication by 1 is understood<br />

and hence not explicitly shown.<br />

3. Delay element (shifter or memory): This element delays the signal<br />

passing through it by one sample, as shown in Figure 6.1c. It is<br />

implemented by using a shift register.<br />

Using these basic elements, we can now describe various structures of<br />

both IIR and FIR filters. MATLAB is a convenient tool in the development<br />

of these structures that require operations on polynomials.<br />

x 1 (n)<br />

x 1 (n) + x 2 (n)<br />

x 2 (n)<br />

(a) Adder<br />

x(n)<br />

a<br />

(b) Multiplier<br />

ax(n)<br />

z −1<br />

x(n) x(n − 1)<br />

(c) Delay element<br />

FIGURE 6.1<br />

Three basic elements<br />

Copyright 2010 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s).<br />

Editorial review has deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!