当前位置:网站首页>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.
边栏推荐
- Redis实现分布式锁
- [Godot][GDScript] 2D cave map randomly generated
- Graphical lower_bound & upper_bound
- Chapter 9 SVM Practice
- C primer plus study notes - 8, structure
- Select the smoke test case, and make the first pass for the product package entering QA
- Modbus on AT32 MCUs
- 大小端模式
- What is SQALE
- IDEA comment report red solution
猜你喜欢

Moxa NPort 设备缺陷可能使关键基础设施遭受破坏性攻击

TCP和UDP详解

Office automation case: how to automatically generate period data?

Project (5) - Small target detection tph-yolov5

Detailed explanation of TCP (2)

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

Web container and IIS --- Middleware penetration method 1

Chapter 9 SVM Practice

【C语言】进制转换一般方法

LeetCode简单题之找到和最大的长度为 K 的子序列
随机推荐
SQL injection Less47 (error injection) and Less49 (time blind injection)
What is distributed and clustered?What is the difference?
Analysis summary - self-use
Difference between unallocated blocks and unused blocks in database files
LeetCode简单题之找到和最大的长度为 K 的子序列
从滴滴罚款后数据治理思考
浅识Flutter 基本组件之CheckBox组件
浅识Flutter 基本组件之showDatePicker方法
The distance value between two arrays of LeetCode simple questions
JS function this context runtime syntax parentheses array IIFE timer delay self.backup context call apply
Day32 LeetCode
Discussion on Service Commitment of Class Objects under Multithreading
Redis实现分布式锁
【CocosCreator 3.5】CocosCreator 获取网络状态
刚出道“一战成名”,安全、舒适一个不落
【CocosCreator 3.5】CocosCreator get network status
The Map Entry understanding and application
PMP WeChat group daily exercises
MultipartFile file upload
下载jar包的好地方