外文翻译 - IIR数字滤波器的设计

2019-05-18 16:52

IIR Digital Filter Design

An important step in the development of a digital filter is the determination of a realizable transfer function G(z) approximating the given frequency response specifications. If an IIR filter is desired,it is also necessary to ensure that G(z) is stable. The process of deriving the transfer function G(z) is called digital filter design. After G(z) has been obtained, the next step is to realize it in the form of a suitable filter structure. In chapter 8,we outlined a variety of basic structures for the realization of FIR and IIR transfer functions. In this chapter,we consider the IIR digital filter design problem. The design of FIR digital filters is treated in chapter 10.

First we review some of the issues associated with the filter design problem. A widely used approach to IIR filter design based on the conversion of a prototype analog transfer function to a digital transfer function is discussed next. Typical design examples are included to illustrate this approach. We then consider the transformation of one type of IIR filter transfer function into another type, which is achieved by replacing the complex variable z by a function of z. Four commonly used transformations are summarized. Finally we consider the computer-aided design of IIR digital filter. To this end, we restrict our discussion to the use of matlab in determining the transfer functions. 9.1 preliminary considerations

There are two major issues that need to be answered before one can develop the digital transfer function G(z). The first and foremost issue is the development of a reasonable filter frequency response specification from the requirements of the overall system in which the digital filter is to be employed. The second issue is to determine whether an FIR or IIR digital filter is to be designed. In the section ,we examine these two issues first . Next we review the basic analytical approach to the design of IIR digital filters and then consider the determination of the filter order that meets the prescribed specifications. We also discuss appropriate scaling of the transfer function. 9.1.1 Digital Filter Specifications

As in the case of the analog filter,either the magnitude and/or the phase(delay) response is specified for the design of a digital filter for most applications. In some situations, the unit

sample response or step response may be specified. In most practical applications, the problem of interest is the development of a realizable approximation to a given magnitude response specification. As indicated in section 4.6.3, the phase response of the designed filter can be corrected by cascading it with an allpass section. The design of allpass phase equalizers has received a fair amount of attention in the last few years.

We restrict our attention in this chapter to the magnitude approximation problem only. We pointed out in section 4.4.1 that there are four basic types of filters,whose magnitude responses are shown in Figure 4.10. Since the impulse response corresponding to each of these is noncausal and of infinite length, these ideal filters are not realizable. One way of developing a realizable approximation to these filter would be to truncate the impulse response as indicated in Eq.(4.72) for a lowpass filter. The magnitude response of the FIR lowpass filter obtained by truncating the impulse response of the ideal lowpass filter does not have a sharp transition from passband to stopband but, rather, exhibits a gradual \ Thus, as in the case of the analog filter design problem outlined in section 5.4.1, the magnitude response specifications of a digital filter in the passband and in the stopband are given with some acceptable tolerances. In addition, a transition band is specified between the passband and the stopband to permit the magnitude to drop off smoothly. For example, the

j?magnitude G(e) of a lowpass filter may be given as shown in Figure 7.1. As indicated

in the figure, in the passband defined by 0????p, we require that the magnitude approximates unity with an error of ??p,i.e.,

1??p?G(ej?)?1??p,for???p.

In the stopband, defined by ?s????,we require that the magnitude approximates zero with an error of ?s,i.e.,

G(ej?)??s,for ?s????.

The frequencies ?p and ?sare , respectively, called the passband edge frequency and the stopband edge frequency. The limits of the tolerances in the passband and stopband, ?pand

?s, are usually called the peak ripple values. Note that the frequency response G(ej?) of a

digital filter is a periodic function of digital filter is an even function of only for the range 0????.

Digital filter specifications are often given in terms of the loss function,

?,and the magnitude response of a real-coefficient

?. As a result, the digital filter specifications are given

?(?)??20log10G(ej?), in dB. Here the peak passband ripple ?p and the minimum

stopband attenuation ?s are given in dB,i.e., the loss specifications of a digital filter are given by

?p??20log10(1??p)dB,

?s??20log10(?s)dB.

9.1 Preliminary Considerations

As in the case of an analog lowpass filter, the specifications for a digital lowpass filter may alternatively be given in terms of its magnitude response, as in Figure 7.2. Here the maximum value of the magnitude in the passband is assumed to be unity, and the maximum passband deviation, denoted as 1/1??,is given by the minimum value of the magnitude in the passband. The maximum stopband magnitude is denoted by 1/A.

For the normalized specification, the maximum value of the gain function or the minimum value of the loss function is therefore 0 dB. The quantity ?max given by

2?max?20log10(1??2)dB

Is called the maximum passband attenuation. For ?p??1, as is typically the case, it can be shown that

?max??20log10(1?2?p)?2?p

The passband and stopband edge frequencies, in most applications, are specified in Hz, along with the sampling rate of the digital filter. Since all filter design techniques are developed in terms of normalized angular frequencies ?pand ?s,thesepcified critical frequencies need to be normalized before a specific filter design algorithm can be applied.

Let

FT denote the sampling frequency in Hz, and FP and Fs denote,

respectively,thepassband and stopband edge frequencies in Hz. Then the normalized angular edge frequencies in radians are given by

?p??s??pFT?2?FpFT?2?FpT

?s2?Fs??2?FsT FTFT 9.1.2 Selection of the Filter Type

The second issue of interest is the selection of the digital filter type,i.e.,whether an IIR or an FIR digital filter is to be employed. The objective of digital filter design is to develop a causal transfer function H(z) meeting the frequency response specifications. For IIR digital filter design, the IIR transfer function is a real rational function of z.

?1p0?p1z?1?p2z?2?...?pMz?MH(z)=

d0?d1z?1?d2z?2?...?dNz?NMoreover, H(z) must be a stable transfer function, and for reduced computational complexity, it must be of lowest order N. On the other hand, for FIR filter design, the FIR transfer function is a polynomial in z:

?1H(z)??h[n]z?n

n?0NFor reduced computational complexity, the degree N of H(z) must be as small as possible. In addition, if a linear phase is desired, then the FIR filter coefficients must satisfy the constraint:

h[n]??h[n?N]

T here are several advantages in using an FIR filter, since it can be designed with exact linear phase and the filter structure is always stable with quantized filter coefficients. However, in most cases, the order NFIR of an FIR filter is considerably higher than the order NIIR of an equivalent IIR filter meeting the same magnitude specifications. In general, the implementation of the FIR filter requires approximately NFIR multiplications per output sample, whereas the IIR filter requires 2NIIR +1 multiplications per output sample. In the

former case, if the FIR filter is designed with a linear phase, then the number of multiplications per output sample reduces to approximately (NFIR+1)/2. Likewise, most IIR filter designs result in transfer functions with zeros on the unit circle, and the cascade realization of an IIR filter of order NIIR with all of the zeros on the unit circle requires [(3

NIIR+3)/2] multiplications per output sample. It has been shown that for most practical filter

specifications, the ratio NFIR/NIIR is typically of the order of tens or more and, as a result, the IIR filter usually is computationally more efficient[Rab75]. However ,if the group delay of the IIR filter is equalized by cascading it with an allpass equalizer, then the savings in computation may no longer be that significant [Rab75]. In many applications, the linearity of the phase response of the digital filter is not an issue,making the IIR filter preferable because of the lower computational requirements. 9.1.3 Basic Approaches to Digital Filter Design

In the case of IIR filter design, the most common practice is to convert the digital filter specifications into analog lowpass prototype filter specifications, and then to transform it into the desired digital filter transfer function G(z). This approach has been widely used for many reasons:

(a) Analog approximation techniques are highly advanced. (b) They usually yield closed-form solutions.

(c) Extensive tables are available for analog filter design.

(d) Many applications require the digital simulation of analog filters. In the sequel, we denote an analog transfer function as

Ha(s)?Pa(s), Da(s)Where the subscript \specifically indicates the analog domain. The digital transfer function derived form Ha(s) is denoted by

G(z)?P(z) D(z) The basic idea behind the conversion of an analog prototype transfer function Ha(s) into a digital IIR transfer function G(z) is to apply a mapping from the s-domain to the


外文翻译 - IIR数字滤波器的设计.doc 将本文的Word文档下载到电脑 下载失败或者文档不完整,请联系客服人员解决!

下一篇:师德标兵谈师德用心浇花花更艳

相关阅读
本类排行
× 注册会员免费下载(下载后可以自由复制和排版)

马上注册会员

注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信: QQ: