当前位置:网站首页>IIR filter and FIR filter
IIR filter and FIR filter
2022-07-31 03:18:00 【One horse to one yard】
Table of Contents
1. Analog filter and digital filter
3.IIR(Infinite impulse response)&FIR(Finite impulse response)
1. Analog filter and digital filter
Using analog circuits to directly process analog signals to form analog filters, so it is a continuous time system, such as intermediate frequency or radio frequency communication circuits;
Using the discrete time system to filter the digital signal (time domain discrete, amplitude value quantization) constitutes a digital filter.
Of course, digital filter processing can also be used after sampling and processing of analog signals, and compared with analog filters, digital filters are easier to implement, and have higher stability, accuracy, reliability, and cost-effectiveness. Therefore, digital filtersFilter applications continue to become widespread.
2.Impulse Response
When the input of a system is an impulse function, its output is the impulse response.As shown in the figure below, where h(t) is the impulse response:
3.IIR(Infinite impulse response)&FIR(Finite impulse response)
(1) IIR (Infinite Impulse Response) digital filter
As the name implies, when the input is an impulse function, the output impulse response h[n] (because it belongs to a digital filter, the independent variable becomes n) can be extended infinitely.
(2) FIR (finite impulse response) digital filter
When the input is an impulse function, the output impulse response h[n] can end in a finite length of time.
The main reason for this phenomenon is that the IIR-type filter adopts a recursive structure, that is, there is a loop back in the structure to form a feedback branch to continuously generate input for infinite output; in contrast, FIR filterThe implementation of the controller is relatively simple, and there is no feedback part in its structure, so its impulse response is limited.The difference between the two can be easily seen from the difference equation and structure diagram in the following figure:

Because the feedback of the IIR filter is difficult to adjust, it is easy to cause vibration (such as howling in the microphone), and the FIR filter does not have the influence of feedback adjustment, so the FIR filter is more stable.The nonlinear phase characteristics of the IIR filter make it generally only used in some occasions that are not sensitive to phase, such as voice communication, while the FRI filter can be used in some transmission systems that require phase, such as image processing.
边栏推荐
- QML的使用
- The distance value between two arrays of LeetCode simple questions
- 【HCIP】ISIS
- Mysql 45讲学习笔记(二十四)MYSQL主从一致
- C primer plus study notes - 8, structure
- Project (5) - Small target detection tph-yolov5
- 【Cocos Creator 3.5】缓动系统停止所有动画
- 7年经验,功能测试工程师该如何一步步提升自己的能力呢?
- 11. Redis implements follow, unfollow, and follow and follower lists
- MultipartFile file upload
猜你喜欢

TCP详解(三)

Several common errors when using MP

分布式系统架构需要解决的问题

SIP协议标准和实现机制

Detailed explanation of TCP (2)

CorelDRAW2022 streamlined Asia Pacific new features in detail

浅识Flutter 基本组件之CheckboxListTile组件

Recursive query single table - single table tree structure - (self-use)

7年经验,功能测试工程师该如何一步步提升自己的能力呢?

5. SAP ABAP OData 服务如何支持 $filter (过滤)操作
随机推荐
Office automation case: how to automatically generate period data?
Getting Started with CefSharp - winform
数据库实现分布式锁
The Map Entry understanding and application
测试中的误报和漏报同样的值得反复修正
some of my own thoughts
Key Technologies of Interface Testing
3.5 】 【 Cocos Creator slow operating system to stop all animations
学习DAVID数据库(1)
C primer plus学习笔记 —— 8、结构体
Detailed explanation of TCP (2)
SQL injection Less46 (injection after order by + rand() Boolean blind injection)
Crypto Firms Offer Offer To Theft Hackers: Keep A Little, Give The Rest
C#远程调试
els block to the right
想从手工测试转岗自动化测试,需要学习哪些技能?
Mysql 45讲学习笔记(二十三)MYSQL怎么保证数据不丢
数据库文件中的未分配的块和未使用的块的区别
6. Display comments and replies
Mysql 45讲学习笔记(二十五)MYSQL保证高可用