zoukankan      html  css  js  c++  java
  • How do I convert an IIR filter into a FIR filter in digital signal processing?

    Maybe you were asking if there is some kind of design tool allowing to convert an IIR filter into an FIR filter automatically. There is no such a program. IIRs and FIRs have fundamentally different characteristics. 

    If you are just interested in designing an FIR which approximates the amplitude response of an IIR,  first of all you need to analyze the amplitude response of the IIR and extract the main parameters (passband and stopband cutoff frequencies, passband ripple, and stopband rejecton). You can design the FIR filter using these parameters as a starting point and varying the number of coefficients. Besides changing the number of coefficients you will have also to tweak the parameters to improve the approximation. You can also try different FIR design methods to see which one allows you to achieve the best result.

  • 相关阅读:
    1039 到底买不买 (20分)
    流密码
    Socket网络编程:互相通讯
    1036 跟奥巴马一起编程
    1033 旧键盘打字
    1029 旧键盘
    1015 德才论 (25分)
    BUU_Real_刷题记录
    vue3 composition api 对比 react hooks
    vue3 文档相关
  • 原文地址:https://www.cnblogs.com/welen/p/7109948.html
Copyright © 2011-2022 走看看