当前位置:网站首页>capacitance
capacitance
2022-04-23 14:36:00 【Jasonangel】
The capacitance mind map is as follows :

Capacitance has four functions : decoupling 、 coupling ( Every other day )、 wave filtering 、 Energy storage . Today we are mainly talking about decoupling .
Capacitor package

I believe everyone has used these capacitors , The most on the board are multilayer ceramic capacitors .
Tantalum capacitance : It is mainly used in power circuit , Bloggers have been bombed by it many times ......
Decoupling capacitor

This is a STM32F103 Minimum system schematic ,STM32F103VET6 We need five routes 3.3V Power supply , His 3.3V Generally from LDO( Low differential linear voltage regulator ), such as LM1117

LDO Than DC-DC The way (TPS5430) More stable voltage , But it's still not enough for chips , We need to add... Next to the chip power supply pin 0.1uF Decoupling capacitance of , Let the high-frequency AC part of the voltage go from the capacitor to the ground , Thus, the chip can obtain a stable DC voltage . therefore , The decoupling capacitor should be placed as close to the chip pin as possible .
Why 0.1uF ?
When analyzing the integrity of power supply, our commonly used capacitance model is shown in the figure below :

ESR Is the series equivalent resistance of the capacitor ,ESL Is the series equivalent inductance of the capacitor ,C Is the real ideal capacitor .ESR and ESL It is determined by the manufacturing process and material of the capacitor , Can't eliminate .ESR Ripple that affects the power supply ,ESL Affect the filter frequency characteristics of the capacitor .
therefore , There is a formula :


When the frequency is very low, the capacitance works , When the frequency is high enough, the effect of inductance can not be ignored , When it is higher, the inductance plays a leading role . The capacitor loses its filtering function . therefore , At high frequency, the capacitance is not a simple capacitance . The filtering curve of the actual capacitance is shown in the figure below .

See above , The best filtering effect we want is in “ valley ” At the end of , It's the tip of the curve concave , At this sharp point , The filtering effect is good , It can filter out the interference in this frequency band , however , When the frequency is very high , This is the time 0.1uF The capacitor has no filtering effect 0.01uF Okay , And so on , Higher frequency , The magnitude of the selected filter capacitor should be smaller .
Therefore, sometimes the parallel connection of multi resistance and capacitance can be adopted , Get the best filtering effect .
版权声明
本文为[Jasonangel]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231431521443.html
边栏推荐
- Ali developed three sides, and the interviewer's set of combined punches made me confused on the spot
- 8.2 文本预处理
- raised exception class EAccexxViolation with ‘Access violation at address 45EFD5 in module 出错
- do(Local scope)、初始化器、内存冲突、Swift指针、inout、unsafepointer、unsafeBitCast、successor、
- asp.net使用MailMessage发送邮件的方法
- A blog allows you to learn how to write markdown on vscode
- C语言知识点精细详解——数据类型和变量【1】——进位计数制
- PWM speed regulation control system of DC motor based on 51 single chip microcomputer (with complete set of data such as Proteus simulation + C program)
- 想要成为架构师?夯实基础最重要
- 一个月把字节,腾讯,阿里都面了,写点面经总结……
猜你喜欢
Parameter stack pressing problem of C language in structure parameter transmission
基于TLC5615的多路可调数控直流稳压电源,51单片机,含Proteus仿真和C代码等
51 MCU + LCD12864 LCD Tetris game, proteus simulation, ad schematic diagram, code, thesis, etc
AT89C52单片机的频率计(1HZ~20MHZ)设计,LCD1602显示,含仿真、原理图、PCB与代码等
[servlet] detailed explanation of servlet (use + principle)
On the insecurity of using scanf in VS
ArrayList collection basic usage
Multisim Simulation Design of DC adjustable regulated power supply of LM317 (with simulation + paper + reference)
L'externalisation a duré quatre ans.
流程控制之分支语句
随机推荐
Swift:Entry of program、Swift调用OC、@_silgen_name 、 OC 调用Swift、dynamic、String、Substring
MySQL报错packet out of order
金九银十,入职字节跳动那一天,我哭了(蘑菇街被裁,奋战7个月拿下offer)
OC 转 Swift 条件编译、标记、宏、 Log、 版本检测、过期提示
拼接hql时,新增字段没有出现在构造方法中
MDS55-16-ASEMI整流模块MDS55-16
I thought I could lie down and enter Huawei, but I was confused when I received JD / didi / iqiyi offers one after another
科技的成就(二十一)
【JZ46 把数字翻译成字符串】
1N5408-ASEMI整流二极管1N5408
C语言知识点精细详解——数据类型和变量【2】——整型变量与常量【1】
分分钟掌握---三目运算符(三元运算符)
Docker (V) MySQL installation
阿里研发三面,面试官一套组合拳让我当场懵逼
机器学习之逻辑回归(Logistic Regression)原理讲解和实例应用,果断收藏
1 minute to understand the execution process and permanently master the for cycle (with for cycle cases)
Qt界面优化:Qt去边框与窗体圆角化
浅谈skiplist在LevelDB的应用
8.3 语言模型与数据集
MQ-2和DS18B20的火灾温度-烟雾报警系统设计,51单片机,附仿真、C代码、原理图和PCB等