欢迎来到淘文阁 - 分享文档赚钱的网站! | 帮助中心 好文档才是您的得力助手!
淘文阁 - 分享文档赚钱的网站
全部分类
  • 研究报告>
  • 管理文献>
  • 标准材料>
  • 技术资料>
  • 教育专区>
  • 应用文书>
  • 生活休闲>
  • 考试试题>
  • pptx模板>
  • 工商注册>
  • 期刊短文>
  • 图片设计>
  • ImageVerifierCode 换一换

    数字滤波器结构DFDigitalFilter.ppt

    • 资源ID:59783029       资源大小:633KB        全文页数:40页
    • 资源格式: PPT        下载积分:20金币
    快捷下载 游客一键下载
    会员登录下载
    微信登录下载
    三方登录下载: 微信开放平台登录   QQ登录  
    二维码
    微信扫一扫登录
    下载资源需要20金币
    邮箱/手机:
    温馨提示:
    快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如填写123,账号就是123,密码也是123。
    支付方式: 支付宝    微信支付   
    验证码:   换一换

     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
    5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

    数字滤波器结构DFDigitalFilter.ppt

    数字滤波器结构DFDigitalFilter Still waters run deep.流静水深流静水深,人静心深人静心深 Where there is life,there is hope。有生命必有希望。有生命必有希望一、什么是数字滤波器一、什么是数字滤波器顾名思义:其作用是对输入信号起到滤波的作用;即DF是由差分方程描述的一类特殊的离散时间系统。它的功能:把输入序列通过一定的运算变换成输出序列。不同的运算处理方法决定了滤波器的实现结构的不同。数字滤波器介绍Digital filters are used for two general purposes:(1)separation of signals that have been combined,(2)restoration of signals that have been distorted in some way.研究DF实现结构意义1.滤波器的基本特性(如有限长冲激响应FIR与无限长冲激响应IIR)决定了结构上有不同的特点。2.不同结构所需的存储单元及乘法次数不同,前者影响复杂性,后者影响运算速度。3.有限精度(有限字长)实现情况下,不同运算结构的误差及稳定性不同。4.好的滤波器结构应该易于控制滤波器性能,适合于模块化实现,便于时分复用。二、数字滤波器的工作原理h(n)x(n)y(n)则LTI系统的输出为:三、数字滤波器表示方法有两 种表示方法:方框图表示法;流图表示法.数字滤波器中,信号只有延时延时,乘以常数乘以常数和相加相加三种运算。所以DF结构中有三个基本运算单元:加法器,单位延时,乘常数的乘法器。1、方框图、流图表示法、方框图、流图表示法Z-1单位延时系数乘相加Z-1a方框图表示法:方框图表示法:信号流图表示法:信号流图表示法:a把上述三个基本单元互联,可构成不同数字网络或运算结构,也有方框图表示法和流图表示法。2.例子例:二阶数字滤波器:其方框图及流图结构如下:Z-1Z-1x(n)y(n)b0a1a2x(n)y(n)b0a1a2Z-1Z-1看出:可通过流图或方框图看出系统的运算步骤和运算结构。以后我们用流图来分析数字滤波器结构。DF网络结构或DF运算结构二个术语有微小的差别,但大抵一样,可以混用。四、数字滤波器的分类滤波器的种类很多,分类方法也不同。1.从功能上分;低、带、高、带阻。2.从实现方法上分:FIR、IIR3.从设计方法上来分:Chebyshev(切比雪夫),Butterworth(巴特沃斯)4.从处理信号分:经典滤波器、现代滤波器等等。1、经典滤波器假定输入信号x(n)中的有用成分和希望去除的成分,各自占有不同的频带。当x(n)经过一个线性系统(即滤波器)后即可将欲去除的成分有效地去除。但如果信号和噪声的频谱相互重叠,那么经典滤波器将无能为力。|X(ejw)|wwc有用无用wc|H(ejw)|Y(ejw)|wwc2.现代滤波器 它主要研究内容是从含有噪声的数据记录(又称时间序列)中估计出信号的某些特征或信号本身。一旦信号被估计出,那么估计出的信号将比原信号会有高的信噪比。现代滤波器把信号和噪声都视为随机信号,利用它们的统计特征(如自相关函数、功率谱等)导出一套最佳估值算法,然后用硬件或软件予以实现。现代滤波器理论源于维纳在40年代及其以后的工作,这一类滤波器的代表为:维纳滤波器,此外,还有卡尔曼滤波器、线性预测器、自适应滤波器。本课程主要讲经典滤波器,外带一点卡尔曼滤波器.3.模拟滤波器和数字滤波器经典滤波器从功能上分又可分为:低通滤波器(LPAF/LPDF):Low pass analog filter带通滤波器(BPAF/BPDF):Bandpass analog filter高通滤波器(HPAF/HPDF):High pass analog filter带阻滤波器(BSAF/BSDF):Bandstop analog filter即它们每一种又可分为:数字(Digital)和模拟(Analog)滤波器。4.模拟滤波器的理想幅频特性LPAFHPAFBPAFBSAF5.数字滤波器的理想幅频特性LPDFHPDFBPDFBSDF.Analog filters and digital filters Analog filters are cheap,fast,and have a large dynamic range in both amplitude and frequency.Digital filters,in comparison,are vastly superior in the level of performance that can be achieved.With analog filters,the emphasis is on handling limitations of the electronics,such as the accuracy and stability of the resistors and capacitors.digital filters are so good that the performance of the filter is frequently ignored.The emphasis shifts to the limitations of the signals,and the theoretical issues regarding their processinglinear filter has an impulse response,a stepresponse and a frequency response.Each of these responses contains complete information about the filter,but in a different form.The most straightforward way to implement a digital filter is by convolving the input signal with the digital filters impulse response.another way to make digital filters,called recursion.Recursive filters:using previously calculated values from the output,besides points from the input.Instead of using a filter kernel,recursive filters are defined by a set of recursion coefficients.recursive filters are also called Infinite Impulse Response or IIR filters.In comparison,filters carried out by convolution are called Finite Impulse Response or FIR filters.Time Domain ParametersThree parameters are important:(1)transition speed(risetime),shown in(a)and(b)(2)overshoot,shown in(c)and(d),(3)phase linearity(symmetry between the top and bottom halves of the step),shown in(e)and(f).Frequency domain filterscutoff frequencyThe division between the passband and transition band is called the cutoff frequency.In analog filter design,the cutoff frequency is usually defined to be where the amplitude is reducedto 0.707(i.e.,-3dB).Digital filters are less standardized,and it is common to see 99%,90%,70.7%,and 50%amplitude levels defined to bethe cutoff frequency.Frequency Domain Parametersroll-off ripplestopband attenuation A fast roll-off meansthat the transition band is very narrow.Passband frequencies to move through the filter unaltered,there must be no passband ripple,stopband attenuationMoving Average FiltersThe moving average is the most common filter in DSP,mainly because it is the easiest digital filter to understand and use.In spite of its simplicity,the moving average filter is optimal for a common task:reducing random noise while retaining a sharp step response.the moving average is the worst filter for frequency domain encoded signals,with little ability to separate one band of frequencies from another.Relatives of the moving average filter include the Gaussian,Blackman,and multiplepass moving average.Frequency ResponseRecursive Implementation

    注意事项

    本文(数字滤波器结构DFDigitalFilter.ppt)为本站会员(豆****)主动上传,淘文阁 - 分享文档赚钱的网站仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知淘文阁 - 分享文档赚钱的网站(点击联系客服),我们立即给予删除!

    温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。




    关于淘文阁 - 版权申诉 - 用户使用规则 - 积分规则 - 联系我们

    本站为文档C TO C交易模式,本站只提供存储空间、用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。本站仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知淘文阁网,我们立即给予删除!客服QQ:136780468 微信:18945177775 电话:18904686070

    工信部备案号:黑ICP备15003705号 © 2020-2023 www.taowenge.com 淘文阁 

    收起
    展开