matlab滤波器外文翻译外文文献英文文献FIR数字滤波器的设计.doc

上传人:精*** 文档编号:826715 上传时间:2023-09-05 格式:DOC 页数:9 大小:133.57KB
下载 相关 举报
matlab滤波器外文翻译外文文献英文文献FIR数字滤波器的设计.doc_第1页
第1页 / 共9页
matlab滤波器外文翻译外文文献英文文献FIR数字滤波器的设计.doc_第2页
第2页 / 共9页
matlab滤波器外文翻译外文文献英文文献FIR数字滤波器的设计.doc_第3页
第3页 / 共9页
matlab滤波器外文翻译外文文献英文文献FIR数字滤波器的设计.doc_第4页
第4页 / 共9页
matlab滤波器外文翻译外文文献英文文献FIR数字滤波器的设计.doc_第5页
第5页 / 共9页
点击查看更多>>
资源描述

1、 FIR Digital Filter Design 作者:Sanjit K.Mitra国籍:USA出处:Digital Signal Processing -A Computer-Based Approach 3eIn chapter 9 we considered the design of IIR digital filters. For such filters, it is also necessary to ensure that the derived transfer function G(z) is stable. On the other hand, in the case

2、 of FIR digital filter design,the stability is not a design issue as the transfer function is a polynomial in z-1 and is thus always guaranteed stable. In this chapter, we consider the FIR digital filter design problem. Unlike the IIR digital filter design problem, it is always possible to design FI

3、R digital filters with exact linear-phase. First ,we describe a popular approach to the design of FIR digital filters with linear-phase. We then consider the computer-aided design of linear-phase FIR digital filters. To this end, we restrict our discussion to the use of matlab in determining the tra

4、nsfer functions. Since the order of the FIR transfer function is usually much higher than that of an IIR transfer function meeting the same frequency response specifications, we outline two methods for the design of computationally efficient FIR digital filters requiring fewer multipliers than a dir

5、ect form realization. Finally, we present a method of designing a minimum-phase FIR digital filter that leads to a transfer function with smaller group delay than that of a linear-phase equivalent. The minimum-phase FIR digital filter is thus attractive in applications where the linear-phase require

6、ment is not an issue. 10.1 preliminary considerations In this section,we first review some basic approaches to the design of FIR digital filters and the determination of the filter order to meet the prescribed specifications. 10.1.1 Basic Approaches to FIR Digital Filter DesignUnlike IIR digital fil

7、ter design, FIR filter design does not have any connection with the design of analog filters. The design of FIR filters is therefore based on a direct approximation of the specified magnitude response,with the often added requirement that the phase response be linear. Recall a causal FIR transfer fu

8、nction H(z) of length N+1 is a polynomial in z-1 of degree N: (10.1)The corresponding frequency response is given by (10.2)It has been shown in section 5.3.1 that any finite duration sequence xn of length N+1 is completely characterized by N+1 samples of its discrete-time Fourier transform X. As a r

9、esult, the design of an FIR filter of length N+1 can be accomplished by finding either the impulse response sequence hn or N+1 samples of its frequency response H. Also ,to ensure a linear-phase design, the condition ,must be satisfied. Two direct approaches to the design of FIR filters are the wind

10、owed Fourier series approach and the frequency sampling approach. We describe the former approach in Section 10.2. The second approach is treated in Problems 10.31 and 10.32. In section 10.3, we outline computer-based digital filter design methods.10.1.2 Estimation of the Filter Order After the type

11、 of the digital filter has selected, the next step in the filter design process is to estimate the filter order should be the smallest integer greater than or equal to the estimated value.FIR Digital Filter Order Estimation For the design of lowpass FIR digital filters, several authors have advanced

12、 formulas for estimating the minimum value of the filter order N directly from the digital filter specifications: normalized passband edge angular frequency , normalizef stopband edge angular frequency , peak passband ripple ,and peak stopband ripple . We review three such formulas.Kaisers Formula.

13、A rather simple formula developed by Kaiser Kai74 is given by .We illustrate the application of the above formula in Example 10.1.Bellangers Formula. Another simple formula advanced by Bellanger is given by Bel8110.1 Preliminary Considerations .Its application is considered in Example 10.2.Hermanns

14、Formula. The formula due to Hermann et al.Her73 gives a slightly more accurate value for the order and is given by ,Where ,And ,With a1=0.005309, a2=0.07114 ,a3=-0.4761,a4=0.00266, a5=0.5941, a6=0.4278,b1=11.01217, b2=0.51244.The formula given in Eq.(10.5) is valid for . If , then the filter order f

15、ormula to be used is obtained by interchanging and in Eq.(10.6a) and (10.6b). For small values of and , all of the above formulas provide reasonably close and accurate results. On the other hand, when the values of and are large, Eq.(10.5) yields a more accurate value for the order.A Comparison of F

16、IR Filter Order FormulasNote that the filter order computed in Examples 10.1, 10.2 and 10.3, using Eqs.(10.3),(10.3),and (10.5),Respectively ,are all different. Each of these three formulas provide only an estimate of the required filter order. The frequency response of the FIR filter designed using

17、 this estimated order may or may not meet the given specifications. If the specifications are not met, it is recommended that the filter order be gradually increased until the specifications are met. Estimation of the FIR filter order using MATLAB is discussed in Section 10.5.1. An important propert

18、y of each of the above three formulas is that the estimated filter order N of the FIR filter is inversely proportional to the transition band width () and does not depend on the actual location of the transition band. This implies that a sharp cutoff FIR filter with a narrow transition band would be

19、 of very high order, whereas an FIR filter with a wide transition band will have a very low order. Another interesting property of Kaisers and Bellangers formulas is that the order depends on the product . This implies that if the values of and are interchanged, the order remains the same. To compar

20、e the accuracy of the the above formulas, we estimate using each formula the order of three linear-phase lowpass FIR filters of known order, bandedges, and ripples. The specifications of the three filters are as follows: Filter No.1: Filter No.2: Filter No.3: .The results are given in Table 10.1. Ea

21、ch one of the three formulas given above can also be used to estimate the order of highpass, bandpass, and bandstop FIR filters. In the case of the bandpass and bandstop filters, there are two transition bands. It has been found that here the filter order basically depends on the transition band wit

22、h the smallest width. We illustrate the use of the Kasiers formula in estimating the order of a linear-phase bandpass FIR filter in Example 10.4.作者:Sanjit K.Mitra国籍:USA出处:Digital Signal Processing -A Computer-Based Approach 3eFIR数字滤波器的设计 在第9章,我们考虑了IIR数字滤波器的设计。对于这样的过滤器,它也必须确保派生传递函数G(z)是稳定的。另一方面,在FIR数

23、字滤波器设计的情况下,稳定是不是设计问题,因为传递函数是一个在z-1的多项式,因而始终保证稳定。在这一章中,我们考虑的FIR数字滤波器的设计问题。 不同的是IIR数字滤波器设计问题,它总是可以设计一种精确的FIR线性相位数字滤波器。首先,我们描述了发展与线性相位FIR数字滤波器设计流行的方法。然后,我们考虑线性相位FIR数字滤波器的计算机辅助设计。为此,我们限制我们讨论了MATLAB在确定传递函数的使用。自区传递函数顺序通常比转移的IIR会议相同的频率响应规格功能还高,我们概述了计算效率比直接的FIR需要较少的乘法器实现形式的数字滤波器设计的两种方法。最后,我们提出一个设计最低FIR数字滤波器

24、的相位,导致一个比一个更小的线性相位延迟相当于该组的传递函数方法。最小相位FIR数字滤波器因此,在应用中的线性相位的要求是没有问题的吸引力。10.1初步考虑在本节中,我们第一次审查的FIR数字滤波器的设计和定阶滤波器,以满足规范规定的一些基本方法。10.1.1基本途径FIR数字滤波器设计不像IIR数字滤波器设计,FIR滤波器设计没有任何的模拟滤波器的设计连接。FIR滤波器设计的基础上,因此在指定的幅度响应直接逼近,与经常补充规定,即相位响应是线性的。记得有因果区传递函数H(z)的长度为N +1是在Z - 1的n次多项式: (10.1)相应的频率响应,给出了 (10.2)它已被证明在第5.3.1

25、节,任何有限的时间序列x长度为n的N +1的特点是完全由N +1其离散时间傅里叶变换的样本,结果十,一个FIR滤波器的设计长度为N +1可以通过寻找或脉冲响应序列 n的或N +1其频率响应阁下也样本,以确保线性相位设计,条件 ,必须得到满足。两个的FIR滤波器的设计方法是直接的窗口Fourier级数法,频率抽样方法。我们在10.2节描述了前一种方法。第二种方法是治疗中存在的问题10.31和10.32。在10.3节,我们列出了基于计算机的数字滤波器的设计方法。10.1.2估算过滤器顺序后的数字滤波器有选择的类型,在滤波器设计过程的下一步是评估筛选顺序应该是最小的整数大于或等于估计价值。FIR数字

26、滤波器的阶的估计对于低通FIR数字滤波器的设计,一些作者拥有先进的公式估算的数字滤波器规格的过滤器阶数N直接最小值:归通带边缘角频率,角频率normalizef阻带的边缘,峰值通带纹波,阻带峰值纹波。我们回顾三个这样的公式。Kaiser的公式。一个相当简单的公式由Kaiser Kai74发展是给予 。我们说明了上述公式中的应用实例10.1。贝兰杰的公式。另一个简单的公式贝兰杰先进为Bel8110.1初步设想 。它的应用被认为是在例10.2。Hermann的公式。由于该公式赫尔曼等人。Her73给出了更精确的顺序稍有价值,给予 ,凡 ,和 ,随着a1 = 0.005309,2= 0.07114,

27、a3的=- 0.4761,A4纸= 0.00266,A5的= 0.5941,A6的= 0.4278,B1的= 11.01217,B2的= 0.51244。式中给出的公式。(10.5)是有效的。如果,那么滤波器阶公式将要采用通过交换和式获得。(10.6a)和(10.6b)。 对于小值和所有上述公式,并提供准确的结果相当接近。另一方面,当和值大,情商。(10.5),得到一个更精确的值的顺序。FIR滤波器的阶公式比较请注意,滤波器的阶在例10.1,10.2和10.3计算,使用均衡器。(10.3),(10.3)和(10.5),分别是各不相同。这三个每个公式只提供所需要的滤波器的阶的估计。在频率响应的F

28、IR滤波器的设计采用了这个估计顺序可能或可能不符合给定的规格。如果不符合规范,建议,该滤波器秩序逐步增加,直到符合规格要求。FIR滤波器的阶的估计是利用MATLAB节中讨论10.5.1。 作者:上述三个公式每一个重要的特点就是估计滤波器阶FIR滤波器的N是成反比的过渡频带宽度()和不依赖于过渡乐队的实际位置。这意味着,一个尖锐的截止区与窄过渡带滤波器将是非常高的顺序,而有广泛的FIR带通滤波器的过渡将有一个非常低的顺序。 另一个Kaiser的和贝兰杰的公式有趣的特性是在产品上的顺序而定。这意味着,如果和价值互换,订单保持不变。 比较了上述公式的准确性,我们估计使用每个公式三线性相位低通已知秩序,bandedges,和涟漪FIR滤波器秩序。这三个过滤器的规格如下: 过滤器一: 过滤二: 过滤三:。结果如表10.1。 每个给予上述三个公式之一,也可以用来估计高通,带通秩序,带阻FIR滤波器。在带通和带阻滤波器的情况下,有两个过渡频带。人们已经发现,这里的过滤器顺序基本上与最小宽度过渡带而定。我们说明了Kasier的公式估计一个线性相位的FIR带通滤波器的阶在例10.4使用。. .此处忽略!

展开阅读全文
相关资源
相关搜索
资源标签

当前位置:首页 > 学术论文 > 外文翻译(毕业设计)

版权声明:以上文章中所选用的图片及文字来源于网络以及用户投稿,由于未联系到知识产权人或未发现有关知识产权的登记,如有知识产权人并不愿意我们使用,如有侵权请立即联系:2622162128@qq.com ,我们立即下架或删除。

Copyright© 2022-2024 www.wodocx.com ,All Rights Reserved |陕ICP备19002583号-1 

陕公网安备 61072602000132号     违法和不良信息举报:0916-4228922